body{ background-color: FFFFFF;
font-family: verdana;
font-size: 8px;
color:333333;
margin:0px;
padding-bottom:0px;
text-align:center;
}


#pagewidth{ 
 width:995px;
 
 margin-left:auto; 
 margin-right:auto;
} 
 
#header{
 width:100%;
 clear:both;
} 

#header2{
 clear:both;
 } 
 
#rightbar{
 width:250px; 
 display:inline;
 position:relative;
 }

#body-header{  
 float: left; 
 display:inline; 
 position: relative; 
 width:745px; 
 }

#twocols{ 
 display:inline; 
 position: relative;
 width:250px;
 float:right;
 height:auto; 
    } 
 
#body-main{  
 display:inline; 
 position: relative;
 float: left; 
 width:745px;
 height:auto;
 }

 
#leftbar{
 display:inline; 
 position: relative;
 width:160px;
 float:right;
 
 }
 
 
#footer{
 clear:both;
 } 

#fullheight{height:100%}
.fullheight{height:100%}

.clearfix:after {
 content: "."; 
height: 100%;
 clear: both; 
 visibility: hidden;
 }