body {
margin: 0px 00px 20px 20px;
padding: 0;
position: center;
background: rgb(35,12,35);
font-family: Gill Sans, Verdana, Lucida, Arial, Helvetica, sans-serif;
font-size: 9pt;
} 
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
position: absolute;
top: 90px;
left: 20px;
z-index:100;
width: 100%;
}
#menu dl {
float: left;
width: 220px;
height: 20px;
margin: 0;
background: rgb(35,12,35);

}
#menu dt {
cursor: pointer;
text-align: center;
font-family: Gill Sans; font-size: 14pt; color: white;
background: rgb(35,12,35);
border: 3px solid rgb(35,12,35);
}
#menu dd {
border-right: none;

}
#menu li {
text-align: center;
font-family: Gill Sans; font-size: 11pt;
}
#menu li a, #menu dt a {
color: #000;
text-decoration: none;
font-family: Gill Sans; font-size: 11pt;
display: block;
height: 150%;
}
#menu li a:hover, #menu dt a:hover {
background-color: rgb(255,255,210);
}

#site {
position: absolute;
z-index: 1;
top : 90px;
left : 10px;
color: #000;
background-color: rgb(200,200,200);
padding: 5px;


}

a {text-decoration: none;
color: black;
color: #222;
}

#page a:link {text-decoration: none;
color: black;
background: transparent;
}
#page a:visited {text-decoration: none;
color: rgb(115,30,115);
background: transparent;
}
#page a:hover {text-decoration: none;
color: rgb(35,12,35);
background: transparent;
}
#page a:active {text-decoration: none;
color:none;
background: transparent;
}
