/* Place borders around all divs during development */
  div {
    margin:0;
    padding:0;
    border:0px solid #FF0000;
  }
/* Center website */
  body {
    text-align:center;
    background:#AA1819;
  }
/* Main Container */
  #container {
    width:760px;
    margin:0px 20px 20px 20px;
    text-align:left;
    background:#B8976A;
  }
/* Masthead */
  #masthead {
    width:760px;
    height:258px;
    background:#F6CE79;
  }
/* Left Navigation */
  #navigation {
    width:183px;
    float:right;
    text-align:left;
  }
  #navigation-top {
    width:183px;
    height:331px;
    float:right;
    text-align:left;
    background: #B8976A url(../BSRE_r2_c1.jpg) no-repeat;
  }
  #navigation-center {
    width:183px;
    clear:both;
    margin:auto 0px auto 0px;
    padding:auto 0px auto 0px;
    text-align:left;
    background:#B8976A;
  }
  #navigation-bottom {
    width:183px;
    height:175px;
    float:right;
    text-align:left;
    background: #B8976A url(../BSRE_r4_c1.jpg) no-repeat;
  }
  #lb {
  position:absolute;
  width:183;
  height:175;
  top:auto;
  right:0;
  bottom:0;
  left:0
  margin:auto 0 0 0;
  }
/* Page Contents */
  #contents {
    width:577px;
    float:right;
    text-align:left;
    background:#F6CE79;
    min-height:506px;
  }
/* Footer */
  #footer {
    width:760px;
    clear:both;
    background:#B8976A;
  } 