body  {
	background: #FFFFFF;
	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: #FFFFFF;
}
.center #container {
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	width: 860px;
	border: 1px solid #313031;
	top: 0px;
}
.center #header {
	width:860px;
}

.center #leftnav {
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #87212e;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;

}

#leftnav a:link {
	text-decoration: none;
	color: #FFFFFF;
}
#leftnav a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#leftnav a:hover {
	text-decoration: none;
	color: #cccc99;
}

#leftnav li {
	list-style-type: none;
	margin-left: -34px;
	line-height: 24px;
}

.center #content {
}
#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #313031;
	padding-top: 10px;
	text-align: center;
}
.contentBld {
	font-weight: bold;
}

#content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #000000;


}

#content img {
	margin: 2px;
}
#content a:link {
	color: #004990;
	text-decoration: underline;

}


.center #footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #004990;
	text-align: center;
	width: 860px;
	border-top-width: 1px;
	border-bottom-width: 10px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #004990;
	border-bottom-color: #004990;
	margin-top: 10px;
	line-height: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;

}
#footer a:link {
	color: #004990;
	text-decoration: underline;

}
.clearfloat {
	clear:both;
	height: 0px;
}
#homeBrands {
	text-align: center;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #004990;
	padding-top: 4px;
}
