html, body{ 
 margin:0; 
 padding:0; 
 background-color: white;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 0.9em;
 text-align: center;
} 

#global{
 text-align: center;
 width: 1007px;
 margin-left: auto;
 margin-right: auto;
}

#skycraper{
 float: right; 
 position:relative; 
 padding: 0px;
 /*margin-left: 8px;*/
}

#pagewidth{ 
 width: 870px;
 text-align:left;
 position: relative;
 background-color: #E6E9E3;  
 border-left: 1px solid #959B8F;
 border-right: 1px solid #959B8F;
} 
 
#header{
 position:relative; 
/* height:184px; */
 background-color:#4B504A; 
 width:100%;
} 
 
#leftcol{
 width:22.2%; 
 float:left; 
 position:relative; 
 background-color:#959C8F; 
 }
 
#twocols{
 width:77.8%; 
 float:right; 
 position:relative; 
 background-color: #E6E9E3;  
  }
 
#rightcol{
 width:29%; 
 float:right; 
 position:relative; 
 background-color:#B7BDB2;
 }
 
#maincol{
 background-color: #E6E9E3;  
 float: left; 
 display:inline; 
 position: relative; 
 width:71%; 
 }

#maincolBig{
 background-color: #E6E9E3;  
 float: left; 
 display:inline; 
 position: relative; 
 width:71%; 
 }
 
#footer{
 background-color:#677667;
 clear:both;
 padding-top: 4px;
 padding-bottom: 0px;
 } 
 
.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 */  

.clr{
	clear: both;
}
 
 /*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;}
}
