/* Holly hack for IE5.5 and up */
#expander,
#innerwrapper
{zoom: 1;}

/* Holly hack for IE5, star-html hack hides from IE7, 
which would otherwise obey height correctly and break design */
* html #expander,
* html #innerwrapper
{height: 0;}

/* helps IE get the child percentages right. */
#innerwrapper { width: 100%; }

#content {
   margin-right: 0;
}

#content_lower {
   margin-left: 0;
}

#titleBar {
  margin-right: 0;
  } 


