body {

margin: 0px;

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


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

font-size: 11px;
color: #7F1779;
text-align: justify;
scrollbar-arrow-color: #7F1779;
 
scrollbar-track-color: #7F1779; 
scrollbar-darkshadow-color: #7F1779;
 
scrollbar-base-color: #7F1779;

}


p
{

margin-left: 0px;

margin-right: 0px;

margin-top: 0px;

margin-bottom: 15px;
}


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

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


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


#image
{

position: absolute;

left: 0px;

top: 0px;

}


#content
{

position: absolute;

left: 10px;

top: 360px;

width: 500px;

}


#navigation
{

position: absolute;

left: 10px;

top:225px;

width: 100px;
text-align: center;
}
h1
{ 
font-family: Georgia; 
color: #9EBB37;
font-size: 18px;
letter-spacing: 2px;  
line-height: 18px; 
text-align: left;
text-transform: lowercase;
font-style: italic;
width: 100%; 
padding-right: 10px; 
padding: 2px; 
margin-bottom: 5px; 
}
h2 { 

font-family : "Georgia";

font-size : 9px;

color : #FFFFFF;

text-transform : uppercase;

border : #ffffff;

border-style : dotted;

border-left-width : 0;

border-right-width : 0;

border-top-width : 0;

border-bottom-width : 1px;

text-align : right;

padding-left : 3px;

letter-spacing : 2px;

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

