body {
margin: 0px;
padding: 0px;
background-color: #B65370;
background-image: url(background.jpg); 
background-repeat: repeat-y;
font-family: "Trebuchet MS";
font-size: 13px;
color: #FFFFFF;
text-align: justify;
scrollbar-arrow-color: #000000;
scrollbar-track-color: #B65370; 
scrollbar-darkshadow-color: #FFFFFF;
scrollbar-base-color: #B65370;
}


p
{
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 15px;
}


a:link, a:visited, a:active
{
color: #FFFFFF;
background-color: #B65370;
font-style: italic;
font-weight: bold;
}

a:hover
{
color: #B65370;
text-decoration: none;
background-color: #FFFFFF;
font-weight: bold;
cursor: crosshair;
}


#image
{
position: absolute;
left: 0px;
top: 0px;
}


#content
{
position: absolute;
left: 40px;
top: 150px;
width: 370px;
}

#navigation
{
position: absolute;
left: 430px;
top: 150px;
width: 100px;
text-align: right;
}

h1
{ 
font-family: "Trebuchet MS"; 
color: #FFFFFF;
background-color:;
font-size: 13px;
font-style: none;
text-transform: uppercase;
letter-spacing: 2px;  
line-height: 13px; 
text-align: left;
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 : #FFFFFF;
background : #5C3472;
border-top : 1px solid #FFFFFF;
border-bottom : 1px solid #FFFFFF;
border-right : 1px solid #FFFFFF;
border-left : 1px solid #FFFFFF;
}