
#page{
 width:950px;
 text-align:left;
 margin-left:auto;
 margin-right:auto;
}

#header{
 position:relative;
 height:95px;
 width:100%;
}

#leftcol{
 width:600px;
 float:left;
 position:relative;
 }

#twocols{
 width:36%;
 float:right;
 position:relative;
 }

#rightcol{
 width:350px;
 float:right;
 position:relative;
 }

#maincol{background-color: #FFFFFF;
 float: left;
 display:inline;
 position: relative;
 width:0%;
 }

#footer{
 height:80px;
 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 */


