/* Clear Floated Elements----------------------------------------------------------------------------------------------------*//* http://sonspring.com/journal/clearing-floats */.clear { clear: both; display: block; }/* http://www.positioniseverything.net/easyclearing.html */.clearfix:after		{ clear: both; content: '.'; display: block; visibility: hidden; height: 0; }.clearfix 			{ display: inline-block; }* html .clearfix 	{ height: 1%; }.clearfix			{ display: block; }
