/* Container for all items of the entire menu */
#cars-menu-container {
	width: 700px;
	float: left;
}
/* Each selection item in the cars menu */
.cars-menu-item {
	width: 700px;
	height: 90px;
	padding: 0;
	margin: 0;
}
/* Text box in the cars menu */
.cars-menu-text {
	width: 558px;
	height: 68px;
	padding: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	background-color: #D3D3D3;
	border: 1px solid gray;
	float: left;
	overflow: auto;
}
/* Image box in the cars menu */
.cars-menu-image {
	width: 120px;
	height: 80px;
	padding: 0;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	float: right;
}
/* Format of the cars menu text box */
.cars-menu-text {
	line-height: 150%;
	text-align: left;
}
/* The old lineup photo on the end of the cars menu */
.menu-footer {
	width: 700px;
	height: 350px;
	margin-top: 5px;
	margin-bottom: 5px;
}
