body {
	margin:0; padding:0;
	width:auto; height:auto;
	font:12px Verdana, Tahoma; color:#3d3d3c;
	overflow-x: hidden;  position: relative;
	background:url(images/header-repeat.gif) repeat-x top center;	
	text-align:center
}

.container {
	margin:0 auto;
	width:810px; height:auto;
}

#header {
	background:url(images/header.gif) no-repeat;
	width:810px; height:210px;
}


#content {
	background:url(images/content.gif) repeat-y top center;
	width:810px; height:auto;
}

#content {
	width:810px; height:auto;
	float:left; line-height:18px;
}

#footer {
	background:url(images/footer.gif) no-repeat top center;
	width:810px; height:99px;
	clear:both;
}

#navigation {
	margin:10; padding-top:10px;
	width:auto; height:auto;
	font-size:8px; color:#727272;
	float:left; display:inline;
}
#navigation a:link, #navigation a:active, #navigation a:visited {
	margin:0 10px; padding:0;
	font:11px Verdana; color:#727272;
	font-weight:bold;
	text-decoration:none; text-transform:uppercase;
	} 
	
#navigation a:hover { color:#ffffff; }
	

a:link,a:visited{color:#58a}
a:hover{color:red}
