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

h2 {
	font-size:14px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight:bold;
	border-top:1px solid #666666;
	border-bottom:1px solid #666666;
	color: #000;
}
#wrapper { 
	width: 900px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
} 
#topad	{width: 900px; height: 25px; background-color:#FFFFFF;} 
#header {background: url(images/header01.gif) no-repeat; height: 143px; } 
#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;}
#navWrap	{width:900px; float:left;}
#navBar {padding-left: 400px; padding-top: 28px; 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 {float:right; padding-right: 20px; padding-top: 45px;}
#myForm {font: 12px Arial, Helvetica, sans-serif; color:#000; font-weight: bold;}

#leftColumn {
	float: left; 
	width: 257px;
	background:url(images/leftBack.jpg) no-repeat;
	}
#mainContent { 
	margin: 0 0 0 257px;
	padding: 0 20px;
	min-height:800px;
} 
#pageBottom	{background:url(images/wrapperBottom.jpg) no-repeat; height:37px;}
/* 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;
}