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

#framecontentLeft, #framecontentTop{
	position: absolute;
	top: 0px;
	left:0px;
	width: 200px; /*Width of left frame div*/
	height: 100%;
	overflow: auto; /*Disable scrollbars. Set to "scroll" to enable*/
	background-color: black;
	color: white;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
}

#framecontentTop{ 
left: 200px; /*Set left value to WidthOfLeftFrameDiv*/
right: 0;
width: auto;
height: 120px; /*Height of top frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-color: black;
color: white;
}

#maincontent{
position: fixed; 
left: 200px; /*Set left value to WidthOfLeftFrameDiv*/
top: 120px; /*Set top value to HeightOfTopFrameDiv*/
right: 0;
bottom: 0;
overflow: auto; 
background: #fff;
font-family:Arial, Helvetica, sans-serif;
font-size:10pt;
}

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

* html body{ /*IE6 hack*/
padding: 120px 0 0 200px; /*Set value to (HeightOfTopFrameDiv 0 0 WidthOfLeftFrameDiv)*/
}

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

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

a:link { color: #FF9900; font-weight: bold; text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {text-decoration: none; color: #CC6600;}
a:active {text-decoration: none;}

.codes {font-size: 10px}
.met_wood {color: #8C623A; font-weight: bold; padding-left:10px;}
.heading { color: #FFFFFF; font-weight: bold; padding-left:5px;}
.agtext { color: #00665B; font-weight: bold; padding-left:10px;}
.airless {color: #009EC5; font-weight: bold; padding-left:10px;}
.ohs {color: #007A6F; font-weight: bold; padding-left:10px;}
.auto {color: #A7A7A7; font-weight: bold; padding-left:10px;}
.airbrush {color: #BC0000;font-weight:bold;}
.sub {color:#999999; font-size:10px}
.new {color: #FF0000}
