*
{
  margin: 0px;
  padding: 0px;
}

a:link 
{
  color: #255E0A;
}

a:hover 
{
  color: #255E0A;
}

a:visited 
{
  color: #255E0A;
}

body 
{	
  background: #255E0A url(images/back_all.gif) repeat-x;
  font-family: Arial, Helvetica, sans-serif;
  color: #000000;
}

#content
{
  text-align: left;
  width: 917px;
  margin: 0 auto;
}

#main
{
  width: 857px;
  padding: 30px;
  padding-top: 20px;
}

#back
{
 width: 917px;
 background: url(images/table_back.gif) repeat-y
}

#header 
{
  height: 250px;
  background: url(images/RacingHeader.jpg) no-repeat;		
}

#logo 
{
  width: 877px;
  height: 45px;
  text-align: right;
  padding-top: 170px;
  padding-right: 40px;
}

#logo a 
{
  text-decoration: none;
  font-style: italic;
  font-size: 24px;
  color: #ffffff;
}


#menu
{
  width: 877px;
  height: 48px;
  padding-left: 40px;
  background: url(images/buttons.gif) no-repeat; 
}

#menu ul 
{
  list-style: none;	
}

#menu li 
{
  display: inline; 	
}

#menu span 
{
  float: left;
  width: 85px;
  height: 33px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: #000000;
  font-weight: bold;
  font-size: 12px;
  padding-top: 10px;
  text-transform: uppercase;
}

#menu a 
{
  float: left;
  width: 85px;
  height: 33px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  font-weight: bold;
  font-size: 12px;
  padding-top: 10px;
  text-transform: uppercase;
}

#menu a:hover 
{
  width: 85px;
  height: 35px;
  color: #ffffff;
  text-decoration: underline;
  background: url(images/buttons_r.gif) repeat-x;
}

.BlackBottomBorder
{
  border-bottom: 1px solid black;
}

.BlueBottomBorder
{
  border-bottom: 1px solid #333366;
}

.TrackCell
{
  width: 150px;
  height: 20px;
  font-size: 11pt;
  padding-left: 2px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 2px;
  color: #ffffff;
  background: url(images/titleNoBorder.gif) repeat-x
}


.PracticeTrackCell
{
  width: 150px;
  height: 20px;
  font-size: 11pt;
  padding-left: 2px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 2px;
  color: #ffffff;
  background-color: #333366;
}


