@charset "utf-8";
/* CSS Document */

div#body_container
{
height:700px;
width:1000px;
margin:0px auto;
padding:0px;
text-align:left;
background-image:url(../images/van.png);
background-position:top center;
background-repeat:no-repeat;

}

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;
display:inline;
float:left;
}

div#spacer
{
height:275px;
width:820px;
}

div#textHeader_spacer
{
width:320px;
height:40px;
display:inline;
float:right;
}

div#text_header
{
height:40px;
width:380px;
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 30px;
margin:0px auto;
color: #036;
list-style: none;
display:inline;
float:right;
}

div#page_text
{
width:400px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 1.5;
text-align:justify;
padding: 0px 200px 0px 20px;
margin:0px auto;
color: #036;
list-style: none;
}






