body {
margin:5px 0px 0px 5px;
background-image:  
align: center;
font-family: Arial, Helvetica, sans-serif;
font-size: 20px;
line-height: 25px;
color: #000000;
scrollbar-face-color: #999999;
    scrollbar-HIGHLIGHT-COLOR: #ccc;
    scrollbar-SHADOW-COLOR: #ccc;
    scrollbar-3DLIGHT-COLOR: #FFF;
    scrollbar-ARROW-COLOR: #ccc;
    scrollbar-TRACK-COLOR: #FFF;
    scrollbar-DARKSHADOW-COLOR: #FFF;
}

a {
color: #333333;
text-decoration: none;
}
#container {
position:                       absolute;
left:                                 10%;
width:                             1160px;
height:                            578px;
top:                                10%;
overflow:                            off;
background:                        white;
} 

#menu {
float:                        		left;
left:                                 0px;
width:                                160px; 
height:                              578px;
top:                                  0px;
overflow:                             off;
background:                         white;
}




#content {
float: 								right;
left:                               170px;
width:                              1000px; 
height:                             578px;
top:                                  0px;
overflow:                            auto;
background:                         white;
}









p,h1,h2,h3,pre {
margin:0px 10px 8px 10px;
}

h1 {
font-size:11px;
padding-top:8px;
padding-bottom:0px;
}

h2 {
font-size:12px;
padding-top:0px;
}

h3 {
font-size:24px;
padding-top:20px;
}

a:hover { text-decoration: none; color: #000000; }
a:link IMG { border: 1px solid black }
a:active IMG { border: 1px solid black }
a:visited IMG { border: 1px solid black }
a:hover IMG { border: 1px solid white }


