body
{
margin: 0px;
padding: 0px;
background-image: url(background.jpg);
background-repeat: repeat-y;
background-color: #ECECEC;
font-family: Trebuchet MS;
font-size: 11px;
color: #000000; 
text-align: justify; 
cursor: default;
scrollbar-arrow-color: #FFFFFF;
scrollbar-track-color: #F5BEE8; 
scrollbar-darkshadow-color: #F5BEE8;
scrollbar-base-color: #F5BEE8;
}

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

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

a:hover
{
color: #ECECEC; 
}

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

#content
{
position: absolute;
left:294px;
top: 300px;
width: 500px;
}

#navigation
{
position: absolute;
left: 127px;
top: 300px;
width: 150px;
text-align: center;
}

h1
{ 
font-family: Trebuchet MS; 
color: #000000; 
font-size: 12px; 
background-color: #ECECEC;
letter-spacing: 2px;  
line-height: 12px; 
text-align: center; 
text-transform: uppercase; 
width: 100%; 
padding-right: 10px; 
padding: 2px; 
margin-bottom: 2px; 
}

h2
{ 
font-family: Trebuchet MS; 
color: #000000; 
font-size: 11px; 
letter-spacing: 2px;  
font-weight: bold; 
font-style: italic; 
line-height: 12px; 
text-align: left; 
width: 100%; 
padding-right: 10px; 
padding: 2px;
margin-bottom: 2px; 
}

textarea, input { 
font-family : Trebuchet MS;
font-size : 10px;
color : #000000;
background : #F9C8EE;
border-top : 1px dashed #000000;
border-bottom : 1px dashed #000000;
border-right : 1px dashed #000000;
border-left : 1px dashed #000000;
}