@charset "utf-8";
/* MJK Automotive Group */

body {
	background: url('../images/bg.gif') top left;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	margin: 0;
	height: 100%;
	min-height: 100%;
}

a {
	text-decoration: none;
	color: #123F6D;
}

a:hover {
	text-decoration: underline;
}

#bodyWrapper {
	width: 100%;
	height: 100%;
	min-height: 100%;
	text-align: center;
}

#contentWrapper {
	width: 755px;
	height: 100%;
	min-height: 100%;
	margin: auto;
	text-align: left;
}

#contentMiddle {
	width: 755px;
	height: 880px;
	min-height: 100%;
	background-color: #fff;
	display: block;
}

#mainBlockLeft {
	display: block;
	float: left;
}

#mainBlockRight {
	display: block;
	float: right;
	width: 198px;
}

#dealershipPhoto {
	float: right;
	width: 279px;
	display: block;
	text-align: center;
}

#contentText {
	display: block;
	margin: 20px 0 20px 20px;
	width: 725px;
}

#six {
	margin: 10px 0 10px 0;
}

.title {
	font-size: 22pt;
	font-family: 'Arial Black', Arial, Helvetica, sans-serif;
	color: #123F6D;
	margin: 0 0 10px 0;
}

.subTitle {
	font-size: 18pt;
	font-family: 'Arial Black', Arial, Helvetica, sans-serif;
	color: #123F6D;
	margin: 0 0 10px 0;
}

.subSubTitle {
	font-size: 13pt;
	font-family: 'Arial Black', Arial, Helvetica, sans-serif;
	color: #123F6D;
	margin: 0 0 10px 0;
}

hr {
	display: block;
	margin: 25px 0 20px 0;
	height: 1px;
}

.homeLink {
	width: 100%;
	display: block;
	text-align: center;
	margin: 20px 0 20px 0;
	font-weight: bold;
	clear: both;
}

#preload {
	display: none;
}

#footer {
	font-size: 9pt;
	color: #666666;
	display: block;
	width: 100%;
	text-align: center;
	margin: 20px 0 10px 0;
}

#footer a {
	color: #666666;
	text-decoration: underline;
	font-weight: bold;
}

#footer a:hover {
	text-decoration: none;
}