body {
    margin: 0;
padding: 0;
border: 0;
overflow: hidden;
height: 100%; 
max-height: 100%;
font-family: georgia;
font-size: 110%;
}

hr {
	color: #006868;
    background-color: #006868;
}

font.small {
    font-size: 85%;
}
h1, font.large {
    font-size: 140%;
}
h2 {
    font-size: 120%;
}
h3 {
    font-size: 110%;
}

small {
    font-size: 85%;
}
.big {
    font-size: 115%;
}
.u {
    text-decoration: underline;
}
.indent {
   margin-left: 40px;
   }

#framecontent{
position: absolute;
top: 0;
bottom: 0; 
left: 0;
width: 310px; /*Width of frame div*/
height: 100%;
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-color: #006868;
}

#maincontent{
position: fixed;
top: 0; 
left: 310px; /*Set left value to WidthOfFrameDiv*/
right: 0;
bottom: 0;
overflow: auto; 
background-color: #EBEED2;
}

.innertube-left {
width: 270px;
margin-left: 20px ;
  margin-right: 20px ;
margin-top: 50px;
color: #006868;
}

.innertube{
margin-left: 30px; 
margin-right: 30px;
padding-top: 20px;
padding-bottom: 20px;
}				 

iframe {
 width:267px; 
height:400px; 
border:3px solid; 
border-color: #5cadad;
}


* html body{ /*IE6 hack*/
padding: 0 0 0 310px; /*Set value to (0 0 0 WidthOfFrameDiv)*/
}

* html #maincontent{ /*IE6 hack*/
height: 100%; 
width: 100%; 
}


