@import "reset.css";

html, body {
	background:url(images/bg.jpg) no-repeat #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FFFFFF;
	height:100%;

	}
	
/*-- Styles --*/
h1 {
	font-size:15px;
	color:#db8b27;
	text-align:center;

	}
	
h1 a {
	color:#db8b27;
	text-decoration:none;
	}

a {
	color:#DB8B27;
	}
	
.footer {
	color:#666;
	text-align:center;
	font-size:11px;
	}
	
.footer a {
	color:#666;
	text-decoration:none;
	}
	
/*-- Styles END --*/

#mainDiv {
	position:relative;
	width:800px;
	height:auto;
	margin:0px auto;
	text-align:center;
	}
	
#headerDiv {
	position:relative;
	width:800px;
	height:152px;
	}
	
#bannerDiv {
	position:relative;
	width:800px;
	}
	
#titleDiv {
	position:relative;
	width:800px;
	height:91px;
	border-bottom:1px solid #b5258f;
	}
	
#contentDiv {
	position:relative;
	top:5px;
	width:666px;
	float:left;
	margin-bottom:25px;
	min-height:250px;
	height:auto !important;
	height:250px;
	}
	
#leftBox {
	width:450px;
	height:auto;
	float:left;
	}
	
#leftBox table, tr, td {
	border-spacing:5px;
	padding:3px;
	}

#leftBox img {
	border:1px solid #FFFFFF;
	}
	
#leftBox p {
	text-align:left;
	margin:10px 15px 10px 15px;
	width:450px;
	}
	
* html #leftBox p {
	padding-left:0px;
	padding-right:0px;
	width:430px;
	}
	
#rightBox {
	width:216px;
	float:right;
	height:auto;
	text-align:left;
	}
	
#rightBox img {
	border:1px solid #FFFFFF;
	}
	
#rightBox li {
	list-style:square;
	list-style-position:outside;
	margin-left:15px;
}

.highlight{
	color:#FF9900;
	font-weight:bold;
}
	
#footerDiv {
	position:relative;
	height:50px;
	width:800px;
	padding-top:10px;
	border-top:1px solid #b5258f;
	float:right;
	}
	
#urHere {
	float:left;
	margin-top:30px;
	}

#title {
	float:right;
	}
	
#br {
	background:url(images/br.png) no-repeat;
	margin-top:15px;
	margin-bottom:10px;
	}
		
/*-- Navigation --*/
#menuDiv {
	position:relative;
	top:5px;
	width:134px;
	float:left;
	margin-right:-134px;
	list-style:none;
	margin:0;
	padding:0;
	}
	
#menuDiv li a { 
	text-indent: -999999px; 
	overflow: hidden; 
	display: block; 
	height: 33px; 
	}

#home {
	background:url(images/home.png);
	width:134px;
	}

* html #home {
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/home.png', sizingMethod='scale');
	width:134px;
	cursor:pointer;
	}
	
#raceteam {
	background:url(images/raceteam.png);
	width:134px;
	}
	
* html #raceteam {
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/raceteam.png', sizingMethod='scale');
	cursor:pointer;
	}
	
#sponsorship {
	background:url(images/sponsorship.png);
	width:134px;
	}
	
* html #sponsorship {
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/sponsorship.png', sizingMethod='scale');
	cursor:pointer;
	}
	
#multimedia {
	background:url(images/multimedia.png);
	width:134px;
	}
	
* html #multimedia {
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/multimedia.png', sizingMethod='scale');
	cursor:pointer;
	}

#store {
	background:url(images/store.png);
	width:134px;
	}
	
* html #store {
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/store.png', sizingMethod='scale');
	cursor:pointer;
	}
	
#contacts {
	background:url(images/contacts.png);
	width:134px;
	}
	
* html #contacts {
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/contacts.png', sizingMethod='scale');
	cursor:pointer;
	}
	
#links {
	background:url(images/links.png);
	width:134px;
	}
	
* html #links {
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/links.png', sizingMethod='scale');
	cursor:pointer;
	}
	
#forsale {
	background:url(images/forsale.png);
	width:134px;
	}
	
* html #forsale {
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/forsale.png', sizingMethod='scale');
	cursor:pointer;
	}
/*-- Navigation END --*/

.accent{
	color:#db8b27;
	font-weight:bold;
	font-size:14px;
	}
	
ol li{
	text-align:left;
	list-style:decimal;
	margin-left:50px;
}	

#flickrPhotos img{
	margin:8px;
}