body {
   background-color: black;
   margin-top: 0px;
   overflow:hidden;
   }

/*DIV STYLES*/


div.maincontainer {
   background-color: #9c0000;
   width: 1024px;
   height: 630px;
   border: 1px solid white;
   border-top: none;
   margin-top:0px;
   margin-left:auto;
   margin-right:auto;
   overflow: hidden;
   }

div.indexcontainer {
   background-color: black;
   width: 800px;
   height: 630px;
   border: 1px solid white;
   border-top: none;
   margin-top:0px;
   margin-left:auto;
   margin-right:auto;
   overflow: hidden;
   }

div.topcontainer {
   background-image: url('/Images/logo-top1.jpg');
   background-repeat: no-repeat;
   width: 820px;
   height: 89px;
   z-index: 10;
   }

div.navigation {
   background-image: url('/Images/logo-middle2.jpg');
   background-repeat: no-repeat;
   height: 25px;
   width: 800px;
   text-align: right;
   }

div.leftcontainer {
   width: 198px;
   height: 100%;
   border-right: 1px solid white;
   }

div.contentframe {
   background-image: url('/Images/content-bg.jpg');
   background-color: black;
   height:516px; 
   width: 828px;
   padding-left: 10px;
   margin-left: auto;
   margin-top: -630px;
   overflow: scroll;
   text-align: center;
   border-left: 1px solid white;
   border-top: 1px solid white;
   }

div.menuframe {
   background-color: black;
   height:516px;
   width: 828px;
   padding-left: 10px;
   margin-left: auto;
   margin-top: -630px;
   overflow: scroll;
   text-align: center;
   border-left: 1px solid white;
   border-top: 1px solid white;
   }

div.hiddenscroll {
   background-image: url('/Images/content-bg.jpg'); 
   height:516px;
   width: 82828px;
   padding-left: 10px;
   margin-left: auto;
   margin-top: -630px;
   overflow: hidden;
   border-left: 1px solid white;
   border-top: 1px solid white;
   }

div.bottomcontainer {
   height: 100%;
   width: 620px;
   border-top: 1px solid #9c0000;
   text-align: center;
   margin-left: 190px;
   }

/* TEXT STYLES*/

/*h1 {
   font-family: arial;
   color: white;
   font-size:12pt;
   font-weight: bold;
   font-style: italic;
   } 

h6 {
   font-family: arial; 
   color: white;
   font-size: 14pt;
   text-align: center;
   font-style: italic;
   font-weight: bold;
   text-decoration: underline;
   }

h6.pos1 {
   position:relative;
   top: -20px;
   font-family: arial;
   color: red;
   font-size: 12pt;
   text-align: center;
   font-style: italic;
   font-weight: bold;
   }

h6.pos2 {
   position: relative;
   top: -55px;
   font-family: arial;
   color: white;
   font-size: 10pt;
   text-align: center;
   font-weight: lighter;
   text-decoration: none;
   }  */

a.banquetroom {
   font-family: arial;
   font-size: 12pt;
   color: #9c0000;
   text-decoration: underline;
   }

a.banquetroom:hover {
   font-family: arial;
   font-size: 12pt;
   color: white;
   text-decoration: underline;
   }

a.navigation {
   font-family: arial;
   font-size: 12pt;
   color: white;
   text-decoration: none;
   }

a.navigation:hover {
   font-family: arial;
   font-size: 12pt;
   color: black;
   text-decoration: underline;
   }
  
a.indexnavigation {
   font-family: arial;
   font-size: 12pt;
   color: white;
   text-decoration: none;
   }

a.indexnavigation:hover {
   font-family: arial;
   font-size: 12pt;
   color: #9c0000;
   text-decoration: underline;
   }

a.wilkshirenet {
   font-family: arial;
   font-size: 8pt;
   color: white;
   text-decoration: none;
   }

a.wilkshirenet:hover {
   font-family: arial;
   font-size: 8pt;
   color: #9c0000;
   text-decoration: underline;
   }
 
a.menuswitch {
   font-family: arial;
   font-size: 12pt;
   color: white;
   text-decoration: none;
   }

img.front {
   float: right;
   border: 2px solid #7f5656
   }

img.nestled {
   border: none;
   }

