
body {
 margin:25; 
 padding:0;
 background: #000000;   
 text-align: center;
 }
 
/* include the following generic code =============================================== */
*
{
	padding:0;
	margin:0;
}	
		
		
.clear 
{
  clear: both;
  height: 0;
}


.floatleft
{
	float:left;
}

.floatright
{
	float:right;
}

.center
{
	text-align:center;
}

img 
{
	border: 0;
}


p
{
line-height:25px;
}

/*
hr
{
display:none;
}
*/

input	, textarea, select	
{
	margin-top:5px;
	font: 11px verdana, arial, sans-serif;
	padding:3px;
	margin-bottom:10px;
	width:202px;
	color:#666;
	border: 1px #19221F solid;
	background: #FFF;
}

textarea.wide
{
	width:400px;
}




/* Begin Content Areas   =============================================== */

#wrapper
{
	width:762px;
	margin:0 auto;
	text-align: left;	
}

#wrapper_index
{
	width:1085px;
	margin:0 auto;
	text-align: left;	
}

#header {
 float:inherit;
 width: 762px;
 height: 250px;
 background-image: url(../js_graphics/header1.jpg);
 background-color: #000000;
 }
 
  #nav {
	padding: 220px 20px 0px 20px;
	float:left;	

	  }

				#nav a:link, #nav a:visited {
							font-family: Arial, Helvetica, sans-serif;
							font-size: 10pt;
							color: #FFFFFF;
							text-decoration: none;
											}

				#nav a:hover, #nav a:active {
							font-family: Arial, Helvetica, sans-serif;
							font-size: 10pt;
							color: #000000;
							text-decoration: none;
											}	
 

 
 #footer
{
	width:762px;
	float:right;
	text-align:right;
	height:70px;
	margin-top:3px;
	padding-right:10px;
}
 
		#footer a {
							font-family: Arial, Helvetica, sans-serif;
							font-size: 8pt;
							color: #FC3339;
							text-decoration: none;
				  }
		#footer a:hover {
							font-family: Arial, Helvetica, sans-serif;
							font-size: 8pt;
							color: #FFFFFF;
							text-decoration: none;
						}	
 


#content { 

 height:auto;
 width: 762px;
 border-top:2px solid #ffffff;
 border-bottom:2px solid #ffffff;
 background-image: url(../js_graphics/body_bg.jpg);
 background-repeat: repeat;

 
}
 
.content_left
{
	float:left;
	width:350px;
	 	margin-top:10px;
	margin-bottom:10px;
	margin-left:10px;
	padding:5px;
   font-family: Arial, Helvetica, sans-serif;
 font-size: 10pt;
 color: #FC3339;
 text-decoration: none;
 text-align: justify;
}


.content_center
{
	float:left;
	width:650px;
	 	margin-top:10px;
	margin-bottom:10px;
	margin-left:10px;
	padding:5px;
   font-family: Arial, Helvetica, sans-serif;
 font-size: 10pt;
 color: #FC3339;
 text-decoration: none;
 text-align: justify;
}

.content_right
{
	float:right;
	width:350px;
	margin-right:10px;
	 	margin-top:10px;
	margin-bottom:10px;
	padding:5px;
font-family: Arial, Helvetica, sans-serif;
 font-size: 10pt;
 color: #FC3339;
 text-decoration: none;
 text-align: justify;


}

.style1 {
	color: #FF0000;
	font-weight: bold;
}

.style2 {
	color: #FFFFFF;
	font-size:12px;
}





#pageintro {
 	width:700px;
	float:left;
	margin-left:15px;
	margin-top:25px;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FC3339;
	text-decoration: none;
	text-align: justify;
}

.pictureborder {
	border: 1px solid #FFFFFF;
}
/*

#racinghistorycol2 {
	width:350px;
	float:right;
	margin-right:14px;
	margin-top:60px;

}

#aboutmecol2 {
	width:350px;
	float:right;
	margin-right:14px;
	margin-top:60px;

}

#thisseasoncol1 {
	width:300px;
	float:left;
	margin-left:15px;
	margin-top:25px;
	padding-bottom: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FC3339;
	text-decoration: none;
	text-align: justify;
	}
	
	#thisseasoncol2 {
	width:300px;
	float:right;
	margin-right:14px;
	margin-top:25px;
	padding-bottom: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FC3339;
	text-decoration: none;
	text-align: justify;
}	

#sponsorscol2 {
	width:300px;
	float:right;
	margin-right:14px;
	margin-top:25px;
	padding-bottom: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FC3339;
	text-decoration: none;
	text-align: justify;
}




*/




