body{
margin:0;
padding:0;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 11px;
background-color:#000;
background-image: url(images/tile.jpg);
background-repeat: repeat-x;
color: #fff;
text-align: center;
}


  a{
  color: #fff;
  text-decoration: none;
  }
  
  a:hover{
  color: gray;
  }

#map{
padding-left:30px;}

#wrapper{
width: 749px;
margin: auto;
padding:0;
border: 1px gray solid;
background-image: url(images/wrapperbg.jpg);
background-repeat: repeat-y;
text-align: left;
}


#header{
width: 749px;
height: 156px;
background-image: url(images/top.jpg);
background-repeat: repeat-y;
}


#buttons{
float: left;
margin: 135px 0px 0px 0px;
}


  #buttons ul{
  margin: 0;
  padding: 0;
  list-style: none;
  }
  
  #buttons li{
  float: left;
  }
  
  #buttons li a{
  display: block;
  width: 126px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  }
  
  #buttons li a:hover{
  color: gray;
  }



#main{
float: left;
width: 570px;
background-color: #292929;
}


  #main p{
  margin: 0;
  padding: 7px;
  text-align: left;
  }
  
  #main ul{
  text-align: left;
  }
  
  
  #main h4{
  margin: 0;
  padding: 7px;
  color: white;
  font-size: 15px;
  }
  
  #main .cars{
  margin: 15px 0px 10px 45px
  }
  
  #carbg{
  background-image: url(images/car_bg.jpg);
  background-repeat: no-repeat;
  background-position: bottom;
  height: 400px;
  }
  
            html>body #carbg{height: auto !important; min-height: 400px;}
  
  
  #main .graph{
  margin: 15px 0px 0px 85px
  }



#stock{
float: left;
width: 749px;
background-color: #292929;
}

  #stock h4{
  margin: 0;
  padding: 7px;
  color: white;
  font-size: 15px;
  }


#right{
float: left;
width: 179px;
background-color: #000;
}


  #right p{
  margin: 0;
  padding: 7px;
  text-align: left;
  }
  
  #right .f_feature{
  font-size: 10px;
  }
  
  #right a, #right a:hover{
  text-decoration: underline;
  }
  

#footer{
clear: both;
width: 749px;
background-color: #000;
border-top: 1px gray solid;
}


  #footer p{
  margin: 0;
  padding: 7px;
  text-align: center;
  }
  
  
.map{
float:left;
border:none;
}  
  
  
  
  
  