body {
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 12px;
	color: #FFC869;
	background-color: #444;
}

#container {	position: absolute; width: 747px; left: 50%; top:0px; margin-left: -374px; }
#header {
	position:relative;
	top: 0px;
	height: 269px;
	overflow:hidden;
}
#header a img { border: 0px; }

#content {
	background: #000;
	
	margin:10px 10px;
}

#left, #main { float: left; }
#left {
	width: 140px;
}
#main {
	width: 555px;
	padding-left:30px;
}

#footer 	{ 	
	background-color: #000; 	
	border-bottom: 2px solid #888; 	
	font-size: 10px; 	
	padding: 5px;
	position:relative;
}
#footer a {color:red;text-decoration:none;}
#footer a:hover {color:yellow;text-decoration:underline;}
p {
	line-height: 20px;
	margin-top: -5px;
}
.clear {clear:both;}