@charset "UTF-8";
body {
	background: #FFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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 */
	color: #292929;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
}
.oneColFixCtr #container {
	width: 942px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header {
	text-align: right;
	height: 44px;
	padding-top: 45px;
	padding-bottom: 35px;
	padding-right: 0px;
	padding-left: 400px;
	font-size: 14px;
	font-weight: normal;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
address {
	font-size: 10px;
	color: #aaa;
	font-style: normal;
}
.oneColFixCtr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0px;
}
#slot {
	float: left;
	width: 224px;
	margin-right: 15px;
}
#slot2 {
	float: left;
	width: 224px;
}
a {
	color: #F00;
}
ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 11px;
}
li {
	margin-bottom: 15px;
}
#spacer {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 0px;
	width: 960px;
}
#dealertitle {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-color: #292929;
	margin: 0px;
	padding: 10px;
	width: 204px;
}
