@charset "utf-8";
body  {
	font: 12px/ 18px Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
#googleWrap	{width: 901px; height: 24px; background:url(images/googleWrap.gif);}
#wrapper { 
	width: 901px;
	background: url(images/wrapperBack.gif);
	margin: 0 auto;
	text-align: left;
}
#rightColumn {
	float: right;
	width: 234px;
	
}
#insetText	{font-size: 14px; font-weight: bold; text-transform:uppercase;color:#000; padding-bottom: 6px;}
.auctioneerText	{font: 10px/ 14px Arial, Helvetica, sans-serif;}
#navWrap	{height: 30px; width:475px; padding-left: 150px;padding-top: 10px;}
#navBar {font:12px Arial, Helvetica, sans-serif; font-weight: bold; text-transform:uppercase; letter-spacing:1px; }
#navBar a {padding-right: 20px; color:#000000; text-decoration:underline; letter-spacing:1px;  float:left; display:block;}
#navBar a:hover {color:#666;}
/*end navigation*/

#header {width: 667px; height: 114px; background:url(images/header.gif) no-repeat;}
#mainContent { margin: 0 234px 0 0;}

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

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;
}
#pageBottom	{width: 901px; height: 46px; background:url(images/wrapperBottom.gif);} 
/* 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;
}