body {

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

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

scrollbar-arrow-color: #FFFFFF;
 
scrollbar-track-color: #71511E; 
scrollbar-darkshadow-color: #71511E;
 
scrollbar-base-color: #71511E;
}


p
{

margin-left: 0px;

margin-right: 0px;

margin-top: 0px;

margin-bottom: 15px;
}


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

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


a:hover
{
color: #F3C172;
text-decoration: none;
cursor: crosshair;
}


em{
color: #E0AB57;
}
#image
{

position: absolute;

left: 0px;

top: 0px;

}


#content
{

position: absolute;

left: 100px;

top: 230px;

width: 480px;

}


#navigation
{

position: absolute;

left: 600px;

top:230px;

width: 100px;
text-align: center;
}
h1
{ 
font-family: Georgia; 
color: #AE7212;
font-size: 13px;
background-color: #DBC5A1;
letter-spacing: 2px;  
line-height: 18px; 
text-align: left;
text-transform: uppercase;
width: 100%; 
padding-right: 10px; 
padding: 2px; 
margin-bottom: 5px; 
}
h2 { 

font-family : Georgia;

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 : Georgia;
font-size : 10px;
color : #000000;
background : #FFFFFF;
border-top : 1px dashed #71511E;
border-bottom : 1px dashed #71511E;
border-right : 1px dashed #71511E;
border-left : 1px dashed #71511E;
}
