/**
 * 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      Fluid Width, Maximized Style
 */

#pageShell {
  border-top:           none !important;
  border-right:         none !important;
  border-left:          none !important;
  border-bottom:        1px solid transparent;
  margin:               0;
  min-width:            750px;
}
