body {
margin: 0px;
padding: 0px;
background-color: #BAB8C0;
background-image: url(); 
background-repeat: repeat-y;
font-family: "Trebuchet MS";
font-size: 12px;
color: #000000;
text-align: justify;
scrollbar-arrow-color: #000000;
scrollbar-track-color: #BAB8C0; 
scrollbar-darkshadow-color: #BAB8C0;
scrollbar-base-color: #BAB8C0;
}


p
{
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 15px;
}


a:link, a:visited, a:active
{
color: #602FF0;
text-decoration: none;
font-weight: bold;
}

a:hover
{
color: #9C87D8;
text-decoration: none;
font-weight: bold;
border-bottom: 2px solid #9C87D8;
cursor: crosshair;
}


#image
{
position: absolute;
left: 0px;
top: 0px;
}


#content
{
position: absolute;
left: 230px;
top: 425px;
width: 490px;
}

#navigation
{
position: absolute;
left: 100px;
top: 425px;
width: 120px;
text-align: center;
}

h1
{ 
font-family: "Trebuchet MS"; 
color: #FFFFFF;
font-size: 13px;
font-style: italic;
text-transform: lowercase;
letter-spacing: 2px;  
line-height: 13px; 
text-align: center;
width: 100%; 
padding-right: 10px; 
padding: 2px; 
margin-bottom: 5px; 
}

h2 { 
font-family : Arial;
font-size : 9px;
color : #E1346A;
text-transform : uppercase;
border : #E1346A;
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 : #000000;
background : #FFFFFF;
border-top : 1px solid #BAB8C0;
border-bottom : 1px solid #BAB8C0;
border-right : 1px solid #BAB8C0;
border-left : 1px solid #BAB8C0;
}