#banner {
	margin-top: 10px;
	padding: 10px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(./img/top_banner.png);
	height: 175px;
	}
div.lcar {
	float: left;
	width: 400px; 
	height: 225px;
	margin-top: 25px;
	margin-left: 25px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(./img/carpic1.jpg);
	font-weight: bold;
	color: #ccc;
	border: 1px solid white;
	}
div.rcar {
	float: left;
	width: 400px; 
	height: 225px;
	margin-top: 25px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(./img/carpic2.jpg);
	font-weight: bold;
	color: #ccc;
	border: 1px solid white;
	}
div.box { float: none; }

span { 
	white-space: nowrap; 
	overflow: hidden;
	}
div.vetteicon {
	margin-top: 0;
	margin-left: 50px;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;	
	border-right: 0;
	border-top: 0;
	}	
div.zondaicon {
	margin-top: 0;
	margin-left: 50px;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;	
	border-right: 0;
	border-top: 0;
	background-image: url(./img/carpic2.jpg);
	}
div.cartext {
	width: 520px;
	height: 205px;
	margin: 0;
	padding: 10px;
	float: left;
	background-color: #bbb;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;	
	}