
/* ******************************************************************** */ 
/*                  kevinclements.com                                   */
/* ******************************************************************** */

html, body{ 
 margin:5px; 
 padding:5px; 
 } 
 
#pagewidth{ }
 
#header{
 position:relative; 
 height:80px; 
 width:100%;
 display:block;
 overflow:none;
} 
 
#leftcol{
 width:25%; 
 float:left; 
 position:relative; 
  }
 
#twocols{
 width:75%; 
 float:right; 
 position:relative; 
  }
 
#rightcol{
 width:25%; 
 float:right; 
 position:relative; 
 }
 
#maincol{
 background-color: #FFFFFF;  
 float: left; 
  position: relative; 
 width:60%;
 font-size: 50% 
 margin-right:5px;
 }
 
#footer{
 height:80px; 
 background-color:#FFFFFF; 
 clear:both;
 width:100%
 display:block;
 overflow:auto;
 font-size:14px;
 text-align:center;
} 
 

.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;}
}
