body{margin: 0;padding: 0;border: 0;overflow: hidden;height: 100%; max-height: 100%;}
#framecontentLeft{position: absolute; top: 0; left: 0; width: 140px; /*Width of left frame div*/
height: 100%;overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-color: navy;color: white;background: url(../img/bg150x300.jpg) repeat-y top left; }
#framecontentTop{position: absolute; top: 0; left: 130px; /*Set left value to WidthOfLeftFrameDiv*/
right: 0;height: 80px; /*Height of top frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-color: navy;color: white;background: url(../img/topbg.jpg) repeat-x top left; }
#framecontentBottom{position: absolute; top: auto; 
left: 130px; /*Set left value to WidthOfLeftFrameDiv*/
bottom: 0;right: 0;height: 21px; /*Height of bottom frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-color:#f5f5f5 ;color: #aaaaaa;}
.innerfoot{margin: 0px 0; padding: 3px 0 0 0; text-align: center; font-size: 11px; border-top: 1px solid #191970;}
.innertop{margin: 7px 0 0 15px; z-index: 1;}
.innerleft{margin: 7px 0 0 7px; z-index: 7;}
.innermain{margin: 3px 10px 10px 3px ;}
#maincontent{position: fixed; 
top: 80px; /*Set top value to HeightOfTopFrameDiv*/
left: 140px; /*Set left value to WidthOfLeftFrameDiv*/
right: 0;
bottom: 21px; /*Set bottom value to HeightOfBottomFrameDiv*/
overflow: auto; background: #fff;
scrollbar-base-color: #7C7C7C; scrollbar-arrow-color: #999999; scrollbar-face-color: #FFFFFF; scrollbar-highlight-color: #999999; scrollbar-shadow-color: #EEEEEE; scrollbar-track-color: #d4d7c8; scrollbar-3dlight-color : #EBEBEB; scrollbar-darkshadow-color : #C1C1C1;}
* html body{ /*IE6 hack*/padding: 80px 0 21px 140px; /*Set value to (HeightOfTopFrameDiv  0 HeightOfBottomFrameDiv WidthOfLeftFrameDiv)*/}
* html #maincontent{ /*IE6 hack*/height: 100%; width: 100%; }
* html #framecontentTop, * html #framecontentBottom{ /*IE6 hack*/width: 100%;}
