html {
padding: 0;
}
body {
margin: 0;
padding: 0;
border: 0;
background-color:#351000;
overflow:hidden;
height:100%;
max-height:100%;
}
img {
border:0px;
}
#content {
background:#000000 none repeat 0 0;
bottom:0;
left:155px;
overflow:auto;
position:fixed;
right:0;
top:0;
bottom:0;
padding: 10px 0 0 15px;
}

#left {
width: 155px;
height:100%
background-color:#351000;
position:absolute;
overflow-y: auto;
overflow-x: hidden;
left: 0;
top: 0;
bottom: 0;
}
ul.menulist{
padding:10 0 0 0px;
margin:0;
list-style-type: none;

}
ul.menulist li{
background:transparent url(pics/buttontop.gif) no-repeat scroll center top;
height:60px;
display:block;
margin:15px 0 0 0;
}
ul.menulist li.active{
background:transparent url(pics/buttonright.gif) no-repeat scroll center top;
}
ul.menulist li:hover {
background:transparent url(pics/buttonright.gif) no-repeat scroll center top;
}
ul.menulist a {
padding: 40px 0 0 0;
display:block;
text-align:center;
}
.hiddenPic {display:none;}

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

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