﻿*
{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	padding:0px;
	margin:0px;
}
body {
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-image: url(images/background.gif);
}
#container {
	width: 986px;
	background: #000000;
	margin: 0 auto;
	border: 2px solid #7e7321;
	text-align: left;
	padding: 5px;
}

#header {

}
#content{
	background: #FFFFFF url(images/contentBack.jpg) no-repeat left bottom;
	min-height:560px;
}
#leftColumn {
	float: left;
	width: 336px;
	margin: 0px;	
}
#rightColumn {
	background-image: url(images/rightColumnTop.jpg);
	background-repeat: no-repeat;
	padding-top: 40px;
	margin-left: 336px;	
}

#footer {
	padding: 0 20px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	clear: both;
	
}
#footer p {
	margin: 0px;
	color: #FFFFFF;
	font-size: 9px;
}
#footer a {
	
	color: #FFFFFF;
	font-size: 9px;
}
FIELDSET
{
	margin-left:24px;
	margin-right:16px;
	margin-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
}
FIELDSET P
{
	padding-bottom:6px;
}
.OutList
{
	margin-left:24px;
	margin-right:16px;
}
label
{
	vertical-align: top;
	font-weight:bold;
	float:left;
	width:120px;
	top:2px;
	padding:0px;
	margin:0px;
}

.dealerLogin {
	font-size: 10px;
}