div#main {width: 70em; min-height:100%;
          margin: auto;
          background: white;
          display: table;
         }
div#menuholder {position: relative;
                display:table-cell;
                background: #D8D8D8}
div#menu      {background: #D8D8D8;
               width: 12em;
               min-height:100%;
              }
div#r1ban     {position: absolute;
               bottom: 0px;
               padding: 6px;
               width: 11em;
               background: #F0F0F0
              }
div#right    {width: 12em; min-height:100%;
              background: #D8D8D8; 
              display: table-cell;
              margin: 0px;
             }
div#content  {width:48em; min-height:100%;
              display: table-cell;
             }
#content h2,h3 {text-align: center; margin: 12pt}

div#menu span,a  {display: block;
                  padding: 6pt;
                  cursor:  pointer;
                  text-decoration: none;
                  font-size: 14pt;
                 }
div#right span,a {display: block;
                  padding: 6pt;
                  cursor:  pointer;
                  text-decoration: none;
                  font-size: 12pt;
                  margin: 0px;
                 }
span.checked,a.checked {background: white}

div#menu  span:hover,a:hover {background: #D8D8FF}
div#right span:hover,a:hover {background: #D8D8FF}
p        {text-indent:3em;
          margin: 6pt 12pt;
          text-align: justify}

#menu h1 {
               text-align: center; font-weight:bold;
               margin-bottom: 3pt;
               font-size: 16pt;
              }
