@charset "UTF-8";
body {
	background-color: 161616;
	text-align: center;
	padding: 0px;
	border-top: 0;

	/**/
	
	text-align: center;
	background-color: #000000;
	margin: 0px;
	float: none;
	background-attachment: fixed;
	background-image:url(../images/thinback.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}


/* Navigation */
#navigation {
	font: bold 13pt Arial, Helvetica, sans-serif;
	padding: 0 8px;
}
#navigationBottom{
	border-bottom: 3px solid #a0a0a0;
}
#navigation ul, #navigation li {display: inline;}
#navigation li {display: inline;}
#navigation a {
	float: right;
	margin-right: 1px;
	text-align: center;
	text-decoration: none;
}

#nav1 a {
	color: #BBB;
	padding: 15px 10px 7px;
	text-transform:uppercase;
	font-size:13pt;

}
#nav1 a:hover {color: #EEE;}
#nav1 li.current_page_item a,#nav1 li.current_page_parent a {
	background: url('../racing/wp-content/themes/ext/img/nav1_arrow.gif') no-repeat center bottom;
	color: #ee2e24;	
}