html,body {
	background-color: #666666;
	background-image: url(../images/background_tile.jpg);
	background-repeat: repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	height: 100%;
	text-align: center;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

a, a:visited {
	color: #fff;
	text-decoration: none;
}

a:hover {
	color: #fff;
	text-decoration: underline;
}



input, textarea {
	border: #FADC97 1px solid;
	background-image: url(../images/input_shadow.gif);
	background-repeat: no-repeat;
	background-position: top left;
	font-size: 10px;
	padding: 3px;
	margin-top: 2px;
	
}

.button {
	vertical-align: top;
	margin-top: 0;
	background-image: none;
	border: none;
}

.title {
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	padding: 0;
}

.subhead {
	font-size: 16px;
	font-weight: bold;
	padding: 0;
}

#background {
	width: 100%;
	height: 100%;
	background-image: url(../images/navigation_bg_tile.gif);
	background-repeat: repeat-x;
	background-position:center top;
	margin: auto;
	padding: auto;

}

#outercontent {
	position:relative;
	width: 940px;
	background-color: #fff;


	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */ 
	
	margin: 0 auto;

	background-image: url(../images/content_bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	
}

#header {
	width: 940px;
	height: 167px;
	background-image: url(../images/header_motocafe.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
}

div.newsletter {
	width: 469px;
	height: 30px;
	float: right;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	vertical-align: middle;
}

#navigation {
	width: 940px;
	height: 35px;
	/*border-bottom: solid 3px #D9D9D9;*/
	background-image: url(../images/navigation_tile.gif);
	background-repeat: repeat-x;
	background-position: top center;

}

#navshadow {
	width: 940px;
	height: 3px;
	display: block;
	float: left;
}

#content {
	clear: both;
	width: 940px;
	height: 100%;

}

#content div.contentwhite {
	width: 471px;
	position: relative;
	float: left;
	/*border: solid 1px red;*/
	vertical-align: top;
	
}

#content div.introduction {
	position: relative;
	width: 471px;
	height: 435px;
	background-image: url(../images/home_left_content_bg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

#content div.templateleft {
	clear: both;
	float: left;
	vertical-align: top;
	/*position: relative;*/
	width: 441px;
	/*height: 500px;*/
	min-height: 500px;
	background-image: url(../images/background_template_left.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

div#templateleft a, div#templateleft a:visited {
	color: #000;
}

#content a, #content a:visited, #content a:link {
	color: #000000;
}


.templateleft {
padding-left: 15px;
	padding-right: 15px;
	width: 440px;
}

.templateleft p {
	margin: 30px 20px 20px 20px;
	text-align: left;
	
}

.templateleft a {
	color: #000000;
	text-decoration: underline;
}

.heading {
	padding: 5px;
	background-color: #303131;
	color: #fff;
	
}

#events td.rowalt {
	background-color: #E1CA7E;
	filter:alpha(opacity=80);
	-moz-opacity:.80;	
	border-top: 1px solid #BD9C4A;
	border-bottom: 1px solid #BD9C4A;	
	
}

#racers td.rowalt {
	background-color: #E1CA7E;
	filter:alpha(opacity=80);
	-moz-opacity:.80;	
	border-top: 1px solid #BD9C4A; 
	border-bottom: 1px solid #BD9C4A;	
	
}


#events tr, #racers tr {
	padding: 5px;
}


#events td.divider, #racers td.divider {
	background-color: #303131;
	padding: 0;
	margin: 0;
}

#racers {
	font-size: 13px;
	font-weight: bold;
}

#content div.introtext {
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0 0 30px 0;
	vertical-align: bottom;
	background-color:#CCCCCC;
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	
	width: 439px;
	height: 130px;	
	
	text-align: left;	

}

div.introtext p {
	text-align: left;
	padding: 15px 15px 15px 30px;	
	margin: 0 0 10px 0;

}

#content div.contentblack {
	width: 469px;
	position: relative;
	float: left;
	/*border: solid 1px green;*/
	vertical-align: top;
}

#content div.templateright {
	position: relative;
	width: 469px;
	height: 500px;
	background-image: url(../images/background_template_right.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

#closeContent{
	clear: both;
	width: 940px;
	height: 1px;
	padding: 0px;
	margin: 0px;

}

#footer {
	clear: all;
	position: relative;
	float: left;
	padding: 0px;
	margin: 0px;
	width: 940px;
	height: 152px;	
	background-image: url(../images/footer_bg.jpg);
	background-repeat:no-repeat;
}

#footer div.copyright {
 	position: absolute;
 	bottom: 0;
 	left: 0;
 	text-align: left;
 	margin: 0 0 9px 30px;
	width: 470px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	
}

#footer div.sitecredit {
 	position: absolute;
 	bottom: 0;
	right: 0;
 	text-align: right;
 	margin: 0 30px 9px 0;
	width: 470px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
}

div.contactaddress {
	display: block;
	float: left;
	width: 145px;
	height: 70px;
	border-left: 10px solid #E3E0D4;
	border-right: 1px solid #000000;
	text-align: left;
	padding-left: 10px;
}

div.contactphone {
	display: block;
	float: left;
	width: 120px;
	height: 70px;
	border-right: 1px solid #000000;
	text-align: left;
	padding-left: 10px;	
}

div.contactemail {
	display: block;
	float: left;
	width: 145px;
	height: 70px;
	text-align: left;
	padding-left: 10px;
	margin-bottom: 20px;
}

