body
{
background-image: url('background.jpg');
background-color: #C3E3FA;
background-repeat: repeat-y;
 font-family: "Century Gothic";
font-size: 11px; 
letter-spacing: 2px;
color: FFFFFF;
}

h1
{
font-family:"Century Gothic"; 
font-size:14px; 
color:#FFFFFF; 
border-bottom: #FFFFFF 2px dashed;
letter-spacing: 2px;
text-align: left;
text-transform: uppercase;
text-align: center;

}


#image
{
position: absolute;
left: 0px;
top: 0px;
}
#content
{
position: absolute;
left: 59px;
top: 539px;
width: 434px;
}

#navigation
{
position: absolute;
left: 576px;
top: 144px;
width: 160px;
}

A{cursor:alternate} 
a:active, a:link{text-decoration:none; font:12px;  color:#c9ce95;}
A:VISITED{text-decoration:underline;font:12px; color:#c9ce95;}
A:hover{color: #c1ce95;}