html { height: 100%; }      

body {
        background-image: url(/images/dn_background.jpg);
        height: 100%;
      }

      .sidebar {
        position: absolute;
        top: 0px;
        left: 0px;
        height: 100%;
        background-image: url(/images/dn_sidebar.jpg);
        width: 236px;
        border-right: solid 3px #394A39;
        background-position: top-left;
        background-repeat: no-repeat;
        background-color: #6C7F66;
      }

      .menu {
        background-image: url(/images/dn_menubar.jpg);
        width: 196px;
        height: 608px;
        color: white;
        font-family: verdana, helvetica, arial, sans-serif;
        font-size: 18px;
        line-height: 150%;
      }
     
      .menu div {
        margin: 0.5em;
        font-weight: bold;
        padding-bottom: 0.5em;
      }

      .menu a, .menu a:link {
        color: white;
        text-decoration: none;
	
      }

      .menu a:hover, .menu a:active {
        color: black;
        background-color: white;
        text-decoration: none;
      }

      .menu div div {
        margin: 0.25em 0 0 1em;
        font-size: 80%;
        line-height: 80%;
      }

      .main {
        position: absolute;
        top: 10px;
        left: 250px;
        width: 500px;
      }

      .br {
        clear: both;
        border-top: double 3px #D4513C;
        font-size: 1px;
      }

      .content {
        /*text-justify: distribute-all-lines; */
        text-align: justify;
      }

      .content h1 {
        /*text-justify: distribute-all-lines; */
        text-align: left;
      }

      .content .note {
        border: double 3px #D4513C;
        background-color: #A6A19A;
        padding: 0.5em;
        color: white;
        font-style: italic;
        width: 99%;
      }

      .content .noteRight {
        border: double 3px #D4513C;
        background-color: #A6A19A;
        padding: 0.5em;
        color: white;
        font-style: italic;
        float: right;
        width: 200px;
        margin: 0.5em 0 0.5em 0.5em;
      }

      .footer, .footer a {
        font-size: x-small;
        color: #A6A19A;
      }

      .footer a {
        text-decoration: none;
      }