div.carstop
{
/*background-color: pink; */
min-height: 125;
width=750px;
}

div.carsleft
{
/*background-color: cyan; */
 	float:left;
 	width:250px;
 	min-height: 500px;
 	margin-top: 8px;
 	margin-right: 8px;
}

div.carsmid
{
/*background-color: yellow; */
 	float:left;
 	width:250px;
 	min-height: 500px;
 	margin-top: 8px;
 	margin-right: 8px;
}

div.carsright
{
/*	background-color: green;*/
 	float:left;
 	width:250px;
 	min-height: 500px;
 	margin-top: 8px;
}


