body {
background-color: #000000;
color: #FFAAAA;
font-family: "Tahoma";
margin-left: 0%;
margin-top: 0%;
margin-bottom: 0%;
margin-right: 0%;
}


#head {
position: fixed;
background: url('../images/rfade2.png') repeat-x;
width: 100%;
height: 97px;
top: 0px;
left: 0px;
}
#foot{
position: fixed;
background: url('../images/pfade1.png') repeat-x;
width: 100%;
height: 100px;
bottom: 0px;
left: 0px;
}
#main {
position: fixed;
overflow: auto;
width: 79%;
background-color: #000000;
color: #CC7777;
top: 100px;
bottom: 100px;
left: 0px;
}
#nav {
text-align: right;
position: fixed;
width: 21%;
background-color: #000000;
color: #CC7777;
bottom: 25%;
top: 25%;
right: 0px;
}


.content {
padding: 0px 20px 0px 20px;
}


h1 {
font-size: 180%;
color: #FFDDEE;
text-align: center;
}
h2 {
font-size: 130%;
color: #FFFFFF;
}
h3 {
font-size: 120%;
color: #FFFFFF;
}


a {color: #995555;}
a:visited {color: #AA6666;}
a:active {color: #BB7777;}
a:hover {color: #AA6666;}

.curr {
color: #FFDDDD;
}

ul {
font-family: "Tahoma";
color: #997777;
list-style-image: url('../images/ul01.png');
padding-right: 10px;
}
