/* CSS Document */

body{
margin:0px;
width:700px;
max-width:700px;
background-image: url(autostop_bg.gif);
background-repeat: no-repeat;
background-position: 0px 127px;
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
color:#F00;
}

#bodydiv{
width:700px;
}

#breadcrumbs{
padding:0;
margin:0px 0px 10px 0px;
font-size:18px;
}

img#photo{
float:left;
margin:0px 20px 20px 0px;
}

th,td{
padding:5px;
vertical-align:top;
font-size: 14px;
color: #222;
}

.bodytext {
font-size:14px;
color: #222;
margin-left:20px;
}

.bodytext a:visited{
color: blue;
}

.repairbutton{
height:164px; width:176px;
position: absolute; left:530px; top:140px;
background-image:  url(repair_button.gif);
}

a.repairbutton:hover{
background-position: -176px;
}

.carwashbutton{
height:164px; width:176px;
position: absolute; left:530px; top:310px;
background-image:  url(carwash_button.gif);
}

a.carwashbutton:hover{
background-position: -176px;
}

.aboutbutton{
height:164px; width:176px;
position: absolute; left:530px; top:480px;
background-image:  url(about_button.gif);
}

a.aboutbutton:hover{
background-position: -176px;
}

#navbar{
font-size:16px;
}

#navbar ul {
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
margin: 0px 0px 20px 0px;
padding: 0;
list-style: none;
width: 700px;
float: left;
background-color:#666;
}

#navbar ul li {
float: left;
}

#navbar ul a {
display: block;
padding: 0 1.5em;
line-height: 2.1em;
text-decoration: none;
color:#FFF;
}

#navbar ul a:hover {
color: red;
}

#footer {
font-size:10px;
text-align:center;
color:#777;
margin-top:100px;
border-top:thin solid #C0C0C0;
padding-top:10px;
}