

body {
	font-family: arial, helvetica, sans-serif;
	margin: 0;
	font-size: 80%;
	font-weight: normal;
	}	
	
ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

#fullpagebox{
	background-image: url('images/background.jpg');
	background-repeat: no-repeat;
	position: absolute;
	left: 0px;
  	top: 0px;
  	width: 990px;
  	min-height: 200px;
}

#contentbox{
	position: relative;
	left: 200px;
	top: 190px;
	width: 750px;
	min-height: 100px;
	background-color: green;
}

#info{	
	position: relative;
	left: 202px;
	top: 140px;
	width: 620px;
	min-height: 1542px;	
}

.weather{
font-size:10pt;
font-weight: bold;
}

.racetitle{
font-size:16px;
font-weight: bold;
background-color:gray;
width:596px;
}

.hoteltitle{
color: #000000; 
font-family: arial; 
font-size: 14px; 
font-weight: bold; 
}

.hoteladdress{
color: #000000; 
font-family: arial, helvetica, sans-serif; 
font-size: 12px;
}

.hoteltext{
color: #000000; 
font-family: arial, helvetica, sans-serif; 
font-size: 11px; 
}

.DriverProfileName {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	font-style: italic;
	color: #FF0000;	
}

.ProfileText{
color: #000000; 
font-family: arial, helvetica, sans-serif; 
font-size: 16px; 
}


#rightbar{
	text-align:center;
	position: relative;
	left: 826px;
	top: 142px;
	width: 160px;
	min-height: 100px;
}

#rightbar td img {
vertical-align: bottom;
} 

#heatbox{
	text-align:center;
	color: #000000;
	font-family: arial, helvetica, sans-serif;
	font-size: small;
	width: 290px;
	height: 232px;
}

#heatbox2{
	text-align:center;
	color: #000000;
	position:relative;
	top:-232px;
	left:305px;
	font-family: arial, helvetica, sans-serif;
	font-size: small;
	width: 290px;
	height: 232px;
}

#heatbox3{
	text-align:center;
	color: #000000;
	position:relative;
	top:-224px;
	left:0px;
	font-family: arial, helvetica, sans-serif;
	font-size: small;
	width: 290px;
	height: 232px;
}

#heatbox4{
	text-align:center;
	color: #000000;
	position:relative;
	top:-456px;
	left:305px;
	font-family: arial, helvetica, sans-serif;
	font-size: small;	
	width: 290px;
	height: 232px;
}

#dashbox{
	text-align:center;
	color: #000000;
	position:relative;
	top:-428px;
	left:0px;
	font-family: arial, helvetica, sans-serif;
	font-size: small;
	width: 596px;
}

#pointsbox{
	text-align:center;
	color: #000000;
	position:relative;
	top:-428px;
	left:0px;
	font-family: arial, helvetica, sans-serif;
	font-size: small;	
	width: 596px;
}

#kheatbox{
	text-align:center;
	color: #000000;
	font-family: arial, helvetica, sans-serif;
	font-size: small;
	width: 290px;
	height: 232px;
}

#kheatbox2{
	text-align:center;
	color: #000000;
	position:relative;
	top:-232px;
	left:305px;
	font-family: arial, helvetica, sans-serif;
	font-size: small;
	width: 290px;
	height: 232px;
}

#kdashbox{
	text-align:center;
	color: #000000;
	position:relative;
	top:-306px;
	left:0px;
	font-family: arial, helvetica, sans-serif;
	font-size: small;
	width: 596px;
}

#kpointsbox{
	text-align:center;
	color: #000000;
	position:relative;
	top:-228px;
	left:0px;
	font-family: arial, helvetica, sans-serif;
	font-size: small;	
	width: 596px;
}



#footerflag{
	text-align:center;
	background-position: right;
	position: relative;
	left: 200px;
	top: 0px;
	width: 620px;
	min-height: 100px;
}

#footerflagembed{
	text-align:center;
	background-position: right;
	position: relative;
	left: 0px;
	top: -50px;
	background-image: url('images/footerflag.jpg');
	background-repeat: no-repeat;
	width: 700px;
	min-height: 111px;
}

#track{
	text-align: center;
	background-color: #583823;
	padding-bottom: 3px;
}

#weather{
	text-align: center;
	background-color: #cdddff;
}

#racetitle{
	text-align: center;
	background-color: #cdddff;

}

#rulebox{
width:500px;
}

.tabclass{
	border: medium ridge #FBFBFB;
	background-image: url('images/ticket.jpg');
}


/* =-=-=-=-=-=-=-[menu]-=-=-=-=-=-=-=- */
	
#menu {
  position: absolute;
  top: 200px;
  left: 0px;
  width: 200px;
  border-style: none none none none;
  border-color: #94aa74;
  border-width: 1px;
  margin: 0px;
  }
  
#menu li a {
	height: 32px;
  voice-family: "\"}\""; 
  voice-family: inherit;
  height: 24px;
	text-decoration: none;
	font-weight: bold;
	}	
	
#menu li a:link, #menu li a:visited {
	color: #27554c;
	display: block;
	background: url(images/menu2.gif);
	padding: 8px 0 0 10px;
	}
	
#menu li a:hover {
	color: #26370a;
	background: url(images/menu2.gif) 0 -32px;
	padding: 8px 0 0 10px;
	}
	
#menu li a:active {
	color: #26370a;
	background: url(images/menu2.gif) 0 -64px;
	padding: 8px 0 0 10px;
	}
