div#contentHeader {
	text-align:center;
}

div#contentHeader table#homeCars {
	border-collapse: collapse;
	margin-left: auto; margin-right: auto;
	width:790px;
}

div#contentHeader table#homeCars tr td {
	text-align: center;
	line-height: 10px;
	background-image: url('../images/homeCars/divider.jpg');
	background-position: 0 0;
	background-repeat: no-repeat;

	height: 260px;

}


div#contentHeader table#homeCars tr td#jaguar {
	background-image: url('../images/homeCars/jaguar.jpg'); background-repeat: no-repeat;
	width:263px;
}

div#contentHeader table#homeCars tr td#landRover {
	background-image: url('../images/homeCars/landRover.jpg'); background-repeat: repeat;
	width: 264px;
}

div#contentHeader table#homeCars tr td#porsche {
	background-image: url('../images/homeCars/porsche.jpg'); background-repeat: no-repeat;
	width: 263px;
	background-position: left;
}


a.homeButton {
	display: block; color: white !important; font-size: 11px !important; text-decoration: none !important;
	background-image: url('../images/homeButton.gif');
	text-align: center;
	background-position: 0 0;overflow: hidden;
	line-height: 23px; height: 23px; width: 100px;
	zoom:1;
	margin-bottom:0px;
	margin-left:auto;
margin-right:auto;
}

a.firstButton {
				margin-top: 193px;

}
	
a.homeButton:hover { background-position: 0 23px; }

.CONTENT {
	padding-top: 15px;
}

.SIDEBAR {
	padding-top: 8px;
}