body {
   font-family: Lucida Sans, Verdana, Arial, sans-serif;
   background: url('/graphics/bg_gradient.gif') top left repeat-x #32111B;
}
#container {
   text-align: left;
   width: 600px;
   padding: 0;
   border: 10px solid #32111B;
   margin-left: auto;
   margin-right: auto;
   background-color: #fff;
}

#header {
   text-align: center;
   padding-top: 15px;
}

#home_header_car {
   border: 1px solid #000;
   margin-bottom: 10px;
}

#home_header_logo {
   margin-bottom: 10px;
}

.gradient_separator {
   background: url('/graphics/gradient_separator.gif') repeat-x #fff;
   height: 36px;
}

#cars_table {
   width: 100%;
}

#cars_table tr td {
   vertical-align: top;
   width: 33%;
   font-size: 90%;
   padding: 10px 5px;
   text-align: center;
}

a {
   text-decoration: none;
   color: #1B0A0F;
}

a:hover {
   color: #000;
}

#cars_table tr td a img {
   padding: 2px;
   border: 1px solid #842D47;
}

#cars_table tr td a:hover img {
   border: 1px solid #000;
}

#footer_table {
   margin: 10px;
   font-size: small;
   width: 100%;
   padding: 10px;
}

#copy_area {
   padding: 0 10px;
   line-height: 17px;
   font-size: 11.5px;
}

#footer_table tr td {
   vertical-align: top;
}

pre {
   line-height: 120%;
   font-size: small;
   color: #313131;
   font-family: Verdana, Arial, sans-serif;
}

#footer_table th {
   border-bottom: 1px solid #ccc;
}

#footer_table tr td a {
   color: #A03656;
   border-bottom: 1px solid #A03656;
}

#copy_area a {
   text-decoration: underline;
}

tr.even td {
   background-color: #E9F0DB;
}

#menu {
   text-align: center;
   background-color: #32111B;
}
