body {
	text-align: center; /* ie */ 
	font-family: Helvetica, Arial;
  background-image: url(bg.jpg); 
	background-repeat: repeat-x;
	background-color: #fff;
	margin: 0;
	padding: 0;
	color: #555;
}
/* Hide from IE-Mac \*/
body {
	text-align: -moz-center; /* firefox */
}
/* End hide */ 

#all_v8_supercars {
	margin:  0 auto 0 auto;
	width: 960px;
}

.menu_on {
	font-size: 14px;
	font-weight: bold;
	color: #1E0093;
	text-decoration: none;
}

.menu_of {
	font-size: 14px;
	color: #000;
}

h1 {
	font-size: 20px;
	color: #000;
	font-variant: small-caps;
}

#cars
{
	overflow: auto;
	height: 480px;
	width: 180px;
}
.image {
	border: 1px solid #000;
	margin-bottom:2px;
}
.image_up {
	border: 1px solid blue;
	margin-bottom:2px;
}

h2 {
	font-size: 16px;
	color: #000;
}

h2 a {
	color: #1E0093;
}

.bot {
	font-size: 12px;
	color: #000;
}

.bot a {
	font-size: 12px;
	color: #000;
}

.top {
	font-size: 12px;
	color: #000;
}

.top a {
	font-size: 12px;
	color: #555;
}

.content, td {
	font-size: 13px;
	line-height: 1.6;
}

.box_links {
	font-size: 12px;
	color: #000;	
	font-variant: small-caps;
}

hr {
	color: #f00;
	background-color: #f00;
	height: 1px;
	padding: 0;
	margin: 0;
}
