@charset "utf-8";
#subNav2 {
	background-color: #221D1D;
	width: 740px;
	height: 24px;
	color: #FFFFFF;
	font-family: Eurostile;
	padding-top: 11px;
	padding-left: 20px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

#navBar2 {
	width: 955px;
}

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.subf_item {
	float: left;
	width: 330px;
	padding-bottom: 15px;
	margin-left: 10px;
	color: #CCCCCC;
}

.twoColFixRtHdr #container {
	width: 955px;
	margin: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(sources/container_bg.gif);
} 
.twoColFixRtHdr #header {
	height: 180px;
	float: left;

} 
.twoColFixRtHdr #header h1 {
	margin: 0;

}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 194px;
}
#searchbox {
	width: 165px;
	margin-top: 6px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#logo {
	padding-top: 1px;
	padding-bottom: 1px;
	text-align: center;
}
#logo_2 {
	padding-top: 1px;
	padding-bottom: 1px;
}


#sidebar_blog {
	font-size: 12px;
	color: #FFFFFF;
	font-family: Arial;
	font-weight: bold;
	margin-right: 9px;
	margin-bottom: 10px;
	margin-left: 9px;
	background-image: url(images/2009/homeNewsTitle/newsTitlePNG.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 15px;
}
#divNews {
	padding-right: 10px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#divNews a {
	color: #CCCCCC;
	text-decoration: none;
}

#sidebar_blog h3 {
	font-family: Eurostile;
	font-size: 22px;
	font-weight: bold;
	color: #FFFFFF;
}

#nav {
	height: 30px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #FFFFFF;
	position: relative;
}

.twoColFixRtHdr #container #mainContent #subfeatures .subf_item h1 {
	font-family: Eurostile;
	font-size: 25px;
	color: #BC3031;
	font-weight: bold;
}
#subfeatures {
	width: 350px;
	margin-top: 10px;
	margin-left: 20px;
}
#features {
	height: 220px;
}
#videoplayer {
	float: left;
	width: 350px;
	margin-left: 20px;
	text-align: center;
	height: 350px;
	background-image: url(images/2009/homeRaceResultsBg/raceResultsBgJPEG.jpg);
	background-repeat: no-repeat;
	padding-top: 35px;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	margin-top: 20px;
}
#sidebar_blog a {
	color: #FFFFFF;
	text-decoration: none;
}


.twoColFixRtHdr #mainContent {
	width: 760px;
	float: left;

} 
.twoColFixRtHdr #footer {
	padding: 2px;
	background-color: #000000;
	font-size: 11px;
	text-align: center;
} 
#sponsor_logo {
	margin: 10px;
}

.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0;
	color: #FFFFFF;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#subfeatures_container {
	float: left;
	width: 370px;
}
#subnav {
	background-color: #221D1D;
	height: 24px;
	padding-top: 11px;
	font-family: Eurostile;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 12px;
	padding-left: 20px;
	font-weight: bold;
}
#subnav a {
	color: #FFFFFF;
	text-decoration: none;
}

#pagetitle {
	font-family: Eurostile;
	font-size: 30px;
	color: #BD2F2E;
	padding-top: 25px;
	padding-right: 20px;
	padding-left: 20px;
	font-weight: bold;
}
h3 {
	font-family: Eurostile;
}

#pagetext {
	padding-right: 20px;
	padding-bottom: 25px;
	padding-left: 20px;
	font-size: 14px;
	text-align: center;
	color: #CCCCCC;
}
#logo_3 {
	padding-top: 1px;
	padding-bottom: 1px;
}
h2 {
	font-family: Eurostile;
	font-size: 24px;
	font-weight: bold;
	color: #BD2E2E;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#divNewsHeadlines {
	width: 225px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	float: left;
	margin-top: 10px;
}
#divNewsStories {
	width: 470px;
	float: right;
	text-align: left;
	padding-left: 20px;
	margin-top: 10px;
	margin-bottom: 20px;
}
#divNewsHeadlines2 {
	padding-right: 10px;
	padding-left: 10px;
}
#divNewsStories a {
	color: #CCCCCC;
}
#divNewsHeadlines2 a {
	color: #CCCCCC;
	text-decoration: none;
}
#racingLftDiv {
	float: left;
	width: 470px;
	margin-right: 5px;
	margin-top: 20px;
	height: 500px;
}
#racingRgtDiv {
	float: right;
	width: 240px;
	margin-left: 5px;
	margin-top: 20px;
	height: 350px;
}
#racingRgtDiv2 {
	float: right;
	width: 240px;
	margin-left: 5px;
	height: 250px;
}
#pagetext a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
