body{
margin: 0;
padding: 0;
border: 0;
overflow: hidden;
height: 100%; 
max-height: 100%; 
}

#framecontentLeft, #framecontentTop{
position: absolute; 
top: 120px; 
left: 0; 
width: 200px; /*Width of left frame div*/
height: 100%;
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-color: navy;
color: white;
}

#framecontentTop{
top: 0;  
left: 0; /*Set left value to WidthOfLeftFrameDiv*/
right: 0;
width: auto;
height: 130px; /*Height of top frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-color: navy;
color: white;
}

#maincontent{
position: fixed; 
left: 200px; /*Set left value to WidthOfLeftFrameDiv*/
top: 130px; /*Set top value to HeightOfTopFrameDiv*/
right: 0;
bottom: 0;
overflow: auto; 
background: #fff;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}

* html body{ /*IE6 hack*/
padding: 120px 0 0 200px; /*Set value to (HeightOfTopFrameDiv 0 0 WidthOfLeftFrameDiv)*/
}

* html #maincontent{ /*IE6 hack*/
height: 100%; 
width: 100%; 
}

* html #framecontentTop{ /*IE6 hack*/
width: 100%;
}

.urbangreymenu{
width: 180px; /*width of menu*/
}

.urbangreymenu .headerbar{
font: bold 12px Arial;
color: white;
background: #606060 url(media/arrowstop.gif) no-repeat 8px 6px; /*last 2 values are the x and y coordinates of bullet image*/
margin-bottom: 0; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 7px 0 7px 11px; /*11px is left indentation of header text*/
}

.urbangreymenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.urbangreymenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.urbangreymenu ul li a{
font: bold 12px Arial;
color: black;
background: #E9E9E9;
display: block;
padding: 5px 0;
line-height: 17px;
padding-left: 8px; /*link text is indented 8px*/
text-decoration: none;
}

.urbangreymenu ul li a:visited{
color: black;
}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
color: white;
background: black;
}

.chlogo {

position: absolute; 
top: 10px; 
left: 10px;    
margin: 0px;
    
padding: 0px;
    
border: 0px ;
    
text-align : top;
}

.halllogo {

position: absolute; 
top: 10px; 
right: 0;    
margin: 0px;
    
padding: 0px;
    
border: 0px ;
    
text-align : top;
}

.chbanner {
    
position: absolute; 
top: 50px; 
left: 200px; 
margin: 0px;
    
padding: 0px;
    
border: 0px ;
    
text-align : Center;
}

.hallimage {

margin: 0px;
    
padding: 0px;
    
border: 0px ;

margin: 15px    
float: left;
    
position:relative;
 
Text-Align : Center;
border-spacing: 2px;
}

.ratestable table{ 
background: #E9E9E9;
color: black;
table-layout:fixed;
width:300px
text-align: center; 
margin-left: auto; 
margin-right: auto;
border-style:solid;
border-color:blue;
border-width: 2px;
}

.ratestable tr td{ 
text-align:center;
border-width: 2px;
border-style:solid;
border-color:blue;
}




