body { 
background : url(background.jpg) repeat-x;

background-color : #D3241F;  
margin: 0;

font-family : Lucida Sans Unicode;
font-size : 12px;
} 
#header {
width: 800px;
margin-left: 200px;
margin-top: 0px;
}
#image { 
width: 100%;
height: 419px;
} 
#content { 
position: absolute;
margin-top: -20px;
margin-left: 18px;
width : 714px;
text-align : justify;	
} 
p { 
margin-left : 0;
margin-right : 0;
margin-top : 0;
margin-bottom : 15px;
} 
a:link, a:visited, a:active { 
color : #FEF982;
text-decoration : none;
} 
a:hover { 
color : #000000;
text-decoration : underline;
background-color : transparent;
} 
h1 { 
font-family : "Century Gothic";
font-size : 15px;
color : #ffffff;
text-transform : uppercase;
background-color : ;
border : #ffffff;
border-style : solid;
border-left-width : 0;
border-right-width : 0;
border-top-width : 0;
border-bottom-width : 0;
text-align : left;
background-repeat : no-repeat;
padding-left : 3px;
letter-spacing : 2px;
} 
h2 { 
font-family : Verdana;
font-size : 10px;
color : #ffffff;
text-transform : uppercase;
background-color : transparent;
border : #ffffff;
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 : Lucida Sans Unicode;
font-size : 10px;
color : #000000;
background : #AC98D4;
border-top : 1px solid #ffffff;
border-right : 1px solid #ffffff;
border-left : 1px solid #ffffff;
} 
