body {
	margin: 0;
	padding: 0;
	font-family: verdana, tahoma, sans-serif;
	font-size: .8em;
	background: #000 url("../img/body.jpg") top left repeat-x;
}

h1 { font-size: 2.3em; }
h2 { font-size: 2em; }
h3 { font-size: 1.5em; }
h1, h2, h3 {
	font-weight: normal;
	padding: 0;
	margin: 0 0 5px 0;
}

p {
	margin: 0;
	padding: 5px 0 10px 0;
	text-indent: 20px;
}

#curtain {
	width: 100%;
	background: transparent url("../img/curtain.jpg") top center no-repeat;
}
#canvas {
	width: 840px;
	margin: 0 auto;
}

#header {
	width: 100%;
	height: 240px;
	background-position: bottom center;
}
html>body #header { background: transparent url("../img/header.png") bottom center no-repeat; }
	
	#home {
		display: block;
		position: absolute;
		width: 500px;
		height: 180px;
	}
	#menu {
		position: absolute;
		width: 170px;
		height: 150px;
		margin: 55px 0 0 640px;
	}
		#menu h1 {
			color: #999;
			text-align: right;
			padding: 0 10px 0 0;
			border-bottom: 1px solid #666;
		}

#content {
	width: 100%;
}
html>body #content { background: transparent url("../img/content.png") repeat-y; }

	#wrapper {
		width: 800px;
		margin: 0 auto;
		
		position: relative;
		background: transparent url("../img/wrapper.jpg") bottom center no-repeat;
	}
		#wrapper div.padding {
			color: #89a57f;
			padding: 0 5px 200px 5px;
		}
		#wrapper div.padding a {
			color: #FFF;
			text-decoration: none;
		}
		#wrapper div.padding a:hover {
			background: #FFF;
			color: #000;
		}

		.imgtable td img { 
			padding-bottom: 20px; 
			background: #222;
		}

#footer {
	width: 100%;
}
html>body #footer { background: transparent url("../img/footer.png") top center no-repeat; }

	#footer div {
		position: relative;
		text-align: center;
		padding-top: 30px;
		color: #666;
		font-size: 75%;
	}
	#mike {
		position: absolute;
		margin: -170px 0 0 -30px;
	}