* {
   border: none;
}

a {
   color: #CCC;
}

body {
   text-align: center;
   background: #CCC;
   margin: 10px auto;
   font: 12px/16px Verdana, Arial, Helvetica, sans-serif;
}

#container {
   width: 800px;
   background: #131313 url('../images/header_bg_temp.jpg') no-repeat top left;
   margin: auto;
}

.t_spacer {
   height: 160px;
}

#content {
   margin: 10px 30px 0 30px;
   padding: 14px;
   text-align: left;
}

.left {
   margin: 0;
   float: left;
   width: 340px;
}

.right {
   margin: 0;
   margin-left: 365px;
}

h1 {
   font: bold 16px Arial, Helvetica, sans-serif;
   border-bottom: 1px solid #CCC;
   padding-bottom: 5px;
   margin: 0 0 6px 0;
}

.divider {
   border: none;
   background: url('../images/divider_bg.gif') no-repeat bottom;
}

.divider2 {
   border-bottom: 1px solid #999;
}

p, h1, h2 {
   color: #DDD;
   margin: 12px 0;
}

.featured h2 {
   font-size: 14px;
   margin: 4px 0;
}

.featured p {
   margin: 4px 0;
   font-size: 12px;
}

.featured table {
   background: url('../images/featured_bg.gif') no-repeat;
   width: 340px;
   height: 108px;
}

.browse_inventory {
   background: url('../images/browse_tab.gif') no-repeat;
   height: 85px;
   padding: 36px 20px 0 20px;
}

.browse_inventory select, .browse_inventory input {
   margin: 4px;
   width: 140px;
}

.carfax{ padding: 4px; background:#FFFFFF; float:right;}

/* FOOTER */
.footer {
   text-align: center;
   margin: 10px auto;
}
/* END FOOTER */

table {
   color: #FFF;
}

table p {
   margin: 0;
   font-size: 11px;
}

h2 {
   margin: 3px 0;
   font-size: 18px;
   font-weight: bold;
}

h5 {
   color: #FFCC00;
   font-size: 20px;
}

.browse_bar {
   padding: 10px;
   background: #333;
   color: #FFF;
}

input, select {
   padding: 2px;
   font-size: 11px;
   width: 110px;
}

.contact_form {
   border: 1px solid #777;
   background: #333;
   font-size: 10px;
}

.footer_text {
   font-size: 8px;
   width: 800px;
   margin: 20px auto;
   color: #E2E2E2;
   line-height: 10px;
}

.error {
   color: #FF0000;
   font-size: 14px;
   padding: 10px;
}

.clear {
   clear: both;
}

.image_spacer { height: 10px;}