    /* General Styles */
body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background:#000;
	text-align:center;
	background-image:url(../images/pagebg.jpg);
	background-repeat:repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
}
a img{
	border:0;
}
img.imageleft{
	float:left;
	margin:0px 20px 8px 0px;
}
.topalign {
	vertical-align:top;
	padding-top:5px;
}
.indent {
	padding-left:15px;
}
a {
	color:#3366ff;
	text-decoration:none;
	outline:none;
}
a:hover {
	color:#cc0000;
}
h3 {
	font-size:18px;
	margin:10px 0 15px 0;
}
.indent{
	margin:30px 0 0 30px;
}
.center{
	display:block;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
.dealer{
	margin:0 4px 0 4px;
}
#fixed {
   margin:0 auto;
   width:980px;   /* you can use px, em or % */
   text-align:left;
}

	/* Top Navigation Styles */
#topnavlist li {
	float:right;
	display:inline;
	list-style-type:none;
	padding-left:20px;
	margin:0 0 5px 0;
}
#topnavlist li a {
	color:#ffff55;
	height:16px;
	text-decoration:none;
	font-weight:bold;
}
#topnavlist li a:hover {
	color:#fff;
}

	/* Header Styles */
#header {
	clear:both;
	float:left;
	width:100%;
}
#header {
	background-color:#000;
	height:120px;
	border:1px solid #ffff55;
}

	/* Columns Container */
.colmask {
	position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
	float:left;
	width:100%;				/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
	border-left:1px solid #ffff55;
	border-right:1px solid #ffff55;
	background-image:url(../images/leftcolbg.jpg);
	background-repeat:repeat-y;
}

	/* Column Settings */
.colright {
	float:left;
	width:200%;
	position:relative;
	left:190px;
	background:#fff;
	background-image:url(../images/mainbg.jpg)
}
.col1wrap {
	float:right;
	width:50%;
	position:relative;
	right:190px;
	padding-bottom:1em;
}
.content {
	margin:0 15px 0 215px;
	position:relative;
	right:100%;
	overflow:hidden;
}
#container{
	clear:both;
	padding:20px 20px 20px 20px;
}
.gallery {
	float:left;
	margin:0 10px 20px 10px;
}
.gallerythumb{
	text-align:left;
	font-size:12px;
	padding:0 0 20px 22px;
}
.break{
clear:both;
}
.leftcol {
	float:left;
	width:170px;
	position:relative;
	right:180px;
	color:#fff;
	min-height:700px;
}
.leftmenu ul {
	margin:10px 0 15px 0;
	padding:0 0 2px 0;
	list-style-type:none;
	width:170px;
}
.leftmenu li a {
	color:#fff;
	display:block;
	height:16px;
	padding:4px 0 4px 10px;
	text-decoration:none;
	font-weight:bold;
}
.leftmenu li a:hover {
	color:#cc0000;
}
#contact { 
	text-align:center;
	padding-top:10px;
	padding-bottom:15px;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	font-size:12px;
}
#contact a {
color:#ffff55;
}
#contact a:hover {
color:#cc0000;
}

	/* Footer Styles */
#footer {
	clear:both;
	float:left;
	width:100%;
	display:inline;
	border-top:1px solid #ffff55;
	text-align:center;
	font-size:10px;
	color:#ffff55;
	margin-top:0;
	padding:3px 0 5px 2px;
}