/* STYLES FOR IE HACKS - only included to fix display bugs and issues in IE */
/* leave these intact */

/* IE 5+6 FIXES */

	* html ul#sidebar a,
	* html #header,
	* html #footer ul {
		height:				1px;
		}

/* IE 7 FIXES */

	*:first-child+html ul#sidebar a,
	*:first-child+html #header,
	*:first-child+html #footer ul {
		min-height:			1px;
		}
	*:first-child+html #header mainnav { }

/* IE/Win FIXES */

	/* Hide from IE5/Mac \*/
	*html #footer { height: 1%; } 
	.centeredColum { width:677px; margin:0 auto; margin-left:expression( (document.body.clientWidth - 677) / 2 + 'px');	}
	/* End hide from IE5/Mac */

