body {

margin: 0px;

padding: 0px;
background-color: #0F099F;


background-image: url(background.jpg); 
background-repeat: repeat-y;
font-family: Trebuchet MS;

font-size: 11px;
color: #FFFFFF;
text-align: justify;
font-style: italic;
scrollbar-arrow-color: #FFFFFF;
 
scrollbar-track-color: #0F099F; 
scrollbar-darkshadow-color: #0F099F;
 
scrollbar-base-color: #0F099F;

}


p
{

margin-left: 0px;

margin-right: 0px;

margin-top: 0px;

margin-bottom: 15px;
}


a:link, a:visited, a:active
{

color: #2921F6;
text-decoration: none;
}


a:hover
{
color: #FFFFFF;
}


#image
{

position: absolute;

left: 0px;

top: 0px;

}


#content
{

position: absolute;

left: 285px;

top: 180px;

width: 450px;

}


#navigation
{

position: absolute;

left: 130px;

top: 370px;

width: 500px;
text-align: center;
font-size: 10px;
}
h1
{ 
font-family: Trebuchet MS; 
color: #FFFFFF;
font-size: 18px;
letter-spacing: 2px;  
line-height: 15px; 
text-align: right;
text-transform: lowercase;
border-bottom: 3px solid #FFFFFF;
width: 100%; 
padding-right: 10px; 
padding: 2px; 
margin-bottom: 5px; 
}
textarea, input { 
font-family : Georgia;
font-size : 10px;
color : #FFFFFF;
background : #0F099F;
border-top : 1px dashed #FFFFFF;
border-bottom : 1px dashed #FFFFFF;
border-right : 1px dashed #FFFFFF;
border-left : 1px dashed #FFFFFF;
}
