* {
   margin: 0;
   padding: 0;
   border: 0;
}

a {
   color: #4FA8D4;
}

body {
   text-align: center;
   margin: 20px auto;
   background: #8596AA url('../images/background_gradient.gif') repeat-x;
   font: 9pt/12pt Verdana, Arial, Helvetica, sans-serif;
}

#container {
   width: 860px;
   margin: auto;
   text-align: left;
   background: #E7E7E7;
}

#header {
   height: 88px;
   background: #052960 url('../images/header_logo.gif');
}

#header h1 {
   color: #FFF;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-style: italic;
   font-size: 28px;
   padding: 35px 20px;
}

#header h1 span {
   color: #C0E0EF;
}

#left_column {
   width: 540px;
   float: left;
}

#left_column #car_info {
   background: url('../images/car_info_background.gif') center top no-repeat;
   margin: 0 10px 10px 10px;
   padding: 10px;
   height: 135px;
}

#left_column .car_image {
   padding-right: 10px;
}

#left_column #car_info h1 {
   font-size: 16pt;
   line-height: 20pt;
   font-weight: bold;
   color: #ED1C24;
}

#left_column #car_info p {
   margin: 4px 0 0 0;
}

#left_column p {
   margin: 0 30px 10px 30px;
}

#left_column table {
   margin: 0 30px 10px 30px;
}

#left_column .heading {
   background: #DDD;
}

#left_column .content_box {
   background: url('../images/content_background.gif') center top no-repeat;
   padding-top: 20px;
   margin-bottom: 20px;
}

#left_column .content_box_bottom {
   background: url('../images/content_background_bottom.gif') center bottom no-repeat;
   height: 10px;
}

#right_column {
   margin: 0 10px 10px 550px;
}

#right_column .dealership {
   background: url('../images/dealer_background.gif') no-repeat;
   padding: 8px 10px 10px 10px;
   margin-bottom: 10px;
   height: 88px;
}

#right_column .dealership h1 {
   font-weight: bold;
   font-size: 10pt;
   padding-bottom: 4px;
   margin: 0 0 6px 0;
   color: #FFF;
}

#right_column .dealership h2 {
   font-weight: bold;
   font-size: 10pt;
   padding-bottom: 2px;
   margin: 4px 0 0 0;
   color: #FFF;
   text-align: center;
}

#right_column .dealership span {
   font-style: italic;
   font-weight: bold;
   color: #F04E23;
   background: #F6FF9C;
}

#right_column .dealership p, #right_column .dealership a {
   font-size: 8pt;
   line-height: 14pt;
}

#right_column .dealership .left_col {
   float: left;
   width: 160px;
}

#right_column .dealership .right_col {
   margin-left: 170px;
}

#footer {
   height: 40px;
   background: #052960;
}

.clear {
   clear: both;
}