body
{
margin: 0px;
padding: 0px;
background-image: url(background.jpg); 
font-family: Georgia;
font-size: 11px;
color: #000000; 
text-align: justify; 
}

p
{
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 15px;
}

a:link, a:visited, a:active
{
color: #FFFFFF; 
font-weight: bold; 
text-decoration: none;
}

a:hover
{color: #DFA1E8; 
background-color: none; 
font-weight: none; 
cursor: hand;
}

#image
{
position: absolute;
left: 0px;
top: 0px;
}

#content
{
position: absolute;
left:94px;
top: 330px;
width: 450px;
}

#navigation
{
position: absolute;
left: 94px;
top: 290px;
width: 450px;
}

h1
{ 
font-family: Georgia; 
color: #FFFFFF; 
font-size: 12px; 
letter-spacing: 2px;  
font-weight: bold; 
font-style: italic; 
line-height: 11px; 
text-align: left; 
text-transform: uppercase; 
width: 100%; 
padding-right: 10px; 
padding: 2px; 
margin-bottom: 2px; 
}
textarea, input { 
font-family : Georgia;
font-size : 11px;
color : #000000;
background : #EFC0F6;
border-top : 1px dashed #000000;
border-bottom : 1px dashed #000000;
border-right : 1px dashed #000000;
border-left : 1px dashed #000000;
}
