html, body
{  
margin:0px;  
padding:0px;  
font-family: arial;
color:#848484; 
font-size: 11px; 
line-height:15px;
background-color: #ffffff;
}  

a:visited,  a:link 
{
color: #c6c7dc;
text-decoration: underline;
}

a:hover, a:active 
{
color: #dedede;
text-decoration: none;
font-style: italic;
}

p 
{
margin: 10px 5px 10px 15px;
padding: 0px;
text-align: left;
}

#header
{
position:absolute; 
padding: 0; 
top: 0px; 
left: 0px;	
background: url(slang.jpg);
}  

#body 
{
position:absolute; 
padding: 0px; 
top: 340px; 
left: 0px; 
width: 450px;
background-color:#ffffff;
}

#navigation 
{
margin: 0px 10px 0px 0px;
padding: 10px 0px 0px 0px;
list-style-type: none;
float: right;
}

#navigation li 
{
margin-bottom: 3px;
}

#navigation a 
{
padding-right: 10px;
color: #848484;
text-align: right;
text-decoration: none;
border-bottom: 2px solid #ffffff;
display: block;
width: 90px;
}

#navigation a:hover 
{
padding-right: 10px;
color: #848484;
text-align: center;
border-bottom: 2px solid #dddddd;
width: 90px;
text-decoration: none;
background-color:#ffffff;
}
	
#content 
{ 
margin: 0px;
padding: 10px 0px 0px 0px;
width: 340px; 
text-align: left;
float: left;
background-color:#ffffff;
}

h1 
{
margin: 0px 5px 5px 10px;
padding-top: 5px;
padding-left: 5px; 
border: 0px;
height: 18px;
color: #aaadca;
text-align:left;
font-family: georgia;
font-size: 16pt;
font-weight: bold;
font-style: italic;
line-height: 18px;
letter-spacing: 3px;
}

h2
{
padding: 0px 5px 0px 0px;
font-family: georgia;
font-weight: bold;
font-style: italic;
color: #aaadca;
font-size: 14pt; 
line-height:18px;
text-align: right;
}

#footer
{	
clear: both;
}  

input, textarea
{
border: 0px;
padding: 2px;
color: #000000;
font-size: 10pt;
font-family: arial;
background-color:#dedede;
 }

option, select
{
border: 0px;
padding: 2px;
color: #000000;
font-size: 10pt;
font-family: arial;
background-color:#dedede;
}