

div.header   {
position: absolute;
top: 40px;
left: 150px;
width: 500px;
padding: 5px;
}

div.menu   {
position: absolute;
top: 330px;
left: 150px;
width: 500px;
height:35px;
padding-top: 6px;
background-image: url(navback.gif);
z-index: 2;
}

div.content    {
position: absolute;
top: 375px;
left: 155px;
width: 487px;
background: white;
border-style: double;
border-color:#8C6CB2;
border-width: 2px;
padding: 5px;
z-index: 1;


}


body       
{text-decoration:none; 
font-family:Tahoma; 
font-color: #000000; 
font-size: 8pt; 
text-align: justify; 
line-height: 120%; 
margin-top: 0; 
margin-bottom: 0;   
background-color:#D1A8BA; 
 }
 
 
#nav, #nav ul  {
padding: 0px;
margin: 0px;
list-style: none;
line-height: 1;
font-size: 12pt;
color: white;
font-weight: bold;


}

#nav a  {
display: block;
width: 8em;
color: black;
text-decoration: none;
font-size: 10pt;
}


a:link {color: white; text-decoration:bold;}
a:visited {color: purple; text-decoration:none;}
a:active {color:white; text-decoration:bold;}
a:hover {color: white; text-decoration:underline;}
