/* -------------------------------------------------------------- 
clear.css
-------------------------------------------------------------- */
.clear{height:1%;margin:0;padding:0;clear:both;float:none;}
/* Clearfix method
-------------------------------------------------------------- */
.clearfix:after,#content:after,#col1:after,#col2:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix,#content,#col1,#col2{display:inline-block;}
* html .clearfix,* html #content,* html #col1,* html #col2{height:1%;}
.clearfix,#content,#col1,#col2{display:block;}
