body {
	background-image:url('/images/background.jpg');
	background-repeat:repeat-x;
	background-color:#191919;
	font-size:11px;
	font-family:arial, san-serif;
	margin:0px;
	text-align: center; /* for IE */
	
}

a {
color:#2e2e2e;	
}

#container {
	width:900px;
	margin: 0 auto;
	text-align: left;
}

#top-seo-bar {
	color:#727272;
	font-size:10px;
	text-align:right;
	padding-top:7px;
	height:49px;
	width:856px;
}

#header {
	background-image:url('/images/logo.png');
	background-repeat:no-repeat;
	width:900px;
	height:52px;

}

.end-float {
	clear:both;
}

#logo {
	width:385px;
	height:52px;
	float:left;	
}

#navigation {
	float:left;	
	padding-top:35px;
	text-align:right;
}	

#navigation a {
	color: #969696;
	font-size:12px;	
	text-decoration:none;
	text-transform:uppercase;
	display:box;
	padding:10px 10px 0px 10px;
}

#navigation a:hover {
	color: #fff;
}

.footer-content {
	color:#6f6f6f;
	font-size:11px;
}

.footer-content a {
	color:#6f6f6f;
	font-size:11px;
	display:box;
	margin-left:3px;
	margin-right:3px;
}

