@import url(text.css);

body {
	margin:0;
	padding:0;
	background:url(../images/bkgd.gif) repeat;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	color:#333;
}

a {
	color:#333;
}
a:hover {
	color:#8e1515;
}
a img {
	border:none;
}

input, select, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	position:relative;
}

#bkgd_top {
	width:100%;
	height:308px;
	position:absolute;
	top:0;
	left:0;
	background:url(../images/bkgd_top.jpg) left top repeat-x;
}

#wrapper {
	width:814px;
	margin:0 auto;
	font-size:.7em;
	position:relative;
	z-index:10;
}
#wrapper div {
	float:left;
}

#stamp {
	position:absolute;
	top:110px;
	left:160px;
	z-index:100;
	width:117px;
	height:119px;
	background:url(../images/stamp.png) no-repeat;
}
#header {
	width:814px;
	height:169px;
	background:url(../images/header.png) no-repeat;
}

#content {
	width:800px;
	padding:0 7px;
	background:url(../images/content_bkgd.png) repeat-y;
}
#content #banner {
	width:800px;
	height:235px;
	position:relative;
	margin-bottom:5px;
	background:url(../images/banner.jpg) no-repeat;
}
#content #banner a.west_hills {
	display:block;
	width:398px;
	height:235px;
}
#content #banner a.pittsburgh_east {
	display:block;
	position:absolute;
	top:0;
	left:398px;
	width:398px;
	height:235px;
}

#content #cars {
	width:770px;
	padding:25px 15px 20px 15px;
}
#content #cars #left {
	width:377px;
	margin-right:16px;
}
#content #cars #right {
	width:377px;
}
#content #cars div.row {
	width:370px;
	padding:12px 0 12px 7px;
	border-bottom:1px dotted #878787;
}
#content #cars div.row div.img {
	width:124px;
	margin-right:15px;
}
#content #cars div.row div.img a {
	display:block;
	position:relative;
	border:1px solid #555;
}
#content #cars div.row div.img a:hover {
	border:1px solid #8e1515;
}
#content #cars div.row div.img a img {
	border:1px solid #fff;
}
#content #cars div.row div.info {
	width:230px;
	padding-top:8px;
}
#content #cars div.row div.info a.car {
	font-size:1.15em;
	color:#8e1515;
	text-decoration:none;
	position:relative;
}
#content #cars div.row div.info a.car:hover {
	text-decoration:underline;
}
#content #cars div.row div.info table td {
	padding:1px 0;
}
#content #cars div.row div.info td.label {
	font-weight:bold;
	width:50px;
}

#content #disclaimer {
	width:770px;
	padding:20px 15px;
	font-size:.95em;
	color:#666;
}
#content #disclaimer ol li {
	margin-bottom:20px;	
}
#content #disclaimer a.back_to_top {
	float:right;	
}

#bottom {
	width:814px;
	height:24px;
	background:url(../images/bottom.png) top no-repeat;
}