body {
margin:5px 0px 0px 5px;
background-image:  
align: center;
font-family: Arial, Helvetica, sans-serif;
font-size: 20px;
line-height: 24px;
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:                                 2%;
width:                             941px;
height:                            556px;
top:                                15px;
overflow:                            off;
background:                        black;
} 

#menu {
position:                        absolute;
left:                                 0px;
width:                              650px; 
height:                             550px;
top:                                  0px;
overflow:                             off;
background-image:  url('images/menu.jpg');
background-repeat: no-repeat;
}

#content {
position:                        absolute;
left:                               130px;
width:                              805px; 
height:                             550px;
top:                                  0px;
overflow:                            auto;
background:                         white;
}





#container {
border-color: #333;
border-width: 3px 3px 3px 3px;
border-style: solid;
}

#menu,#content {
border-color: #333;
border-width: 1px 1px 1px 1px;
border-style: solid;
}

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 }




