/*-----------------------------------------------------------------------
BODY AND WRAPPER CONTAINER
-----------------------------------------------------------------------*/

body {
	margin: 0;
	padding: 0;
	font: small/140% Verdana, sans-serif;
	text-align: center;
	color: black;
	background-color: #232323;
	}
* html body {
	font-size: x-small; /*for IE5/Win */
	font-size: small; /*for other IE versions */
}

#wrapper {
	font-size: 90%;
	width: 850px;
	text-align: left;
	margin: 0 auto;
	border: solid 2px #ffffff;
	margin-top: 5px;
	}
	
#header	{
	position: relative;
	width: 850px;
	height: 300px;
	background-image: url(../images/banner7.jpg);
	}
	
#header2 {
	position: relative;
	width: 850px;
	height: 300px;
	background-image: url(../images/banner6.jpg);
	}	
	
#header_tim	{
	position: relative;
	width: 850px;
	height: 254px;
	/*background-image: url(../images/timsavelle.jpg);*/
        background-image: url(../images/tim_template.jpg);
}

#header_stan	{
	position: relative;
	width: 850px;
	height: 254px;
	/*background-image: url(../images/stanbanner.jpg);*/
        background-image: url(../images/stanbanner.jpg);
}
	
#header_john	{
	position: relative;
	width: 850px;
	height: 254px;
	/*background-image: url(../images/deflorian.jpg);*/
        background-image: url(../images/johnbanner.jpg);
}
	
#content
{
	width: 850px;
	margin: 0;
	padding: 0;
	border-top: 2px solid #ffffff;
}
	
		
#footer{
	width: 850px;
	height: 75px;
	color: #ffffff;
	background-color: #021B6B;
	border-top: solid 2px #ffffff;
	}
	

/*-----------------------------------------------------------------------
IMG STYLES
-----------------------------------------------------------------------*/

a img {
	border: none;
	}

/*-----------------------------------------------------------------------
content area
-----------------------------------------------------------------------*/
.contentwrapper
{
	width: 850px;
	height: 100%;
	vertical-align: top;
	color: #000000;
	font-weight: bold;
	background-color: #ffffff;
}

.contentwrapperwide
{
	width: 850px;
	height: 100%;
	vertical-align: top;
	color: #ffffff;
	font-weight: normal;
	background-color: #000000;
	padding: 10px;
}

/*------------------------------------------------------------------------
Footer
------------------------------------------------------------------------*/

table.foot
{
	vertical-align: middle;
	text-align: center;
	border: 0px;
	font-weight: normal;
	width: 100%;
	height: 100px;
}

/*------------------------------------------------------------------------
 floats
------------------------------------------------------------------------*/
.floatright
{
	float: right;
	margin: 5px;
}
.floatleft
{
	float: left;
	margin: 5px;
}
/*------------------------------------------------------------------------
 menu stuff
------------------------------------------------------------------------*/
#menu
{
	position: relative;
	width: 850px;
	height: 30px;
	background-image: url(../images/menu_back.jpg);
	background-repeat: repeat-x;
	text-align: center;
}
	
/*------------------------------------------------------------------------
links
------------------------------------------------------------------------*/
a.mainlink{
	text-decoration:none; font-family: Verdana, Arial, Helvetica, sans-serif; color: #ffffff;font-weight: bold; font-size: 14px;
}
a.mainlink:link:visited{
	text-decoration:none; color: #ffffff;font-weight: bold; font-size: 14px;
}
a.mainlink:link{
	text-decoration:none; color: #ffffff;font-weight: bold; font-size: 14px;
}
a.mainlink:link:hover{
	text-decoration: none; color: #71FB00;font-weight: bold; font-size: 14px;
}
a.mainlink:link:visited:hover{
	text-decoration: none; color:#71FB00; font-weight: bold; font-size: 14px;
}

a.util{
	text-decoration:none; color: #ffffff;font-weight: normal;
}
a.util:link:visited{
	text-decoration:none; color:#ffffff;font-weight: normal;
}
a.util:link{
	text-decoration:none; color:#ffffff; font-weight: normal;
}
a.util:link:hover{
	text-decoration: underline; color: #71FB00;font-weight: normal;
}
a.util:link:visited:hover{
	text-decoration: underline; color:#71FB00; font-weight: normal;
}

a.mainlink2{
          text-decoration:none; font-family: Verdana, Arial, Helvetica, sans-serif; color: #ffffff;font-weight: bold; font-size: 12px;
}
a.mainlink2:link:visited{
          text-decoration:none; color: #ffffff;font-weight: bold; font-size: 12px;
}
a.mainlink2:link{
          text-decoration:none; color: #ffffff;font-weight: bold; font-size: 12px;
}
a.mainlink2:link:hover{
          text-decoration: none; color: #ffffff;font-weight: bold; font-size: 12px;
}
a.mainlink2:link:visited:hover{
          text-decoration: none; color:#ffffff; font-weight: bold; font-size: 12px;
}


/*rollover links*/
a.rollers{
	text-decoration:none; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-weight:bold; color: #ffffff;
}
a.rollers:link:visited{
	color:#ffffff; 
}
a.rollers:link{
	color:#ffffff; 
}
a.rollers:link:hover{
	color: #71FB00;
}
a.rollers:link:visited:hover{
	color:#71FB00; 
}

.tdroll
{
	padding-left:10px;
	/*padding-right:15px;
	padding-bottom:4px;
	padding-top:4px;*/
	text-align:left;
	vertical-align: middle;
	border-bottom: solid 1px #d0d0d0;
	/*background-color: #021B6B;*/
	height: 30px;
	background-image: url(../images/menu_back.jpg);
	background-repeat: repeat-x;
	display: none;
	width: 130px;
}


.tdroll_bottom
{
	padding-left:10px;
	/*padding-right:15px;
	padding-bottom:4px;
	padding-top:4px;*/
	text-align:left;
	vertical-align: middle;
	border-bottom: solid 0px #d0d0d0;
	/*background-color: #021B6B;*/
	height: 30px;
	background-image: url(../images/menu_back.jpg);
	background-repeat: repeat-x;
	display: none;
	width: 130px;
}

.drivers_roll
{
	background-color: #021B6B;
	position: absolute;
	top:334px;
	z-index: 500;
	display: none;
	border: solid 1px #d0d0d0;
}

.drivers_roll2
{
	background-color: #021B6B;
	position: absolute;
	top:288px;
	z-index: 500;
	display: none;
	border: solid 1px #d0d0d0;
}