body {
margin: 0px;
padding: 0px;
background-color: #F7E0F6;
background-image: url(background.jpg);
background-repeat: repeat-y; 
font-family: Georgia;
font-size: 10px;
font-style: italic;
color: #000000;
text-align: justify;  
scrollbar-arrow-color: #FFFFFF;
scrollbar-track-color: #F7E0F6; 
scrollbar-darkshadow-color: #F7E0F6;
scrollbar-base-color: #F7E0F6;
}

p
{
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 15px;
}

a:link, a:visited, a:active
{
color: #F67AF4;
text-decoration: none;
}

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

#image
{
position: absolute;
left: 0px;
top: 0px;
}

#content
{
position: absolute;
left: 75px;
top: 215px;
width: 470px;
}

#navigation
{
position: absolute;
left: 75px;
top: 205px;
width: 470px;
text-align: center;
}

h1
{ 
font-family: Georgia; 
color: #D1183B;
background-color: #;
background-image: url(h1background.jpg); 
font-size: 18px; 
font-style: italic;
letter-spacing: 2px;  
line-height: 15px; 
text-align: right;
text-transform: lowercase;
border-bottom: 1px dashed #D1183B;
width: 100%; 
padding-right: 10px; 
padding: 2px; 
margin-bottom: 2px; 
}

h2
{ 
font-family: Georgia; 
color: #BCFCD1;
background-color: #;
font-size: 10px; 
letter-spacing: 2px;  
font-weight: bold;
line-height: 13px; 
text-align: center;
text-transform: uppercase;
border-bottom: 1px dotted #8AEAAA;
width: 100%; 
padding-right: 10px; 
padding: 2px; 
margin-bottom: 2px; 
}

textarea, input { 
font-family : Georgia;
font-size : 10px;
color : #000000;
background : #F7E0F6;
border-top : 1px dashed #000000;
border-bottom : 1px dashed #000000;
border-right : 1px dashed #000000;
border-left : 1px dashed #000000;
}

