@charset "utf-8";
/* CSS Document */

/* ------- IE bug fix ------- */
* html .clearfix {height: 1%;}
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

/* ------- Global Reset ------- */
*{ margin:0; padding:0; }

/* ------- HTML tag definitions ------- */
body {
	background: #010101 url(../images/bg-site-100x300.jpg) repeat-x center top;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
h1, h2, h3, h4, h5, h6, p, li, ul, dl, dd, dt, label {
	margin-bottom:1em;
	line-height: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
}
li { list-style-type:none; }
ul li {
	background:url(../images/bullet-5x5.gif) 0px 5px no-repeat;
	padding-left:10px;
}
ol { margin-left:20px; }
ol li {
	list-style:decimal;
}
dt { margin-bottom:0px; }
a {
	color: #FFFF00;
	text-decoration:none;
}
a:hover { color:#FF6600; }
form {
	background: #333;
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;
	padding: 15px;
}
label {
	float:left;
	width: 120px;
	text-align:right;
	margin-right: 5px;
	padding-top:3px;
}

/* ------- Layout Divs ------- */
#container {
	background: #010101 url(../images/bg-container-570x330.jpg) no-repeat right top;
	margin: 20px auto;
	padding: 0px;
	width: 900px;
	border: 5px solid #FFFFFF;
	text-align:left;
}

#masthead {	
	width: 900px;
	height: 150px;
	background: url(../images/bg-masthead-900x150.jpg) top left no-repeat;
	color: #FFFFFF;
}

#masthead h1 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0px 0px 10px;
	padding: 0px;
}

#content {
	background: url(../images/bg-content-565x180.jpg) no-repeat right top;
	width: 100%;
	float:left;
}

#columnbg { 
	background:url(../images/bg-leftcol-220x80.jpg) top left repeat-y; 
	float:left;
	width:100%;	
}

#leftColumn {
	width: 220px;
	float: left;
	color: #FFF;
	padding-top: 10px;
}

#raceclock {
	background:url(../images/bg-raceclock-200x65.gif) no-repeat center;
	width: 220px;
	height:65px;
	text-align:center;
}

#leftColumn #nav { padding-top: 15px; }

#leftColumn ul { margin: 0px 0px 20px 0px; }

#leftColumn li {
	list-style-type: none;
	font-size: 12px;
	color: #FFF;
	line-height: 30px;
	margin: 0px 40px 0px 10px;
	padding: 0px 10px;
	background: none;
}

#rightCol {
	background:#000000;
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;
	border: 1px solid #FFFFFF;
	margin: 40px 15px 20px auto;
	width: 650px;
	float: right;
	padding: 0px;
}

#rightCol h1 { 
	font: bold 24px arial;
	border-bottom: 1px solid #999;	
}

#rightCol h2 {
	font: bold 14px arial;
	text-transform:uppercase;
	border-bottom: 1px solid #1b1b1b;
}

#footer {
	width: 900px;
	height: 128px;
	float: left;
	clear: none;
	background: url(../images/bg-footer-900x128.jpg) top no-repeat;
}

/* ------- Classes ------- */

.yellow { color:#FFFF00; }
.red { color:#FF0000; }

.padding10px { padding:10px; }
.padding15px { padding:15px; }

.opaque {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.tight { margin:0; padding:0; }






