html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
 background-color:#999999;
} 
 
#pagewidth{ 
 width:904px; 
 text-align:left;  
 background-image:url('../images/b.jpg');
 background-repeat:repeat;
margin-left:auto; 
 margin-right:auto  
} 

#wrapper{
 width:900px;
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
}


#bidr{
	width:150px;
	height:22px;
	position:absolute;
	left: 680px;
	top: 20px;
	cursor:pointer;
 }
 
#header{
 position:relative; 
 height:340px; 
 width:100%;
} 

#menuup{
 position:relative; 
 top: -10px;
 height:30px;  
 width:100%;
 text-align:center;
} 
 
#leftcol{
 width:180px; 
 float:left; 
 position:relative;  
 }
 
#twocols{
 width:700px; 
 float:right; 
 position:relative; 
  }
 
#rightcol{
 width:175px; 
 float:right; 
 top: 10px;
 position:relative; 
 }
 
#maincol{background-color: #e7e8e4;  
 float: left; 
 display:inline; 
 position: relative; 
 width:450px; 
 }
 #footer{

 clear:both;
 width:100%;
 } 
 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
