    html { /* this prevents FF from wiggling with the inclusion of the scroll bar. Opera effectively ignores this (em) */
      min-height: 100%;
      margin-bottom: 15px;
    }
    body {
      text-align: center; /* IE Fudge: aligns everything centrally */
      background-color: #eee8f1;
      color: #333;
      margin: 0;
      border: 0;
      padding: 0;
      }
    #container {
      margin: 5px auto; /* This aligns everything centrally esp. in FF and Opera */
      border: 0;
      padding: 0;
      background: #fefefe url(images/border.5c2.png) repeat-y;
      text-align: left; /* reset the text alignment to get round the IE fudge */
      width: 820px;
      min-height: 80%;
      }
    #top {
      margin: 0 0.2em 0 0.1em;
      padding: 0;
      border: 0;
      text-align: left;
      height: 205;
      }
    #middle {
      margin: 0;
      border: 0;
      padding: 0;
      }
    #lleft {
      float: left;
      margin: 0 0 5px 5px;
      border: 0;
      padding: 0;
      width: 275px;
      }
    #rright {
      margin: 0 8px 8px 295px;
      border: 0;
      padding: 0;
    }
    #base {
      clear: both;
      margin: 0;
      border: 0;
      padding: 0;
      }

