/**
 * The Holier Grail Website Layout Framework
 * @author    Bill Brown <mailto:macnimble@gmail.com>
 * @copyright None really.
 *            You may use The Holier Grail freely, for any project.
 *            Just please don't claim credit for creating it.
 * @timestamp 2008-MAR-10 2:40 AM
 *
 * @page      Two Column Format, Menu on the Left Style
 */

#pagePanel{
  margin-left:               15em;
  }
#coreFrame{
  border-right:              none !important;
  border-left:               0.05em solid transparent;
  }
#corePanel{
  display:                   inline;
  float:                     right;
  width:                     100%;
  }
#mainFrame{
  display:                   inline;
  float:                     left;
  width:                     100%;
  }
#moreFrame{
  display:                   inline;
  float:                     left;
  width:                     100%;
  }
#menuFrame{
  display:                   inline;
  float:                     left;
  margin-left:               -15.05em;
  width:                     15em;
  }
#coreFrame{
  border-left:               0.05em solid transparent;
  }
#moreFrame{
  border-top:                0.05em solid transparent;
  }
#moreFrame div.panel{
  float:                     left;
  width:                     20em;
  }