@charset "utf-8";
body {
	background: #000;
	padding: 0;
	text-align: center;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 0px;
}
#container {
	width: 780px;  
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}
#container2 {
	width: 780px;
	background: #000;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	border: medium inset #999999;
	position: relative;
	top: 75px;
}
.oneColFixCtrHdr #header {
	background: #DDDDDD; 
	padding: 0;  
	color:#fff;
}
#header table h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0;
	color:#FFF;
	font-size: 14px;
	font-variant: small-caps;
}
#header table a{
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	
}
.holder{
	width:780px;
	margin:0px;
	padding:0;
}
.holder img{
	margin:0;
}
#top{
	height:19px;
}
#nav{
	background-image: url(../images/nav2/bgNav.gif);
	background-repeat: repeat-x;
	width: 780px;
	text-align:center;
	font-size: 18px;
	margin:0px;
}
#nav a{
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	font-variant: normal;
	font-size:18px;
}	
#nav a:hover, :focus{
	color:#CC0000;
}
#mainContent {
	padding: 0;
	background-color: #999999;
	background-image: url(../images/nav2/bgMain.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	height: 352px;
	width: 780px;
	overflow: hidden;
}
#mainContent2 {
	padding: 0;
	background-color: #b0b0b0;
	margin: 0px;
	height: auto;
	width: 780px;
}
#feat{
	padding: 0px;
	height: 172px;
	width: 770px;
	margin-top: 35px;
	margin-left:10px;
	background-image: url(http://parsautosale.com/images/nav2/bgFeat.png);
	background-repeat: no-repeat;
	color:#FFF; 
}
#feat a{
	color:#FFF;
}
#btns {
	margin: 0px;
}
#btm {
	height: 6px;
}
	
.gencolor{
	background-color: #b0b0b0;
}
.gencolor a{
	color:#990000;
	font-weight:bold;
}
#footer {
	background:#000;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
#footer p {
	margin-top: 5px;
	margin-bottom:4px;
	padding-right: 10px;
	padding-left: 10px;
}
#footer a{
	color:#CCCCCC;
}