@charset "utf-8";
/* CSS Document */

div#body_container
{
height:700px;
width:1000px;
margin:0px auto;
padding:0px;
background-image:url(../images/rv.png);
background-position:top center;
background-repeat:no-repeat;
text-align:left;
}

div#left_container
{
height:568px;
width:820px;
margin:0px auto;
padding:0px;
display:inline;
float:left;
}

div#info_container
{
width:820px;
margin:0px auto;
padding:0px;
}

div#spacer
{
height:200px;
width:820px;
}

div#list_header
{
height:60px;
width:710px;
font-family:Georgia, "Times New Roman", Times, serif
font-size: 20px;
font-weight: bold;
text-align: left;
line-height: 1.5;
padding: 0px 0px 0px 110px;
margin:0px auto;
color: #036;
list-style: none;
display:inline;
float:left;
}

div#list_title
{
height:60px;
width:230px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
text-align: left;
line-height: 1.5;
padding: 0px 10px 0px 110px;
margin:0px auto;
color: #036;
list-style: none;
display:inline;
float:left;
}

div#bumper, div#wash, div#interior, div#exterior, div#complete, div#wax, div#sealant
{
height:85px;
width:230px;
padding: 0px 10px 0px 110px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 1.5;
text-align: left;
margin:0px auto;
color: #036;
list-style: none;
display:inline;
float:left;
}

div#interior
{
height:100px;
}

div#exterior
{
height:100px;
}

div#sealant
{
height:10px;
}

div#complete
{
height:105px;
}

div#boat
{
width:1000px;
height:300px;
background-image:url(../images/boat.png);
background-repeat:no-repeat;
background-position:left;
float:left;
}