
html, body{ 
 margin:0px 0px 0px 10px; 
 padding:0; 
 }
 #pagewrapper{ 
 width:792px;
background: url(../images/bg-col.gif);background-repeat: repeat-y; 
 text-align:left;  
}  
 
#pagewidth{ 
 margin:0px 0px 0px 14px; 
 width:764px;  
} 

#login-area{
background: url(../images/wood1.jpg);background-repeat: no-repeat; 
 position:relative; 
padding-top: 6px;
 height:20px; 
  background-color:#fff; 
 width:100%;
text-align: right;
}

#login-text {
color: #888;
padding: 5px 20px 0px 0px;
text-transform: none;
vertical-align: text-top;
margin-left: 5px;
}
 
#header{
z-index: 0;
 position:relative; 
 padding-left: 0px;
 padding-right: 20px;
 height:148px; 
 background: url(../images/header16.jpg);background-repeat: no-repeat;
 width:100%;
margin-bottom: 5px;
} 

#menu {
z-index: -1;
height: 15px;
padding-top: 110px;
padding-left: 13px;
padding-right: 0px;

}
 
#maincol{background-color: #FFFFFF;  
 padding-left: 15px;
 padding-right: 0px;
 float: right; 
 display:inline; 
 position: relative; 
 width:; 
 }
 
#footer{
 height:20px;
 padding-left: 15px;
 padding-right: 20px; 
  background-color:#fff; 
 clear:both;
 overflow:visible;
 }
 #bottom_bgimg {
	position:absolute; 
	margin-left: -14px;
     width: 792px;
     height: 29px;
     background: url(../images/bg-bottom.gif);background-repeat: no-repeat;  
     clear: both;
}
 
.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 */  


