body {

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

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

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


p
{

margin-left: 0px;

margin-right: 0px;

margin-top: 0px;

margin-bottom: 15px;
}


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

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


a:hover
{
color: #F9CEF4;
background-color: #000000;
text-decoration: none;
cursor: se-resize;
}


#image
{

position: absolute;

left: 0px;

top: 0px;

}


#content
{

position: absolute;

left: 140px;

top: 390px;

width: 350px;

}


#navigation
{

position: absolute;

left: 490px;

top: 390px;

width: 120px;
text-align: center;
}
h1
{ 
font-family: "Trebuchet MS"; 
color: #000000;
font-size: 13px;
letter-spacing: 2px;  
line-height: 13px; 
text-align: left;
text-transform: uppercase;
border-bottom: 1px dashed #000000;
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 : #FFFFFF;
background : #FCFCD8;
border-top : 1px solid #000000;
border-bottom : 1px solid #000000;
border-right : 1px solid #000000;
border-left : 1px solid #000000;
}