div#oldbrowser{
	display: none;	/* hide the standards compliant warning - this isn't a catch all, but works for old browsers */
}

#innerLeftColumn, #innerContentColumn{
	overflow: visible;	/* fix the Win32 IE italics bug */
	height: 100%;		/* ditto */
}
#innerLeftColumn, #innerContentColumn{
	overflow: hidden;	/* IE5.0 fix the Win32 IE italics bug */
	width: 100%;
	height: auto;
}
#innerLeftColumn/* hide from IE5.0 */, #innerContentColumn/* hide from IE5.0 */
{
	overflow: visible;	/* reset IE5.0 fix for 5.5 */
	height: 100%;		/* ditto */
	width: auto;		/* reset Safair after picking up the above IE5.0 fix : it's case insensitive to CSS selectors */
}



