/* generated by csscreator.com */ 
html, body{ 
    margin:0; 
    padding:0; 
    text-align:center;
    background-color:white;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
} 

img {
    border: none;
}

#pagewidth{ 
    width:900px; 
    text-align:left;  
    margin-left:auto; 
    margin-right:auto;
    border: 1px dotted silver;
} 
 
#header{
    position:relative;
    padding-top: 100px;
    background-color:white; 
    width:100%;
} 

#leftcol{
 padding-top:50px;
 width:150px; 
 float:left; 
 position:relative; 
}
 
#twocols{
 width:740px; 
 float:right; 
 position:relative; 
}
 
#rightcol{
 width:175px; 
 float:right; 
 position:relative; 
}
 
#maincol{
 float: left; 
 display:inline; 
 position: relative; 
 width:550px; 
}
 
#footer{
 height:30px; 
 clear:both;
} 
 

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.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;}
}
