/**
 * 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      Three Column Format, Menu on the Left Style
 */

#pagePanel{
  margin-left:          15em;} /* was 20em  */
#coreFrame{

  border-right:         0.05em  solid transparent;
  border-right-color: #837970;  /* solid transparent;   */
 /* border-left:          0.00em solid transparent;   */
  margin-right:         14em;}
#corePanel{
  display:              inline;
  float:                right;
  width:                100%;}
#mainFrame{
  display:              inline;
  float:                left;
  width:                100%;}
#moreFrame{
  display:              inline;
  float:                right;
  margin-right:         -13.05em; /* -18.05em; */
  width:                13em;
  }
 /*   background-color:695d54;}  background-color:968b83;  -18em */
#menuFrame{
  display:              inline;
  float:                left;
  margin-left:          -15.00em; /* -12.05em;  */
  width:                15em;
  height: 79px;

 } /*    border-left:  0.00em solid transparent; 20em;  */

