body {
margin: 0px;
padding: 0px;
background-color: #6CD255;
background-image: url(background.jpg); 
background-repeat: repeat-x;
font-family: Arial;
font-size: 12px;
color: #000000;
text-align: justify;
scrollbar-arrow-color: #FFFFFF;
scrollbar-track-color: #6CD255; 
scrollbar-darkshadow-color: #6CD255;
scrollbar-base-color: #BDB7A2;
}

p
{
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 15px;
}

a:link, a:visited, a:active
{
color: #FFFFFF;
text-decoration: none;
}

a:hover
{
color: #FD2E63;
text-decoration: underline;
cursor: crosshair;
font-weight: bold;
}

#image
{
position: absolute;
left: 0px;
top: 0px;
}

#content
{
position: absolute;
left: 120px;
top: 350px;
width: 600px;
}

#navigation
{
position: absolute;
left: 120px;
top: 320px;
width: 600px;
text-align: right;
font-size: 10px;
}

h1
{ 
font-family: Arial; 
color: #000000;
font-size: 15px;
font-weight: bold;
letter-spacing: 2px;  
line-height: 13px; 
text-align: left;
width: 100%; 
padding-right: 10px; 
padding: 2px; 
margin-bottom: 5px; 
}

textarea, input { 
font-family : Lucida Sans Unicode;
font-size : 10px;
color : #000000;
background : #6CD255;
border-top : 1px dashed #000000;
border-bottom : 1px dashed #000000;
border-right : 1px dashed #000000;
border-left : 1px dashed #000000;
}
