@charset "utf-8";
body  {
	font: 12px/18px Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
h1 {
	font-size: 20px;
	font-weight: bold;
	color: #000;
	margin-top: 20px;
}

h2 {
	font-size:14px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight:bold;
	border-top:1px solid #666666;
	border-bottom:1px solid #666666;
	color: #987610;
}
#wrapper { 
	width: 905px;
	background: url(images/wrapperBack.gif) repeat-y;
	margin: 0 auto;
	text-align: left;
} 
#topad	{width: 905px; height: 25px; background-color:#FFFFFF;} 
#header{ width: 905px; height: 172px; background:url(images/header01.gif)} 

#navWrap	{width:660px; float:left;}
#navBar {padding-left: 170px; padding-top:135px; font:12px Arial, Helvetica, sans-serif; font-weight: bold; text-transform:uppercase;}
#navBar a {padding-right: 30px; color:#000000; text-decoration:underline; float:left; display:block;}
#navBar a:hover {color:#666;}
/*end navigation*/
#ibeamWrap {width: 243px; float:right;}
#myForm {padding-left: 10px; padding-top: 85px; font: 12px Arial, Helvetica, sans-serif; color:#FFFFFF; font-weight: bold;}

#rightColumn {
	float: right;
	width: 243px;
	background: url(images/leftBack.gif) no-repeat;
	padding: 0px;
}
#insetText	{font-size: 14px; font-weight: bold; text-transform:uppercase;color:#000; padding-bottom: 6px;}
.auctioneerText	{font: 10px/ 14px Arial, Helvetica, sans-serif;}
.auctioneerText a:link {color: #000; text-decoration:underline;}
.auctioneerText a:visited {color: #000; text-decoration:none;}
.auctioneerText a:hover {color: #000; text-decoration:none;}
.auctioneerText a:active {color: #000; text-decoration:none;}



#mainContent { 
	margin: 0 243px 0 0;
	padding: 0 20px;
	min-height:800px;
} 
#auctionContent { 
	background: url(images/auctionBack.gif);
}
#auctionBottom	{background:url(images/auctionBottom.gif) no-repeat; width: 905px; height:13px;} 
#pageBottom	{background:url(images/wrapperBottom.gif) no-repeat; width: 905px;height: 13px;}
/* footer */
#footer {
	padding:5px 0 20px 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
	line-height:16px;
	color:#666666;
	clear:both;
}
#footer a:link, #footer a:visited, #footer a:active {
	color:#666666;
	text-decoration:underline;
}
#footer a:hover {
	color:#000000;
	text-decoration:none;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}