a:link {  color: #60bb46; text-decoration: none; font-weight: bold;}
a:hover {  color: #60bb46; text-decoration: underline; font-weight: bold;}
a:active {  color: #60bb46; text-decoration: none; font-weight: bold;}
a:visited {  color: #60bb46; text-decoration: none; font-weight: bold;}

body a:link {  color: #60bb46; text-decoration: none; font-weight: bold;}
body a:hover {  color: #60bb46; text-decoration: underline; font-weight: bold;}
body a:active {  color: #60bb46; text-decoration: none; font-weight: bold;}

body {
	background-color: #4b4b4b;
	margin-top: 0px;
	}
#wrapper	{
	width: 1000px;
	margin: auto;
	background-color: #FFFFFF;
	overflow:auto;
	background-image: url(../images/back_shdw.gif);
	background-repeat: repeat-y;
	}
#top_nav {
	height: 100px;
	width: 980px;
	margin-left: 10px;
	}
#main_nav {
	height: 50px;
	width: 980px;
	margin-left: 10px;
	background-color: #626469;
	}
#maincontainer {
	margin-left: 10px;
	background-color:#FFFFFF;
	width: 980px;
	padding-bottom: 10px;
	height: 100%;
	padding-top: 10px;
	overflow:auto;
	}
#leftSidebar	{
	float: left;
	width: 130px;
	margin-left: 10px;
}
#maincontentarea	{
	margin: 0px 0px 0px 130px;
	height: 100%;
	background: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #626469;
	overflow: auto;
}
#maincontentarea p {
	margin-right: 10px;
	}
#centerColumn {
	width: 530px;
	text-align: left;
}

#rightSidebar {
	float:right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	height: 100%;
	color: #000000;
	background-color: #F5F6F6;
	border: 1px solid #DFDFDF;
	width: 255px;
	margin-right: 20px;
}
#carshow {
	margin-top: 20px;
}
.custphoto {
	width: 175px;
	float: left;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	margin-right: 20px;
	margin-bottom: 20px;
	height: 151px;
}
.custphoto2 {
	width: 175px;
	float: left;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	margin-bottom: 20px;
}
.carshowphoto {
	width: 175px;
	float: left;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	margin-right: 20px;
	margin-bottom: 20px;
}
.custphotos {
	overflow: auto;
	width: 100%;
	height: 100%;
}
#footer {
	width: 1000px;
	margin: auto;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding-top: 10px;
	}
.imageRight {
	float: right;
	padding-bottom: 10px;
	padding-left: 10px;
}
.faq ul {
	line-height: 25px;
	
	}
	
.question {
	list-style-image: url(../images/faq_q.gif);
	margin-right: 20px;
	}
	
.answer {
	list-style-image: url(../images/faq_a.gif);
	margin-right: 20px;
	}
