html, body {height: 100%;}

body {margin: 0px;}

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

td.left {width: 15%;
         border-style: none;
         background-color: #000000;
         color: #ffffff;
         text-align: left;
         height: 100%;}
td.main {width: 70%;
         height: 100%;
         border-style: none double none double;
         margin-top: 0px;
         position: relative;
            top: 0px;}
td.right {width: 15%;
         height: 100%;
         background-color: #000000;
         color: #ffffff;
         margin-left: 5px;
         position: relative;
         top: 0px;}

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

a.menu
{
float: center;
width:67px;
text-decoration:none;
color: #93281d;

padding:4px 10px;
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: 500px; 
          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;
          text-align: center;}

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

