body {

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


background-image: url(background.jpg); 
background-repeat: repeat-x;
font-family: "Arial";

font-size: 13px;
color: #000000;
text-align: justify;

scrollbar-arrow-color: #000000;
 
scrollbar-track-color: #D21D1D; 
scrollbar-darkshadow-color: #FCFAFA;
 
scrollbar-base-color: #FCFAFA;
}


p
{

margin-left: 0px;

margin-right: 0px;

margin-top: 0px;

margin-bottom: 15px;
}


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

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


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


#image
{

position: absolute;

left: 0px;

top: 0px;

}


#content
{

position: absolute;

left: 60px;

top: 370px;

width: 500px;

}


#navigation
{

position: absolute;

left: 560px;

top: 370px;

width: 150px;
text-align: center;
}
h1
{ 
font-family: "Century Gothic"; 
color: #000000;
font-size: 18px;
letter-spacing: 2px;  
line-height: 18px; 
text-align: center;
text-transform: lowercase;
width: 100%; 
padding-right: 10px; 
padding: 2px; 
margin-bottom: 5px; 
}
h2 { 

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