@charset "utf-8";
body  {
	font: 12px/ 18px Arial, Helvetica, sans-serif;
	background: #ECEDED url(images/bg.gif) repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
#wrapper { 
	width: 900px;
	background-image:url(images/wrapper_back.gif);
	margin: 0 auto;
	text-align: left;
} 
#googleWrap	{width: 900px; height: 29px; background-color:#ffffff;}
#header {width: 900px; height: 151px;} 
#logoWrap { width: 900px; height: 100px; background:url(images/headerTop.gif);}
#ibeamWrap {width: 450px; height: 100px; float:right;}
#formWrap {font: 12px Arial, Helvetica, sans-serif; color:#000; font-weight: bold; padding-left: 20px; padding-top: 60px; float:right;}
/*navigation*/
#navWrap{width: 900px; height: 51px; background:url(images/headerBottom.gif);float:left;}
#navBar {width: 350px; padding-top: 15px;font:11px Arial, Helvetica, sans-serif; font-weight: bold; text-transform:uppercase;  float:right;}
#navBar a {padding-right: 15px; color:#406440; text-decoration:underline;  float:left; display:block;}
#navBar a:hover {color:#000;}
/*end navigation*/
#leftColumn {
	float: left;
	width: 250px;
	background-image:url(images/leftWrap.gif); background-repeat:no-repeat;
}

#insetText	{font-size: 14px; font-weight: bold; text-transform:uppercase;color:#000; padding-bottom: 6px;}
#searchInsetHead {background-image:url(images/left_1_head.gif); width: 257px; height: 26px;}
#sponsoredInsetHead {background-image:url(images/left_2_head.gif); width: 257px; height: 26px;}
#auctioneerInsetHead {background-image:url(images/left_divider.gif); width: 252px; height: 40px; }
.auctioneerText	{font: 10px/ 14px Arial, Helvetica, sans-serif;}
#mainContent { 
	margin: 0 0 0 250px;
	padding: 0 20px;
	min-height: 1000px;
	} 
h1 {
	font-size: 20px;
	font-weight: bold;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight:bold;
	border-top:1px solid #4E7B4D;
	border-bottom:1px solid #4E7B4D;
	color: #000000;
}



#pageBottom	{width: 900px; height: 12px; background-image:url(images/wrapper_bottom.gif); background-repeat: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 { /* 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;
}