/**
 * 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 Right Style
 */

#coreFrame{
  border-left:          none !important;
  border-right:         0.05em solid transparent;
  margin-right:         20em;}
#corePanel{
  display:              inline;
  float:                left;
  width:                100%;}
#mainFrame{
  display:              inline;
  float:                right;
  width:                100%;}
#moreFrame{
  display:              inline;
  float:                right;
  width:                100%;}
#menuFrame{
  display:              inline;
  float:                right;
  margin-right:         -20.05em;
  width:                20em;}
#moreFrame{
  border-top:           0.05em solid transparent;}
#moreFrame div.panel{
  float:                left;
  width:                20em;}