body{
	margin: 0;
	padding: 0;
	background: url(images/headerBGRepeat.jpg) repeat-x top black;
	font-family:arial;
	font-size: small;
	height: 100%;
	width: 100%;
}

#wrapper{
	margin:0 auto;
	padding: 0;
	width: 920px;
}
#header{
	float: left;
	margin: 0;
	padding: 0;

}
#header img{
	float: left;
	border: 0;

} 
#navigation{
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
	background: url(images/navigation.gif) no-repeat;
	width:920px;
	height: 40px;

}
#navigation ul{
	display: inline;
	width: 940px;
	list-style: none;
	margin:0 0 0 1em;

}
#navigation li{
	display: inline;
	float: left;
	display: block;
		text-align: center;
}
#navigation .pushLeft{
	display: inline;
	float: left;
	padding-left: 35px; 
}


#navigation a:link, #navigation a:visited{
	display: inline;
	color: white;
	text-decoration: none;
	font-weight: bold;
	font-size: 1em;
	width: 145px;
	height: 28px;
	display: block;
	padding-top: 0.9em;
	margin: 0;
}
#navigation a:hover{
	color: #fff200;
}
#body{
	float: left;
	margin: 0;
	padding: 0;
	background: url(images/bodyBGRepeat.jpg) repeat-y;
	height: 100%;
	width: 920px;
}
#bodyStocklist{
	float: left;
	background: url(images/searchbg.jpg) no-repeat;
	height: 315px;
	width: 880px;
	padding: 15px 0 15px 55px;
}
#bodyStocklist2{
	float: left;
		background: url(images/searchbgusedcars.jpg) no-repeat;
	height: 552px;
	width: 880px;
	padding: 20px 0 15px 50px;
}
#bodyTop{
	display: inline;
	float: left;
	height: 100%;
	width: 920px;
	padding: 15px 0 15px 20px;
}
#bodyLeft{
	clear:both;
	background: url(images/bodyLeftBG.jpg) no-repeat;
	margin: 0 0 0 20px;
	padding: 1px 10px 30px;
	width: 860px;
}
#bodyLeft h1{
	color: black;
	font-size: 1.5em;
	margin-top: 0.5em;
}
#bodyLeft p{
	color: #555555;
	margin: 0.5em 0 0 0;
	padding: 0;
}

#bodyLeft a:link,#bodyLeft a:visited {
	color: #555555;
}
#bodyLeft a:hover {
	text-decoration: none;
}
#bodyRight{
	clear:both;
	background: url(images/bannerbg.gif) no-repeat;
	margin: 0 20px 10px;
	padding: 7px;
	width: 866px;
	height: 60px;
}

#bodyRight img{ 
	border: 0;
}
#bodyRightTexBreak{
	display:inline;
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
	border: solid 1px red;
}
#bodyRightTaxBreak img{
	border: 0;
}
#bodyRightContact img{
	border: 0;
}
#bodyRightContact{
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
}
#bodyRightContact img{
	border: 0;
}
#bodyRightFinance{
	float: left;
	margin-top: 9px;
	padding: 0;
	width: 270px;
	height:71px;
}
#bodyRightFinance img{
	border: 0;
}
#bodyRightInvestment{
	display: inline;
	float: left;
	margin-top: 9px;
	padding: 0;
	width: 270px;
	height:71px;
}
#bodyRightInvestment img{
	border: 0;
}
#footer{
	float: left;
	position: relative;
	margin: 0;
	padding: 0 0 0 30px;
	background: url(images/footer.jpg) no-repeat top left;
	width: 920px;
	height: 112px;
}
#footer p{
	color: #888888;
	font-size: 0.9em;
	list-style: none;
	margin: 0;
}
#footer img{
	position: absolute;
	top: 0;
	left: 755px;
}
/* Form Styles */	
#form{
background: white;	
}	
.tableform {font-family:Arial;	font-size:12px;}
.field {width: 250px; font-family: Arial; font-size: 11px; color: #000000; background-color: #E9E9E9; border: 1px solid #666666}
.field_select {width: 255px; margin-top:1px; margin-bottom:1px; font-family: Arial; font-size: 11px; color: #000000; background-color: #E9E9E9; border: 1px solid #666666}
.formnotes {margin:10px 0 10px 5px; color:#666666; font-size:14px; text-transform:uppercase; font-weight:bold}
.labelcell { font: 12px Arial, Helvetica, sans-serif; padding: 0 0 0 5px;  color: #000000; background-color: transparent; width: 220px; background-image:url(../images/formbg.gif); background-repeat:repeat-y;}
.fieldcell { width:220px; padding: 1px 4px 1px 4px; background-color: #F2F7FB; color: #000000; text-align: left; border: 1px solid #DBDBDB}
