#centercontent
{
	border-color: grey;
	border-style: solid;
	border-width: 1px;
	
	overflow: auto;
}

#carpictures
{
	border-color: blue;
	border-style: solid;
	border-width: 1px;
	
	
	float:left;
	width: 465px;
}

#carpic-main img
{
	width: 465px;
	margin-bottom: 5px;
}

#carpic-thumb ul
{
	margin: 0;
	padding: 0;
}

#carpic-thumb li
{
	float: left;
	width: 155px;
	list-style: none outside none;
}

#carpic-thumb img
{
	width: 155px;
	height: 100px;
}

#carinfo
{
	border-color: orange;
	border-style: solid;
	border-width: 1px;
	
	float: left;
	width: 475px;
	
}

#carinfo table
{
	color: white;
}


#carinfo span
{
	font-weight: bold;
	width: 100px;
}

#carinfo label
{
	font-weight: bold;
	width: 100px;
}


#caroptions
{
	border-color: green;
	border-style: solid;
	border-width: 1px;
	
	overflow: auto;
	font-size: 85%;
		
}

#caroptions ul
{
	margin: 0;
	padding: 0;
}

#caroptions ul li
{
	list-style: none outside none;
	float: left;
	width: 200px;
	
	overflow: auto;
}
