
body {

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


background-image: url(background.png);
background-repeat: repeat-y; 
font-family: Georgia;

font-size: 10px;
color: #000000;
text-align: justify;  
scrollbar-arrow-color: #FFFFFF;
 
scrollbar-track-color: #F1F1F1; 
scrollbar-darkshadow-color: #F1F1F1;
 
scrollbar-base-color: #F1F1F1;

}


p
{

margin-left: 0px;

margin-right: 0px;

margin-top: 0px;

margin-bottom: 15px;
}


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

color: #624BD3;
font-weight: bold;
text-decoration: none;
}


a:hover
{
color: #FFFF5B;
text-decoration: none;
}


#image
{

position: absolute;

left: 200px;

top: 30px;

}


#content
{

position: absolute;

left: 230px;

top: 380px;

width: 450px;

}


#navigation
{

position: absolute;

left: 230px;

top: 350px;

width: 450px;
text-align: center;
}
h1
{ 
font-family: Georgia; 
color: #000000;
background-color: #;
font-size: 13px;
font-weight: bold; 
font-style: italic;
letter-spacing: 2px;  
line-height: 15px; 
text-align: right;
text-transform: lowercase;
border-bottom: 1px solid #000000;
width: 100%; 
padding-right: 10px; 
padding: 2px; 
margin-bottom: 5px; 
}
textarea, input { 
font-family : Georgia;
font-size : 10px;
color : #000000;
background : #F1F1F1;
border-top : 1px dashed #000000;
border-bottom : 1px dashed #000000;
border-right : 1px dashed #000000;
border-left : 1px dashed #000000;
}
