  body {
    margin-top: 0px;
    background-color: #D5CDC2;
  }
  #outer_container {
    width: 806px;
    margin: 20px auto;
  }
  #bottom_of_box {
    width: 806px;
    background: transparent url(images/background_bottom.jpg) no-repeat bottom left;
  }
  #top_of_box {
    width: 806px;
    background: transparent url(images/background_top.jpg) no-repeat top left;
  }
  #middle_of_box {
    width: 806px;
    background: transparent url(images/background_middle.jpg) repeat-y top left;
  }
  #inner_container {
    margin: 8px;
  }
  #content {
    float: left;
    margin-top: 8px;
    padding-left: 40px;
    padding-bottom: 55px;
    color: #FFFFFF;
    font-size: 100%;
    line-height: 120%;
    font-family: Arial;
  }
  #breakout_box {
    float: right;
    position: relative;
    left: -8px;
    margin-top: -8px;
    margin-left: 20px;
    margin-bottom: 20px;
    width: 217px;
    padding: 30px;
    color: #FFFFFF;
    font-size: 100%;
    line-height: 120%;
    font-family: Arial;
    background-color: #888071;
  }
  #sidebar {
    float: right;
    margin-top: 8px;
    width: 105px;
    padding: 17px;
    color: #FFFFFF;
    font-size: 100%;
    line-height: 120%;
    font-family: Arial;
  }
  .clear {
    font-size: 1px; 
    height: 1px;
  }

