body {

margin: 0px;

padding: 0px;
background-color: #E3E3E3;


background-image: url(background.jpg); 
background-repeat: repeat;
font-family: Trebuchet MS;

font-size: 12px;
color: #000000;
text-align: justify;
scrollbar-arrow-color: #D435CE;
 
scrollbar-track-color: #E3E3E3; 
scrollbar-darkshadow-color: #E3E3E3;
 
scrollbar-base-color: #E3E3E3;

}


p
{

margin-left: 0px;

margin-right: 0px;

margin-top: 0px;

margin-bottom: 15px;
}


a:link, a:visited, a:active
{

color: #D435CE;
text-decoration: none;
text-transform: lowercase;
}


a:hover
{
color: #DE92F5;
text-decoration: underline;
}


#image
{

position: absolute;

left: 0px;

top: 0px;

}


#content
{

position: absolute;

left: 186px;

top: 408px;

width: 420px;

}


#navigation
{

position: absolute;

left: 606px;

top: 408px;

width: 115px;
text-align: right;
}
h1
{ 
font-family: Trebuchet MS; 
color: #FFFFFF;
font-size: 13px;
letter-spacing: 2px;  
line-height: 18px; 
text-align: left;
background-color: #D435CE;
text-transform: uppercase;
width: 100%; 
padding-right: 10px; 
padding: 2px; 
margin-bottom: 5px; 
}
h2 { 

font-family : "Georgia";

font-size : 9px;

color : #FFFFFF;

text-transform : uppercase;

border : #ffffff;

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 : Georgia;
font-size : 10px;
color : #000000;
background : #E3E3E3;
border-top : 1px dashed #D435CE;
border-bottom : 1px dashed #D435CE;
border-right : 1px dashed #D435CE;
border-left : 1px dashed #D435CE;
}
