body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #756d4e;
}
#login {
	font-size: 11px;
	width: auto;
	color: #ffffff;
	float: left;
	padding: 10px 0 0 40px;
}
#login a {
	line-height: 18px;
	color: #ffcc00;
	text-decoration: none;
}
#login a:hover {
	text-decoration: underline;
}
#login a.visited {
	color: #ffcc00;
}
#header {
	margin: 0;
	width: auto;
	height: 183px;
	background: #000000 url(auctionsBanner.jpg) no-repeat;
}
#content {
	background-color: #ffffff;
	height: auto;
	clear: both;
	text-align: left;
}
#contentNoAuction {
background: #65452c url(contentBack.jpg) repeat-y scroll center top;
height: auto;
	clear: both;
	text-align: left;
}
#mainNav {
	margin: 0;
	height: 24px;
	clear: both;
	background-color: #756d4e;
}
#topNav, #topNav ul {
	width: 952px;
	list-style: none;
	line-height: 1;
	background: none;
	padding: 0;
	font-size: 12px;
	margin: 0 auto;
}
#topNav a {
	color: #ffffff;
	text-decoration: none;
	padding: 0.5em;
	display: block;
	width: 8.5em;
	text-align: center;
}
#topNav a.wider {
	width: 10em;
}
#topNav li {
	float: left;
	width: 9.5em;
}
#topNav li.last {
	float: right;
	width: 11em;
}
#topNav li ul { /* second-level lists */
	position: absolute;
	border-bottom: 1px solid #676045;
	background: #676045;
	width: 11.3em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#topNav li li {
	width: 11.3em;
}
#topNav li ul a {
	width: 10.3em;
	text-align: left;
}
#topNav li:hover ul, #topNav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#topNav li:hover, #topNav li.sfhover {
	background: #8d835d;
}
#subNav {
	clear: both;
	font-size: 12px;
	height: auto;
	background-color: #ffffcc;
	border-bottom: 1px solid #756d4e;
}
#subNav a {
	color:#666666;
	text-decoration: none;
}
#subNav a:hover {
	text-decoration: underline;
}
#subNavLinks {
	padding: 4px 0px;
	margin: 0 auto;
	width: 952px;
	clear: both;
	color: #756d4e;
}
#subNavLinks li {
	display: inline;
	list-style-type: none;
}
#subNavLinks ul {
	padding: 0px;
	margin: 0px;
}
#subNavLinks a {
	color: #666666;
	text-decoration: none;
	padding: 0px 17px;
}
#subNavLinks a:visited {
	color: #000000;
}
#subNavLinks a:hover {
	text-decoration: underline;
}
#footer {
	width: 952px;
	margin: 20px auto;
	color: #ffffff;
	font-size: 11px;
	height: 100px;
	line-height: 15px;
	text-align: left;
}
.clearfloat {
	clear: both;
	height: 0px;
	font-size: 1px;
	line-height: 0px;
}
#cAlogo {
	float:right;
	height: 90px;
	width: 132px;
	padding-left: 10px;
	clear: left;
}
#createAuction {
	float: right;
	text-align: right;
	width: 360px;
	height: 90px;
	clear: left;
} 
#createAuction a {
	color: #ffcc00;
	text-decoration: none;
}
#createAuction a:hover {
	text-decoration: underline;
}
#createAuction a.visited {
 color: #ffcc00;
}
h1 {
	margin: 0;
	padding: 0;
	font-size: 1em;
	line-height: 1;
	text-indent: -999em;
	clear: both;
}
h2 {
margin-top: 0;
}
