/* This is a fix specific to IE7 where the left column of
my fluid center three column display simply disappears */
#DivBodyLeft
{
	margin-left: expression((document.all.DivBodyCenter.offsetWidth) * -1);
}

