
body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#banner {
	position: absolute;
	top: 30px;
	right: 20px;	
}

#header_color {
	background-color: #b50000;
	height: 20px; 
	width: 100%;
}

#footer_color {
	background-color: #950000; 
	color: #FFFFFF;
	height: 20px;
	width: 100%;
	text-align: center;
	padding-top: 4px;
}
#footer_color a:link {
	color: #FFFFFF;
}
#footer_color a:visited {
	color: #FFFFFF;
}
#online_bar {
	background-color: #b50000;
	height: 18px;
	padding: 6px 4px 4px 4px;
	text-align: left;
	color: white;
	vertical-align: middle;
}
#search_bar {
	background-color: #b50000;
	float: right; 
	color: #FFFFFF;
	height: 20px;
	padding: 4px;
}

#float1 {
	width: 220px;
	border: 1px solid #CCCCCC;
	border-top: 10px solid #950000;
	padding: 5px;
	margin: 5px;
	background-image: url('/images/info.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	
}
#float1 h4 {
	margin: 3px 0px 12px 33px ;
	font-size: 12px;
	font-weight: bold;
}
#float2 {
	width: 220px;
	border: 1px solid #CCCCCC;
	border-top: 10px solid #950000;
	padding: 5px;
	margin: 5px;
	background-image: url('/images/events_car.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	
}
#float2 h4 {
	margin: 3px 0px 12px 42px ;
	font-size: 12px;
	font-weight: bold;
}
body, p, td, th, li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
p {
	line-height: 20px;
}
input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;

}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	font-style: italic;
	margin: 10px 0px 5px 10px;
	padding: 0px 0px 23px 5px;
	display: inline;
	color: #000000;
	
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin: 15px 0px 15px 0px;
	color: #950000;
	line-height: normal;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: normal;
	margin: 10px 0px 5px 0px;
}
h4 {
	font-size: 12px;
	font-weight: bold;
	line-height: normal;
	margin: 5px 0px 5px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}

.race_day_heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	font-style: italic;
	margin: 0px;
	padding: 0px;
	color: #000000;
	
}
.race_day_subheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin: 5px 0px 0px 0px;
	color: #950000;
	line-height: normal;
	
}
p {
	margin-top: 10px;
	margin-bottom: 15px;
}
li {
	line-height: 20px;
}

#content p {
	margin-bottom: 10px;
}
#container {
	padding: 0px;
}
#navigation {
	float: left;
	width: 150px;
	
}
#additional {
	float: right;
	width: 250px;
	margin-top: 20px;
}
#content {
	margin-left: 150px;
	padding: 10px;
	background-color: #FFF;
	margin-right: 250px;
	border-left: 1px solid #950000;
	font-size: 11px;	
}
#menu_bar {
	width: 145px; 
	padding: 4px; 
	border-right: 1px solid #950000;
}
#menu {
	padding-left: 0px;
	margin-left: 10px;
	margin-top: 5px;
}
#menu li {
	list-style: none;
	line-height: 25px;
	padding: 0px 4px 0px 4px;
	margin: 0px 10px 5px 0px;
	border: 1px solid #BBBBBB;
	font-size: 12px;
	background-color: #FFFFFF;
}
#menu a:link {
	text-decoration: none;
	color: #950000;
}
#menu a:visited {
	text-decoration: none;
	color: #950000;
}
#menu a:hover {
	text-decoration: underline;
}
a:link {
	text-decoration: none;
	color: #950000;
}
a:visited {
	text-decoration: none;
	color: #950000;
}
a:hover {
	text-decoration: underline;
}
form {
	padding: 0px;
	margin: 0px;
}

.tbl_border {
	border-collapse: collapse
}
.tbl_border td {
	border: 1px solid #CCCCCC;
}
.tbl_border th {
	border: 1px solid #CCCCCC;
}
.nomargins {
	border-collapse: collapse;
}
.nomargins p {
	margin: 0px;
	padding: 0px;
}
.nomargins td {
		border: 1px solid #CCCCCC;
	padding: 0px;
	
}
.clear
{
	font-size: 0px;
	line-height: 0px;
	clear: both;
	height: 0px;
}
input {
	line-height: 10px;
	margin: 0px;
	background-color: white;
	color: #950000;
}
.button  {
	border-top: 1px solid #999999;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #999999;
	border-right: 1px solid #000000;
	padding: 5px 0px 5px 0px;
	margin: 13px 0px 13px 0px;	
}
/* TinyMCE specific rules */
body.mceContentBody {
   background: #FFFFFF;
}

