body{
	margin: 0;
	padding: 0;
	border: 0;
	color: #666666;
	background-color: #F1F0E1;
	overflow: hidden;
	height: 100%; 
	
	scrollbar-base-color: #F1F0E1;
	scrollbar-arrow-color: #8C8969;
	scrollbar-3dlight-color: #8C8969;
	scrollbar-darkshadow-color: #8C8969;
	scrollbar-face-color: #CCCC99;
	scrollbar-highlight-color: #F1F0E1;
	scrollbar-shadow-color: #8C8969;
	scrollbar-track-color: #F1F0E1; 
}

#framecontent{
	position: absolute; 
	top: 0px; 
	left: 0px; 
	width: 781px; 
	height: 115px;
	overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
	background-color: #CCCC99;
}

#bottomcontent{
	position: fixed; 
	top: 115px;  /*Set top value to HeightOfFrameDiv*/
	left: 0px;
	overflow: auto; 
	background-color: #F1F0E1;
	height: 95%;
	width: 781px; 
}

* html body{ /*IE6 hack*/
	padding: 115px 0px 0px 0px; /*Set value to (HeightOfFrameDiv 0 0 0)*/
}

* html #bottomcontent{ /*IE6 hack*/
	height: 100%; 
	width: 781px; 
}
