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

body,html {
	background-color: #ffffff;
	margin: 0px;
	background-image:url(images/scbg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	color: #000000;
	font-family:  Arial, Helvetica, Century Gothic, Trebuchet MS;
	font-size: 12px;
	line-height: 22px;
	font-weight:500;
}
#con {
	width: 1000px;
	margin: 0px auto;
}
#top {
	width: 1000px;
	height: 95px;
	margin: 0px auto;
	background-image:url(images/scf_top.png);
	background-repeat:no-repeat;
}
#mid {
	width: 1000px;
	height: 355px;
	margin: 0px auto;
	background-image:url(images/scf_5ktop2009.png);
	background-repeat:no-repeat;
	
}

#nav {
	width: 1000px;
	height: 65px;
	margin: 0px auto;
		
}
#raceinfo {
	width: 500px;
	height: 215px;
	float:left;
}
#xml {
	width: 490px;
	height: 178px;
	float:right;
	background-image:url(images/xmlbg.png);
	background-repeat:no-repeat;
	padding: 28px 0px 0px 10px;
}


#body_con {
	width: 1000px;
	margin: 0px auto;
	margin-top: 10px;
	clear:left;
}
#bod_col1 {
	width: 480px;
	float: left;
	margin-left: 10px;
	margin-right:10px;
}
#bod_col2 {
	width: 500px;
	float:right;
}
#bod_col2b {
	width: 480px;
	float: right;
	margin-left: 10px;
	margin-right:10px;
}
#bod_fullcol {
	width: 940px;
	margin: 0px auto;

}
#footer {
	width: 1000px;
	height: 85px;
	margin: 0px auto;
	background-image:url(images/scfooter.png);
	background-repeat:no-repeat;
	background-position:center;
	float:left;
	margin-top: 10px;
	
}
#foot_con {
	width: 600px;
	margin: 0px auto;
	margin-top: 15px;
	
	
	
/* Body Text */
}

.bdtxtred {
	color: #de0f29;
	font-family:  Arial, Helvetica, Century Gothic, Trebuchet MS;
	font-size: 12px;
	line-height: 15px;
	font-weight:bold;
}

.bdhead {
	color: #de0f29;
	font-family:  Arial, Helvetica, Century Gothic, Trebuchet MS;
	font-size: 14px;
	line-height: 16px;
	font-weight:bold;
	text-transform:uppercase;
}

.footertxt {
	color: #000000;
	font-family: Arial, Helvetica, Century Gothic, Arial, Trebuchet MS;
	font-size: 10px;
	line-height: 11pt;
	text-align:center;
}

.eventhead {
	color: #000000;
	font-family:  Helvetica, Century Gothic, Arial, Trebuchet MS;
	font-size: 15px;
	line-height: 20px;
	font-weight:bold;
	letter-spacing: 1px;
	text-transform:uppercase;
}	
a:link, a:visited, a:active  {
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #de0f29;
}
ul {
	list-style-type: disc;
	list-style-position: outside;
	margin-top: 5px;
	margin-bottom:5px;
}
ol {
	list-style-type: decimal;
	list-style-position: outside;
	margin-top: 5px;
	margin-bottom: 5px;
}

.hr_a {
	height:1px;
	color:#000000;
	background-color:#000000;
	margin-bottom: 8px;
	margin-top: 8px;
}
	