body {

margin: 0px;

padding: 0px;
background-color: #CECECE;


background-image: url(background.jpg); 
background-repeat: repeat;
font-family: Georgia;

font-size: 11px;
color: #000000;
text-align: justify;
scrollbar-arrow-color: #FFFFFF;
 
scrollbar-track-color: #CECECE; 
scrollbar-darkshadow-color: #CECECE;
 
scrollbar-base-color: #FFFFFF;

}


p
{

margin-left: 0px;

margin-right: 0px;

margin-top: 0px;

margin-bottom: 15px;
}


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

color: #000000;
font-weight: bold;
}


a:hover
{
color: #CECECE;
}


#image
{

position: absolute;

left: 200px;

top: 0px;

}


#content
{

position: absolute;

left: 250px;

top: 325px;

width: 500px;

}


#navigation
{

position: absolute;

left: 450px;

top: 240px;

width: 300px;
text-align: center;
}
h1
{ 
font-family: Georgia; 
color: #000000;
font-size: 15px;
letter-spacing: 2px;  
line-height: 15px; 
text-align: right;
width: 100%; 
padding-right: 10px; 
padding: 2px; 
margin-bottom: 5px; 
}
textarea, input { 
font-family : Georgia;
font-size : 10px;
color : #000000;
background : #CECECE;
border-top : 1px dashed #000000;
border-bottom : 1px dashed #000000;
border-right : 1px dashed #000000;
border-left : 1px dashed #000000;
}

