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

.main-container{
width: 1000px;
background: #FFEB9C;
color: #990000;
overflow: hidden;
}

.navbar{
position: absolute;
top: 0;
bottom: 0; 
left: 0;
width: 225px; /*Width of frame div*/
height: 100%;
overflow: auto; /*Disable scrollbars. Set to "scroll" to enable*/
background: #FFEB9C;
color: #990000;
border-right: 2px #000000 solid;
}

.content{
position: fixed;
top: 0; 
left: 225px; /*Set left value to WidthOfFrameDiv*/
right: 0;
bottom: 0;
overflow: auto;
}

.innerspace{
min-width: 775px;
}

.innertube{
margin: 20px;
}

.navbar ul{
position: absolute;
top: 50px;
left: -20px;
list-style-type: none;
}

.navbar li a{
text-decoration: none;
border-bottom: 1px solid #990000;
border-left: 1px solid #990000;
padding-left: 2px;
}

.navbar li a:visited{
color: #990000;
}

.copy{
position: absolute;
width: 100%;
bottom: 1px;
font-size:x-small;
text-align:center;
}

a:link, a:visited{
color:#990000;
}

a:hover, a.selected{
color:#990000;
}

* html body{ /*IE6 hack*/
padding: 0 0 0 225px; /*Set value to (0 0 0 WidthOfFrameDiv)*/
}

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

.nap{
position: absolute;
top: 320px;
left: 50px;
}
