body 
{
    font-family:Verdana;
    font-size:10pt;
}
h2
{
    font-size:12pt;
    font-weight:bold;
}
a
{
    color:Navy;
    text-decoration: none;
    font-weight:bold;
}
a:hover
{
    color:Navy;
    text-decoration: underline;
    font-weight:bold;
}
.Logo
{
    padding-top:25px;
    padding-bottom:15px;
}

#racebox {
  background-color:#fff;
  width:325px;
  height:405px;
  padding-top:5px;
  border:1px solid #000;
}

#lapbox {
  float:left; 
  margin-left:10px;
}

.laptext {
  text-align:center;
  font-size:.7em;
  padding-bottom:5px;
}

#twitter_container {
  height:35px;
  border: 2px solid #f82;
  overflow:hidden;
  width:70px;
  margin-left:15px;
}

#twitter_update_list {
  padding-left:0px;
  text-align:center;
  margin-top:3px;
  font-size: 1.2em;
  color:#f00;
  font-style:italic;
}

#twitter_update_list li {
  list-style: none;
  line-height:30px;
}

#twitter_update_list li a {
  display:none;
}
	   
#racelogo {
  float:right;
  background-color:#aaa;
  background: url(../Images/logo-small.png) no-repeat;
  height:70px;
  width:200px;
}

#racemap {
  background: url(../Images/map-small.png) no-repeat;
  height:325px;
  width:300px;
  clear:both;
  margin: 0 auto;
}

