/* clear without structural mark-up */
.clear:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
.clear {
    display: inline;
	content: "."; 
	height:0; 
	clear: both; 
	visibility: hidden;
}

/* mac hide - force layout in ie \*/
* html .clear,* html #INNER, * html #MIDDLE {height: 1%;}
/* End hide */