@charset "utf-8";

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

    #framecontentLeft{
    position: absolute;
    top: 10px;
    bottom: 0; 
    left: 2px;
    width: 325px; /*Width of frame div*/
    height: 97%;
	background: url(../themes/advanced/imgs/sidebar_mid.png) repeat;
    overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
    }

    #maincontent{
	position: fixed;
    top: 5px;
    left: 325px;
    right: 10px;
    bottom: 5px;
    overflow: auto;
    }

    .innertube{

    }

    * html body{ /*IE6 hack*/
    padding: 10px 0 10px 210px; /*Set value to (0 0 0 WidthOfFrameDiv)*/
    }

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


    