html, body {height: 100%;}

body {margin: 0px;}

table {height: 100%;
       margin: 0px;
       width: 100%;
       border: 1px double black}

td.left {width: 17%;
         border-style: none;
         background-color: #000000;
         color: #ffffff;
         height: 100%;
         position: relative;
         top: 0px;
         margin-left: 5px;}
td.main {width: 65%;
         min-height: 500px;
         border-style: none double none double;
         margin-top: 0px;
         position: relative;
            top: 0px;}
td.right {width: 17%;
         border-style: none;
         background-color: #000000; 
         color: #ffffff;
         height: 100%;
         position: relative;
         top: 0px;
         margin-left: 5px; 
          }

td.misc {border: 0px;}

div.streamer {position: absolute;
              left: 7px;
              top: 0px;
              }
div.banner {background-image: 
            url('banner.jpg');
            background-repeat: 
            no-repeat;
            background-position: center; 
            height: 100px;
            }

div.right {position: absolute;
           top: 0px;
           text-align: center;
              }


div.left {position: absolute;
          top: 0px;
          text-align: center;
         }

div.main {position: absolute:
          top: 0px;}
a.menu
{
float: left;
width:80px;
text-decoration:none;
color: #93281d;

padding: 3px 4px;
font-family: papyrus;
font-size: 13pt;
text-align: center;
}
a.menu:hover {background-image: url('rfback.jpg');
              color: #93281d;
              font-weight: bold;
              text-decoration: underline;}



a.main
{
 text-decoration:none;
 color: #93281d;
 font-family: garamond;
 font-size: 12pt;
 }
a.main:hover {color: #93281d;
              font-weight: bold;
              text-decoration: underline;}

div.menu {float: left;
           width: 300px;
          height: 20px; 
          }

img.main {float: right;
         }

h1 {text-align: center;
    font-family: papyrus;
    
    }

h2 {margin-left: 10px;}

hr {background-color: #93182d;
    height: 5px;
    width: 75%;
    margin-top: -25px;}

h1,h2,h3 {color: #93182d;
          font-family: papyrus;}

p {text-indent: 8px;
   margin-left: 10px;
   margin-right: 5px;

