body
{
  margin:0px;
  padding:0px;
  font-family:verdana, arial, helvetica, sans-serif;
  color:white; /*MODIFY TO CHANGE FONT COLOR*/
  background-color: black; /*MODIFY TO CHANGE BACKGROUND COLOR*/
}

a,a:link,a:visited
{
  color:white; /*MODIFY TO CHANGE THE MENU FONT COLOR*/
  
  font-size:11px;
  text-decoration:none;
  font-weight:600;
  font-family:verdana, arial, helvetica, sans-serif;
}

a:hover
{
color: blue; /*Mouse hovering over menu link colors*/
}

h1
{
  margin:15px 0px 15px 0px;
  padding:0px;
  font-size:28px;
  line-height:28px;
  font-weight:900;
  color:white; /*Modify to change header text font color*/
}

#car_img
{
  float: left;
  padding: 0 10px 0 0;
}

.first_car
{
/* border-bottom: 1px solid #999;
 border-right: 1px solid #999;
border-left: 1px solid #999;
*/
}

.cars
{
/* 
 border-bottom: 1px solid #999;
 border-right: 1px solid #999;
 border-left: 1px solid #999;
*/
}

#error
{
  color: red;
  text-color: red;
}

#body
{
  padding: 1em;
}

p
{
  font:11px/20px verdana, arial, helvetica, sans-serif;
  margin:0px 0px 16px 0px;
  padding:0px;
}

#content>p {margin:0px;}
#content>p+p {text-indent:30px;}

#header
{
  margin:50px 0px 10px 0px;
  padding:17px 0px 0px 20px;
  /* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths] */
  height:33px; /* 14px + 17px + 2px = 33px */
  border-style:solid;
  border-color:black;
  //border-width:1px 0px; /* top and bottom borders: 1px; left and right borders: 0px */
  line-height:11px;
//  background-color:#eee;
  voice-family: "\"}\"";
  voice-family:inherit;
  height:14px; /* the correct height */
}

body>#header {height:14px;}

#content
{
  margin:0px 50px 50px 200px;
  padding:10px;
}

#menu_contents
{
  padding:10px;
  line-height:17px;
  voice-family: "\"}\"";
  voice-family:inherit;
}


#menu
{
  width:172px;
  padding:10px;
  /*border-right: 1px solid #999;*/
  line-height:17px;
  /* Again, the ugly brilliant hack. */
  voice-family: "\"}\"";
  voice-family:inherit;
  width:150px;
}

/* Again, "be nice to Opera 5". */
body>#Menu {width:150px;}
