body {
	font-family:arial,Helvetica, sans-serif;
	color:#CCC;
	font-size:10px;
	}

H1 {
	color:#1E1E1E;
	font-size:35px;
	position:absolute;
	letter-spacing:-1px;
	margin-left:450px;
	}

#menu {
	width:450px;
	margin-left:270px;
	overflow:hidden;
	}

#menu a {
	font-size:10px;
	text-transform:uppercase;
	color:#636363;
	text-decoration:none;
	display:block;
	float:left;
	margin-right:35px;
	}


#menu a:hover, #menu a.active {
	color:#FFF;
	}

#content {
	text-align:left;
	width:850px;
	color:#666;
	font-size:12px;
	padding-top:50px;
	padding-bottom:35px;
	background:transparent url(mid.jpg) no-repeat bottom center;
	}


#footer {
	margin-top:0px;
	width:850px;
	height:45px;
	background:transparent url(bottom.jpg) no-repeat top center;
	color:#333333;
	line-height:15px;
	}