body{
	margin: 0;
	padding: 0;
	border: 0;
	color: #666666;
	background-color: #F1F0E1;
	overflow: hidden;
	
	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;	
}

#framecontentTop{ 
	position: absolute;
	top: 0px; 
	left: 0px; 
	width: 781px; 
	height: 115px;
	background-color: #CCCC99;
}

#framecontentLeft{
	position: absolute; 
	top: 115px; 
	left: 0px; 
	width: 300px; /*Width of left frame div*/
	height: 100%;
	overflow: auto; /*Disable scrollbars. Set to "scroll" to enable*/
	background-color: #F1F0E1;
}

#framecontentBottom{ 
	background-color: #F1F0E1;
}

#resultsContent{
	position: fixed;
	left: 300px;
	top: 115px;
	right: 0px;
	bottom: 0px;
	overflow: auto;
	width: 481px;
	background-color: #F1F0E1;
}

.innertube{
	margin: 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}

* html body{ /*IE6 hack*/
	padding: 115px 0px 0px 300px; /*Set value to (HeightOfTopFrameDiv 0 0 WidthOfLeftFrameDiv)*/
	background-color: #F1F0E1;
}

* html #framecontentTop{ /*IE6 hack*/
	width: 781px;
}

* html #resultsContent{ /*IE6 hack*/
	position: relative;
	left: 0px;
	top: 0px;
	height: 100%; 
	width: 481px; 
	overflow: auto;
}

#resultimage {
	width: 300px;
	padding-top:15px;
	padding-left:26px;
}
