body {

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


background-image: url(background.jpg); 
background-repeat: repeat-y;
font-family: Georgia;

font-size: 10px;
color: #000000;
text-align: justify;

scrollbar-arrow-color: #FFFFFF;
 
scrollbar-track-color: #F0E7B4; 
scrollbar-darkshadow-color: #E58E40;
 
scrollbar-base-color: #E58E40;
}


p
{

margin-left: 0px;

margin-right: 0px;

margin-top: 0px;

margin-bottom: 15px;
}


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

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


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


#image
{

position: absolute;

left: 0px;

top: 0px;

}


#content
{

position: absolute;

left: 125px;

top: 255px;

width: 300px;

}


#navigation
{

position: absolute;

left: 310px;

top: 130px;

width: 125px;
text-align: center;
}
h1
{ 
font-family: Georgia; 
color: #000000;
font-size: 11px;
letter-spacing: 2px;  
line-height: 12px; 
text-align: left;
text-transform: uppercase;
width: 100%; 
padding-right: 10px; 
padding: 2px; 
margin-bottom: 5px; 
}
h2 { 

font-family : Arial;

font-size : 9px;

color : #000000;

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 : Arial;
font-size : 10px;
color : #000000;
background : #F0E7B4;
border-top : 1px solid #000000;
border-bottom : 1px solid #000000;
border-right : 1px solid #000000;
border-left : 1px solid #000000;
}
