/* 
Title:		IE patches
Author: 	dphower999@yahoo.com
*/


	
/* self-clear floats */
* html .group { /* IE6 */
	height: 1%;
	}
*:first-child+html .group { /* IE7 */
	min-height: 1px;
	}