/**
 * @page      Three Column Format, Menu on the Left Style
 * 29 Oct 2008 - Adjusted the More Frame widths (reduced)
 */

#pageFrame{}
#pagePanel{
  margin-left:               220px;
  }
#coreFrame{
  border-right:              0px solid transparent;
  border-left:               0px solid transparent;
  margin-right:              275px;
  }
#corePanel{
  display:                   inline;
  float:                     right;
  width:                     100%;
  }
#mainFrame{
  display:                   inline;
  float:                     left;
  width:                     100%;
  }
#moreFrame{
  display:                   inline;
  float:                     right;
  margin-right:              -275px;
  width:                     275px;
  }
#menuFrame{
  display:                  inline;
  float:                     left;
  margin-left:               -223px;
  width:                     220px;
  }

