/* -------------------------------- */
/* ------ Moroni 8 Zone Grid ------ */
/* (plus leader, header and footer) */
/* -------------------------------- */

/* Clamp contents to fixed width, and center it. */
div#gridClamp {
  width: 980px;
  margin: 0 auto;
}

div#gridMainFrame {
  position: relative;
  clear:both;
  width: 665px;
  float: left;
}

  div#mainTopRow {
    position:relative;
    clear:both;
  }
    div#mainTopLeft {
      float:left;
      width:420px;
      margin:0 15px 0 0;
    }
    div#mainTopRight {
      float:left;
      width:230px;
    }

  div#mainCenterRow {
    position:relative;
    clear:both;
  }
    div#mainCenterLeft {
      float:left;
      width:325px;
      margin:0 15px 0 0;
    }
    div#mainCenterRight {
      float:left;
      width:325px;
    }

  div#mainBottomRow {
    position:relative;
    clear:both;
  }

div#gridRightSide {
  position:relative;
  width:300px;
  margin-left:15px;
  float:left;
}
