/*RHS Floating Frame Style sheet*/

#container{
width:1000px;
margin:-8px auto;
}

#mainframe{
position: relative;
float: left;
width: 730px; /*Width of frame div*/
height: 100%;
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
margin: 0 0 0 0px;
border-style: none;
outline-style:none;
background: none;
color: black;
}

#rightframe{
position: relative;
float: right;
width: 250px; /*Width of frame div*/
height: 100%;
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
margin: 0 0 0 0px;
border-style: none;
outline-style:none;
background: none;
color: navy;
}

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