/******************************************** 
 * Specifies normal width for "main-content"
 * in a layout that includes a left sidebar
 * but no right sidebar.
 ********************************************/

.main-content-width {
 	width: 556px;}
 	
 /******************************************** 
   NOTE!
   For IE, if you have a dynamically-sized 
   table inside of #main-content, you may need 
   to explicitly set its width, even though the
   total width is already set on #main-content.

   WHY:
   IE may size the inner dynamic table as wider 
   than #main-content (stretching #main-content), 
   even if the dynamic table is displayable at 
   the width set for #main-content.  It just 
   wants to.
   
   Firefox does not exhibit this behavior.
 ********************************************/