/* The famous and wonderful clearfix trick. See 
 * http://www.positioniseverything.net/easyclearing.html
 * for detailed information.
 */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
}
	
* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}


.clear {
	clear:both; 
}
