body {

margin: 0px;

padding: 0px;
background-color: #EAC1E2;


background-image: url(background.jpg); 
background-repeat: repeat-y;
font-family: Georgia;

font-size: 11px;
color: #000000;
text-align: justify;
scrollbar-arrow-color: #FFFFFF;
 
scrollbar-track-color: #EAC1E2; 
scrollbar-darkshadow-color: #EAC1E2;
 
scrollbar-base-color: #EAC1E2;

}


p
{

margin-left: 0px;

margin-right: 0px;

margin-top: 0px;

margin-bottom: 15px;
}


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

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


a:hover
{
color: #F731D0;
text-decoration: none;
cursor: se-resize;
}


#image
{

position: absolute;

left: 0px;

top: 0px;

}


#content
{

position: absolute;

left: 132px;

top: 360px;

width: 525px;

}


#navigation
{

position: absolute;

left: 132px;

top: 339px;

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

