@charset "utf-8";
body  {
	font: 12px / 18px Arial, Helvetica, sans-serif;
	background: #D1D1C9;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}

h1 {
	font-size: 20px;
	font-weight: bold;
	color: #CB6009;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight:bold;
	border-top:1px solid #666666;
	border-bottom:1px solid #666666;
	color: #CB6009;
}
#wrapper { 
	width: 900px;
	background: url(images/wrapperBack01.gif);
	margin: 0 auto;
	text-align: left;
} 
#googleWrap	{width: 900px; height: 24px; background-color:#FFFFFF;}
#header { width: 900px; height: 205px; background:url(images/header01.gif)} 
#header2 { width: 900px; height: 205px; background:url(images/header03.gif)} 
#rightColumn {
	float: right;
	width: 250px;
	
}
#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:hover {color: #0000cc; text-decoration:none;}
#ibeamWrap {width: 400px; height: 120px; padding-top: 85px; float:right;}
#myForm {padding-left: 90px; font: 12px Arial, Helvetica, sans-serif; color:#000; font-weight: bold;}

#navWrap	{float:left; clear:both;}
#navBar { width: 500px; height: 25px; padding-left: 90px; font:12px Arial, Helvetica, sans-serif; font-weight: bold; text-transform:uppercase; letter-spacing:1px; float: left; }
#navBar a {padding-right: 20px; color:#000000; text-decoration:underline; letter-spacing:1px;  float:left; display:block;}
#navBar a:hover {color:#AC5F3C;}
/*end navigation*/
#mainContent { 
	margin: 0 250px 0 0;
	padding: 0 20px;
}
#auctionContent { background:url(images/wrapperBack01.gif);}


#content { padding: 0 20px; width: 600px;}
#pageBottom	{width: 900px; height: 18px; background:url(images/wrapperBottom01.gif) no-repeat;}
#pageBottom2	{width: 900px; height: 18px; background:url(images/wrapperBottom02.gif) no-repeat;}


/* 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 {
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}