/* Structure CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444;
	background: url(../images/site_bg.gif) top left repeat;
}

/* Top Banner */

#HomeLink {
	width: 970px;
	margin: 0 auto;
	padding: 2px 40px 0 0;
	text-align: right;
	height: 16px;
}

#TopBanner {
	height: 118px;
	padding: 0px 0 0 0;
	background: url(../images/topbanner_bg.gif) top left repeat-x;
}

#LogoBar {
	width: 970px;
	margin: 0 auto;
}

#Logo {
	margin: 13px 0 0 0;
}

#TopAdSpace {
	margin: 5px 20px 0 0;
	float: right;
}

/* Top Navigation */

#TopNav {
	height: 36px;
	background: url(../images/topnav_bg.gif) top left repeat-x;
}



#NavShell {
	width: 970px;
	margin: 0 auto;
}

#ManageAds {
	margin: 4px 12px 0 0;
	float: right;
}

/* Main Content Area */

#ContentShell {
	width: 970px;
	margin: 0 auto;
	background: url(../images/content_bottom.gif) #FFF bottom left no-repeat;
}

#Content {
	padding: 0 10px 10px 10px;
}

/* Detail Columns */

#DetailLeft {
	float:left;
	width: 320px;
}

#DetailRight {
	float:left;
	width: 620px;
	padding: 10px 0 0 10px;
}

#DetailClear {
	clear: left;
	height: 1px;
}

/* Vehicle Columns */

#VehicleLeft {
	float:left;
	width: 300px;
	margin: 10px 0 0 0;
}

#VehicleRight {
	float:left;
	width: 300px;
	padding: 0 0 0 10px;
	margin: 10px 0 0 0;
}

#VehicleClear {
	clear: left;
	height: 1px;
}


#Search {
	width: 320px;
	color: #fff;
	background: url(../images/search_bg.gif) bottom left repeat-y;
}

#SearchClear {
	clear: left;
	height: 1px;
}

#AdsLeft {
	margin: 10px 0 0 0;
	padding: 10px 0 10px 10px;
	background: url(../images/leftad_bg.gif) #333 top left no-repeat;
}

#Pagination {
	margin: 0;
	padding: 0;
	border: 1px solid #c7c7c7;
}

#InfoContent {
	margin: 0 20px 0 20px;
}

/* Footer Area */

#Footer {
	background: url(../images/footer_bottom.gif) #e3e3e3 bottom left no-repeat;
	margin: 10px 0 0 0;
	padding: 0px 0 10px 0;
}