
body {

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


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: #C85136; 
scrollbar-darkshadow-color: #C85136;
 
scrollbar-base-color: #C85136;

}


p
{

margin-left: 0px;

margin-right: 0px;

margin-top: 0px;

margin-bottom: 15px;
}


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

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


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


#image
{

position: absolute;

left: 40px;

top: 40px;

}


#content
{

position: absolute;

left: 160px;

top: 330px;

width: 480px;

}


#navigation
{

position: absolute;

left: 160px;

top: 300px;

width: 480px;
text-align: right;
}
h1
{ 
font-family: "Trebuchet MS"; 
color: #FFFFFF;
background-color: #;
font-size: 15px;
font-weight: bold; 
font-style: italic;
letter-spacing: 2px;  
line-height: 15px; 
text-align: left;
text-transform: lowercase;
border-bottom: 2px dashed #FFBD92;
width: 100%; 
padding-right: 10px; 
padding: 2px; 
margin-bottom: 5px; 
}


h1:first-letter
{
	
font-size: 15px;
FONT-WEIGHT: bold;

}
textarea, input { 
font-family : Georgia;
font-size : 10px;
color : #000000;
background : #C85136;
border-top : 1px dashed #000000;
border-bottom : 1px dashed #000000;
border-right : 1px dashed #000000;
border-left : 1px dashed #000000;
}
