/**
 * 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      Single Column, Compact Style
 */

#coreFrame{
  border-right:         none !important;
  border-left:          none !important;}
#mainFrame{
  float:                left;
  border-bottom:        1px solid transparent;
  width:                100%;}
#moreFrame{
  display:              inline;
  float:                right;
  width:                49%;}
#menuFrame{
  display:              inline;
  float:                left;
  width:                49%;}
