
body {

margin: 0px;

padding: 0px;

background-image: url(background.jpg);
background-repeat: repeat-y;
background-color: #291030;

 
font-family: Georgia;

font-size: 11px;
color: #D85FB4; 
text-align: justify; 
scrollbar-arrow-color: #FFFFFF;
 
scrollbar-track-color: #291030; 
scrollbar-darkshadow-color: #291030;
 
scrollbar-base-color: #291030;

}


p
{

margin-left: 0px;

margin-right: 0px;

margin-top: 0px;

margin-bottom: 15px;

}


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

color: #AA65B2; 
font-size: 10px;
text-decoration: none;
text-transform: uppercase;
}


a:hover
{
color: #D22E73;
cursor: se-resize;
}


#image
{

position: absolute;

left: 0px;

top: 0px;

}


#content
{

position: absolute;

left: 190px;

top: 370px;

width: 493px;

}


#navigation
{

position: absolute;

left: 190px;

top: 340px;

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

