@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: #00793A;
	margin-top: 10px;
}

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: #00793A;
}

#wrapper { 
	width: 900px;
	background: url(images/wrapperBack.gif) repeat-y;
	margin: 0 auto;
	text-align: left;
}
#topad	{width: 900px; height: 25px; background-color:#FFFFFF;} 
#header { 
	background: url(images/headerBack.gif) no-repeat;
	height: 166px;
	width: 900px; 
} 

#leftColumn {
	float: left;
	width: 235px;
	background: url(images/leftBack.gif) no-repeat;
	min-height:800px;
}
#insetText	{font-size: 14px; font-weight: bold; text-transform:uppercase;color:#fff; 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;}
#ibeamWrap {width: 500px; height: 100px; float:right;}
#formWrap {height: 88px; padding-right: 10px; padding-top: 45px; font: 12px Arial, Helvetica, sans-serif; color:#000; font-weight: bold; float:right;}

#navWrap	{ width:900px; float:left;}
#navBar { width: 500px; padding-top: 6px; font:12px Arial, Helvetica, sans-serif; font-weight: bold; text-transform:uppercase; float:right; }
#navBar a {padding-right: 15px; color:#000000; text-decoration:underline; float:left; display:block;}
#navBar a:hover {color:#666;}
/*end navigation*/
#mainContent { 
	margin: 0 0 0 235px;
	padding: 0 20px;
	min-height:1000px;
} 
#pageBottom	{ width: 900px; height: 19px; background:url(images/wrapperBottom.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;
}