@charset "UTF-8";
/* CSS Document */

body {
	font: 15px Arial, Helvetica, sans-serif;
	background: #000000;
	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: #CEBB8E;
}
img {
	border:none;
}
a {
	color:#FF0000;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
.oneColFixCtrHdr #container {
	width: 740px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px;
}
.oneColFixCtrHdr #footer {
	text-align: center;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
hr {
	color:#CEBB8E;
	width:90%;
	margin-right: auto;
	margin-left: auto;
	border-color: #CEBB8E;
}
.pageTitle {
	font-size: 24px;
	font-weight: bold;
	color: #CEBB8E;
	margin-bottom: 20px;
	margin-top: 10px;
}
h2 {
	font-style: italic;
	color: #FF0000;
	font-size: 18px;
	font-weight: bold;
}
h1 {
	font-size: 24px;
	font-weight: bold;
}#sales #mainContent {
	padding: 0px;
}
ul {
	margin-top: -15px;
}
h3 {
	margin-bottom: -15px;
	font-size: 19px;
	font-weight: bold;
	margin-top: -15px;
}
.center {
	text-align: center;
}
.homeLeft {
	float: left;
	width: 480px;
}
.homeRight {
	float: left;
	width: 185px;
	margin-left: 10px;
	background: #333;
	margin-top: 25px;
	padding: 5px;
	color: #86795C;
	border: thin dotted #CEBB8E;
}
h4 {
	margin-bottom: 7px;
	margin-top:0px;
	color: #CEBB8E;
}
.homeRight hr {
	margin-bottom:12px;	
}
