@charset "utf-8";
/* CSS Document */

body {
	background: url("../images/bg_new.jpg") repeat-x 0 0 #fff;
	font: 12px Arial, Helvetica, sans-serif;
}

#container {
	margin:0 auto;
	border:none;
	width:950px;
	position:relative;
	background: url("../images/bg_container_new.jpg") no-repeat center 110px transparent;
}

#header {
	width:950px;
	height:110px;
	background: url("../images/header_new.jpg") no-repeat center 0 transparent;
}

#left_col {
	margin:20px 0 0 28px;
	width:572px;
	float:left;
}
#gmc_box {
	width:177px;
	height:152px;
	background: url("../images/bg_gmc.jpg") no-repeat center 0 transparent;
	float:left;
}
#vw_box {
	width:177px;
	height:152px;
	background: url("../images/bg_vw.jpg") no-repeat center 0 transparent;
	float:left;
	margin: 0 0 0 20px;
}	
#used_box {
	width:370px;
	height:125px;
	background: url("../images/bg_used_cars.jpg") no-repeat center 0 transparent;
	float:left;
	margin: 18px 0 0 0;
}
#ad_mngr {
	width:330px;
	height:298px;
	float:left;
	background: url("../images/bg_ad_mngr.jpg") no-repeat center 0 transparent;
	margin:20px 0 0 4px;
}
#ad_mngr .ad_thumb_scroller {
	margin:4px 0 0 15px;
}

#bottom_row {
	clear:both;
}

#footer {
	width:950px;
	height:27px;
	background: url("../images/bg_footer.jpg") no-repeat center 0 #fff;
	clear:left;
	padding:0 !important;
	position:relative;top:10px;
}
#seo_text {
    margin: 15px auto 0;
    padding: 0;
}
#footer a {
	color:#fff;
}
.footerleft {
	margin:5px 0 0 20px !important;
	width:50% !important;
	height:18px;
	overflow:hidden;
	color:transparent !important;
}
.footerright {
	margin-top:5px;
	margin-right:15px !important;
	width:40% !important;
}
#hideLinks, .footerleft a {
	display:none;
}


	





