.hide{
display: none;
}

.show{
display: block;
}


#framecontent{ 
position: absolute; 
top: 0; 
bottom: 0; 
left: 0; 
width: 241px; /*Width of frame div*/ 
height: 100%; 
overflow: auto; 
background: #611427; 
color: #e5c317; 
}

#maincontent{ 
position: absolute; 
top: 0; 
left: 290px; /*Set left value to WidthOfFrameDiv*/ 
right: 0; 
bottom: 0; 
width: 620px;
overflow: auto; 
padding: 7px;
}


.innertube{ 
margin: 25px; /*Margins for inner DIV inside each DIV (to provide padding)*/ 
} 

* html body{ /*IE6 hack*/ 
padding: 0 0 0 290px; /*Set value to (0 0 0 WidthOfFrameDiv)*/ 
} 

* html #maincontent{ /*IE6 hack*/ 
height: 100%; 
width: 620px; 
