@charset "utf-8";
body  {
	font: 12px/18px Arial, Helvetica, sans-serif;
	background: #fff url(images/bg.gif) repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}

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

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: #3E5709;
}

#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: #FFFFFF; text-decoration:underline;}
.auctioneerText a:visited {color: #FFFFFF; text-decoration:none;}
.auctioneerText a:hover {color: #FFFFFF; text-decoration:none;}
.auctioneerText a:active {color: #FFFFFF; text-decoration:none;}

#googleWrap	{width: 1000px; background-color:#FFFFFF; height: 25px; text-align:center;}
#wrapper { 
	width: 1000px;
	background: url(images/wrapperBack.gif);
	margin: 0 auto; 
	text-align: left;
}
#header {width: 752px; height:238px;}
#ibeamWrap {background:url(images/header.gif) no-repeat; width: 752px; height: 210px;}
#myForm {padding-left: 450px;padding-top: 45px; font: 12px Arial, Helvetica, sans-serif; color:#fff; font-weight: bold;}

#navWrap {background:url(images/navWrap.gif) no-repeat; width: 752px;height: 28px;}
#navBar {padding-left: 150px; padding-top: 3px; font:13px Georgia, 'Times New Roman', Times, serif; font-style:italic; font-weight: bold; text-transform:lowercase;}
#navBar a {padding-right: 30px; color:#fff; text-decoration:underline; float:left; display:block;}
#navBar a:hover {color:#CC6600;}
/*end navigation*/


#rightColumn {
	float: right;
	width: 248px;
	background: url(images/rightBack.gif) no-repeat;
}
#mainContent { 
	margin: 0 248px 0 0;
	
} 
#pageContent { width: 720px; padding-left: 20px; padding-top: 20px;}
#pageBottom {background:url(images/wrapperBottom.gif); height: 17px;}
/* 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;
}