body{
background-color: white;
color:black;
margin:0px;
font-family:Arial, Sans-serif;
font-size:12px;
text-align:left;
background-image: url(images/bg.jpg);
background-repeat: repeat-x;
}


#wrapper{
margin:0px;
float:left;
width:800px;
background-color: white;

}

html>body #wrapper{
margin-top: 0px;
}


#buttons{
position: absolute;
color: white;
font-size: 18px;
margin: 145 0 0 10px;
line-height: 37px;
}


#buttons a{
color: white;
}


#buttons a:hover{
color: #c9c9c9;
}


a{
font-weight: bold;
text-decoration: none;
color: navy;
}

a:hover{
color: black;
}


h2{
color: navy;
font-size: 16px;
}


#top{
margin-bottom: -4px;

}

#cars{
float: left;
}


html>body #cars{
margin-top: 3px;
}


#content{
float: left;
}


#side{
float: left;
width: 200px;

height: 450px;
background-image: url(images/sidebg.jpg);
background-repeat: no-repeat;
background-position: right top;
}





#text{
float: left;
width: 595px;
height: 500px;
background-image: url(images/contentbg.jpg);
background-repeat: no-repeat;

}


#focus{
margin-left: -10px;
}


#sidet{
margin-left: 10px;
margin-top: 5px;
}

#textt{
margin-left: 10px;
margin-top: 5px;
}


.area{
background-image: url(images/map.jpg);
background-repeat: no-repeat;
float: left;
border: none;
}


.map{
float:left;
border: none;
}















