body{
margin: 0;
padding: 0;
border: 0;
color: #084e8d;
font-family:tahoma;
overflow: hidden;
height: 100%; 
max-height: 100%; 
}

#framecontentLeft, #framecontentRight{
position: absolute; 
top: 0; 
left: 0; 
width: 100px; /*Width of left frame div*/
height: 100%;
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-image: url(images/backgr.jpg);
color: white;
}

#framecontentRight{
left: auto;
right: 0; 
width: 100px; /*Width of right frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-image: url(images/backgr2.jpg);
color: white;
}

#framecontentTop{
position: absolute;
top: 0;
left: 100px; /*Set left value to WidthOfLeftFrameDiv*/
right: 100px; /*Set right value to WidthOfRightFrameDiv*/
width: auto;
height: 50px; /*Height of top frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-image: url(images/backgr1.jpg);
color: white;
}

#maincontent{
position: fixed; 
top: 20px; /*Set top value to HeightOfTopFrameDiv*/
left: 100px; /*Set left value to WidthOfLeftFrameDiv*/
right: 100px; /*Set right value to WidthOfRightFrameDiv*/
bottom: 0;
overflow: auto; 
background: #fff;
}

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

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

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

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

A { color : #819B9B; 
text-decoration : none;     
}

a:hover { COLOR:red; background-color: #ebf6ff;}

a:active {color:#819B9B;}

#menu {
	margin: 0;
	padding: 0;
	text-align: center;
}

#menu  ul, #menu  li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}
#menu  a:link, #menu  a:visited {
	float: center;
	font-size: 12px;
	line-height: 25px;
	font-weight: bold;
	margin: 0;
	padding: 2px 12px 3px;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #084e8d;
	border-right: 1px solid #ffffff;
}

#menu  a:hover {
	color: #084e8d;
	background-color: #ebf6ff;
}


