<style type="text/css">

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

#left{
position: absolute;
top: 0;
bottom: 0; 
left: 0;
width: 130px; /*Width of frame div*/
height: 110%;
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
/*background: lightgrey;*/
/*color: white;*/
}

#content{
position: fixed;
top: 0; 
left: 130px; /*Set left value to WidthOfFrameDiv*/
right: 0;
bottom: 0;
overflow: auto; 
background: #fff;
}

.buffer{
margin: 5px; /*Margin for inner DIV inside each DIV (to provide padding)*/
}

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

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

.bold {font-size:1.2em; font-weight:bold;}

ul {list-style-type: none; text-indent:0px;}
p { font: 10pt Tahoma, serif;color: black;}
h1 {font:Tahoma;color: #5050ff}
h2 {font:Tahoma;color: #5050ff}
h3 {font:Tahoma;color: #5050ff}

a.index, a.index:visited {font:10pt Tahoma; text-decoration:none; color:blue; }
a.index:hover {font:10pt Tahoma; color:red;font-weight:bold;}
/*a.index, a.index:visited {display:block; width:200px; height:25px; text-decoration:none; color:#aba; font-weight:bold; line-height:25px;}
a.index:hover {color:#fc0;}*/
</style>
