/**
 * 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: 160px;
min-height:700px;
height: 800px;

}  /* default left background vert bar w menu */
#coreFrame{}
#corePanel{
  display:              inline;
  float:                right;
  width:                100%;}
#mainFrame{
  display:              inline;
  float:                left;
  width:                100%;}
#moreFrame{
  display:              inline;
  float:                left;
  width:                100%;}
#menuFrame{
   display:              inline;
   margin-top:			 -28px;
   float:                left;
   margin-left:          -160px;
   width:                160px;
}


#coreFrame{}
#moreFrame{border-top:  0.05em solid transparent;}
#moreFrame div.panel{
  float:                left;
  width:                40em;
  }

