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

h1 {
color: #76664F;
}
h3 {
color:#F7CF18;
}
.pls	{
color:#000000;
font-size:16px;
}

a:link {color:#F7CF18;
text-decoration:none;} /* unvisited link */
a:visited {color:#F7CF18;
text-decoration:underline;} /* visited link */
a:hover {color:#F7CF18;
text-decoration:blink;
} /* mouse over link */
a:active {color:#F7CF18} /* selected link */


#framecontentLeft, #framecontentTop{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 218px; /*Width of left frame div*increase by two when installing top margin*/
	height: 700px;
	overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
	background-color: #76664F;
	color: white;
}
#framecontentTop1{
	left: 220px; /*Set left value to WidthOfLeftFrameDiv*/
	right: 0;
	width: auto;
	height: 25px; /*Height of top frame div*/
	overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
	background-color: white;
	color: white;
}
	

#framecontentTop{
	left: 220px; /*Set left value to WidthOfLeftFrameDiv*/
	right: 0;
	width: auto;
	height: 25px; /*Height of top frame div*/
	overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
	background-color: #76664F;
	color: white;
}
#maincontent{
position: fixed; 
left: 220px; /*Set left value to WidthOfLeftFrameDiv*/
top: 0px; /*Set top value to HeightOfTopFrameDiv*/
right: 0;
bottom: 0;
overflow: auto; 
background-image:url(images/background.jpg);
}

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

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

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

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

