body { 
	font-family: "Trebuchet MS", Arial, Helvetica, "Lucida Grande";
	text-align: center; 
	margin: 0 auto;
	}

#container {
	width: 840px;
	margin: -10px auto;
	position: relative;
	text-align: left;
	background-image: url(images/wrapperBg.jpg);
	background-repeat: repeat-y;
	}
	
#header { 
	text-align: center; 
	margin-left: 20px; 
	width: 800px; 
	height: 130px;
	}
	
#mainNav { 
	color: #666; 
	font-size: 0.7em; 
	line-height: 24px; 
	text-align: left; 
	margin-top: 10px;
	position: relative; 
	left: 25px; 
	width: 230px; 
	float: left;
	font-weight: bold;
	}

#mainNav ul { 
	color: #333; 
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	}
	
#mainNav ul a { 
	color: #666; 
	line-height: 24px; 
	text-decoration: none; 
	background-image: url(images/cursor_rollover.gif); 
	background-position: 0 50%; 
	text-indent: 15px; 
	display: block; 
	width: 230px; 
	height: 24px;
	font-weight: normal; 
	}

#mainNav a:hover { 
	color: #666; 
	background-image: url(images/cursor_rollover.gif); 
	background-position: -230px 50%; 
	}
	
.mainNavModels {
margin-left: 15px;
 }

.selected {
	color: #ffffff; 
	text-decoration: none; 
	background-image: url(images/cursor_rollover.gif); 
	background-repeat: no-repeat; 
	background-position: -460px 50%; 
	display: block; 
	width: 230px; 
	height: 24px;
	}
	
#mainContent { 
	color: #666; 
	font-size: 0.8em; 
	line-height: 1.7em; 
	text-align: left; 
	margin-top: 10px; 
	position: relative; 
	right: 20px; 
	width: 550px; 
	float: right; 
	border-color: #ccc;
	padding-left: 10px; 
	}
	
#mainContentHeads { 
	padding-bottom: 20px; 
	position: relative; 
	width: 550px; 
	height: 48px; 
	float: right;
	}

#mainContent a:link {
	color: #c00; 
	text-decoration: none; 
	border-bottom: 1px dotted #c00;
	}
	 
#mainContent a:visited { 
	color: #c66;
	text-decoration: none; 
	border-bottom: 1px dotted #c66;
	}
	
#mainContent a:hover { 
	text-decoration: none; 
	border-bottom: 1px dotted #c00;
	}
	
#mainContent h1 {
	color: #000;
	font-size: 150%; 
	font-weight: bold; 
	margin: 1em 0 0.2em 0; 
	}
	
#mainContent h2 {
	font-size: 120%; 
	font-weight: bold; 
	padding: 0;
	margin: 1em 0 0 0; 
	}
	
	#mainContent p {
	margin: 0 0 1em 0;
	}
	
	
#mainContentImage { 
	margin-top: -20px;
	margin-bottom: 20px;
	width: 550px;
	height: 72px;
	float: left;
	}
	
#imageGallery {
	width: 500px;
	margin-left: 30px;
	text-align: center;
	}

#imageGallery li {
	display: inline;
	float: left;
  padding: 0;
  list-style: none;
	margin-bottom: 15px;
	}
	
#imageGallery ul {
	padding: 0;
	}

#imageGallery li a img, #imageGallery a:link, #imageGallery a:visited {
	border: #fff 2px solid;
	}

#imageGallery a:hover img {
	border: #c00 2px solid;
	}

#secondaryContent {
	color: #666; 
	font-size: .9em;
	line-height: 1.4em;
	background-color: #ececec;
	text-align: center; 
	width: 170px;
	margin-left: 10px; 
	float: right;
	padding-bottom: 10px;
	border: solid 1px #ccc;
	}
	
#introBox {
	width: 255px;
	height: 150px;
	background-color:#000000;
	text-align: left;
	padding: 0 5px 20px 20px;
	float: left;
	position: relative;
	}

#introText {
	width: 255px;
	height: 170px;
	text-align: left;
	float: left;
	left: 25px;
	}
	
#flashPanel {
	background-image: url(images/flash.gif);
	float: right;
	width: 255px;
	height: 170px;
	position: relative;
	}
	
#autoContent { 
	color: #666; 
	background-image: url(images/homeAuto.jpg); 
	background-repeat: no-repeat; 
	background-position: 0 bottom; 
	text-align: center; 
	margin-top: 10px; 
	margin-right: 10px; 
	width: 170px; 
	height: 190px; 
	float: left;
	border: solid 1px #ccc;
	}
	
#portraitContent {
	color: #666; 
	background-image: url(images/homePortrait.jpg); 
	background-repeat: no-repeat; 
	background-position: 0 bottom; 
	text-align: center; 
	margin-top: 10px; 
	position: relative; 
	left: 7px; 
	width: 170px; 
	height: 190px; 
	float: left; 
	border: solid 1px #ccc;
	}

#modelContent {
	color: #666; 
	background-image: url(images/homeModels.jpg); 
	background-repeat: no-repeat; 
	background-position: 0 bottom; 
	text-align: center; 
	margin-top: 10px; 
	width: 170px; 
	height: 190px; 
	float: right; 
	border: solid 1px #ccc; 
	}
	
#autoContentHeader { 
	color: #fff; 
	line-height: 24px; 
	background-color: #898989; 
	background-repeat: no-repeat; 
	margin-bottom: 5px; 
	width: 170px;
	}

#autoContentHeader a:link, #autoContentHeader a:visited, #autoContentHeader a:hover { 
	color: #fff; 
	text-decoration: none; 
	border-bottom: medium none;
	}
	
#portraitContentHeader { 
	color: #fff; 
	line-height: 24px; 
	background-color: #898989; 
	background-repeat: no-repeat; 
	margin-bottom: 5px; 
	width: 170px;
	}

#portraitContentHeader a:link, #portraitContentHeader a:visited, #portraitContentHeader a:hover { 
	color: #fff; 
	text-decoration: none; 
	border-bottom: medium none;
	}
	
#modelsContentHeader { 
	line-height: 24px; 
	background-color: #898989; 
	background-repeat: no-repeat; 
	margin-bottom: 5px; 
	width: 170px;
	}

#modelsContentHeader a:link, #modelsContentHeader a:visited, #modelsContentHeader a:hover { 
	color: #fff; 
	text-decoration: none; 
	border-bottom: medium none;
	}
	
#footer {
	color: #666;
	font-size: 0.7em;
	text-align: center;
	background-image: url(images/footerBg.jpg);
	background-repeat: no-repeat;
	margin-top: 20px; 
	padding-top: 2.5em;
	width: 840px;
	height: 40px;
	clear: both;
	}
	
#footer a:link { 
	color: #959595;
	text-decoration:
	none; border-bottom:
	1px dotted #898989; 
	}

#footer a:visited { 
	color: #959595;
	text-decoration: none; 
	border-bottom: 1px dotted #898989; 
	}

#footer a:hover { 
	color: #959595;
	text-decoration: none;
	border-bottom: 1px dotted #898989;
	}