<style type="text/css">

body{
margin: 0;
padding: 0;
border: 0;
overflow: hidden;
height: 100%; 
max-height: 100%; 
}

td{
font-family: Verdana; 
font-size: 12pt;
}

#framecontentLeft, #framecontentRight{
position: absolute; 
top: 0; 
left: 0; 
width: 200px; /*Width of left frame div*/
height: 100%;
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-image: url(media/tallside02.jpg);
/*background-color: navy;*/
color: white;
}

#framecontentRight{
left: auto;
right: 0; 
width: 200px; /*Width of right frame div*/
height: 100%;
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-image: url(media/tallside02.jpg);
/*background-color: navy;*/
color: white;
}

#bannercontentTop{
position: absolute;
top: 0;
bottom: 0;
left: 200px;
right: 200px;
height: 100px; /*height of bottom frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-image: url(media/topcurtainlong.jpg);
color: white;
}

#bannercontentBottom{
position: absolute;
top: auto;
bottom: 0;
left: 200px;
right: 200px;
height: 120px; /*height of bottom frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background: #9D97A3 url(media/stagefloor.jpg) repeat-x bottom left;
color: white;
}

#maincontent{
position: fixed; 
top: 100px;
left: 200px; /*Set left value to WidthOfLeftFrameDiv*/
right: 200px; /*Set right value to WidthOfRightFrameDiv*/
bottom: 0;
overflow: scroll; /* used to be auto */
background: #9D97A3;
}

#stagebgcontent{
position: fixed; 
top: 100px;
left: 200px; /*Set left value to WidthOfLeftFrameDiv*/
right: 200px; /*Set right value to WidthOfRightFrameDiv*/
bottom: 0;
overflow: scroll; /* used to be auto */
background-image: url(media/stagebg.jpg);
}

#postercontent{
position: fixed; 
top: 0;
left: 200px; /*Set left value to WidthOfLeftFrameDiv*/
right: 200px; /*Set right value to WidthOfRightFrameDiv*/
bottom: 0;
overflow: scroll; /* used to be auto */
background: #FFFFFF;
}

div#showschedule
{
  margin: 0px 20px 0px 20px;
  display: none;
}

div#showroles
{
  margin: 0px 20px 0px 20px;
  display: none;
}

.innertube{
margin: 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/
background: ltblue ;
}

* html body{ /*IE6 hack*/
padding: 0 150px 0 200px; /*Set value to (0 WidthOfRightFrameDiv 0 WidthOfLeftFrameDiv)*/
}

* html #maincontent{ /*IE6 hack*/
height: 100%; 
width: 100%; 
}

.glossymenu{
list-style-type: none;
margin: 5px 0;
padding: 0;
width: 170px;
border: 1px solid #9A9A9A;
border-bottom-width: 0;
}

.glossymenu li a{
background: white url(media/glossyback.gif) repeat-x bottom left;
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: white;
display: block;
width: auto;
padding: 3px 0;
padding-left: 10px;
text-decoration: none;

}


* html .glossymenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 160px;
}

.glossymenu li a:visited, .glossymenu li a:active{
color: white;
}

.glossymenu li a:hover{
background-image: url(media/glossyback2.gif);
}

</style>
