body { 
background : url(background.jpg) repeat-x;

background-color : #2BC04A;  
margin: 0;

font-family : Trebuchet MS;
font-size : 12px;
} 
#header {
width: 800px;
margin-left: 200px;
margin-top: 0px;
}
#image { 
width: 100%;
height: 374px;
} 
#content { 
position: absolute;
margin-top: -20px;
margin-left: 180px;
width : 600px;
text-align : justify;	
} 
#navigation {
position: absolute;
margin-top: -20px;
margin-left: 18px;
width: 150px;
text-align: center;
}
p { 
margin-left : 0;
margin-right : 0;
margin-top : 0;
margin-bottom : 15px;
} 
a:link, a:visited, a:active { 
color : #983415;
text-decoration : none;
} 
a:hover { 
color : #FFFFFF;
text-decoration : underline;
} 
h1 { 
font-family : "Trebuchet MS";
font-size : 18px;
color : #FDFA13;
text-align : center;
background-repeat : no-repeat;
padding-left : 3px;
letter-spacing : 2px;
} 
h2 { 
font-family : Verdana;
font-size : 10px;
color : #2BC04A;
text-transform : uppercase;
background-color : transparent;
border : #2BC04A;
border-style : dotted;
border-left-width : 0;
border-right-width : 0;
border-top-width : 0;
border-bottom-width : 1px;
text-align : right;
background-repeat : no-repeat;
padding-left : 3px;
letter-spacing : 2px;
} 
textarea, input { 
font-family : Trebuchet MS;
font-size : 10px;
color : #000000;
background : #2BC04A;
border-top : 1px solid #FFFFFF;
border-right : 1px solid #FFFFFF;
border-left : 1px solid #FFFFFF;
} 
