body {

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


background-image: url(background.jpg); 
background-repeat: repeat-x;
font-family: "Trebuchet MS";

font-size: 12px;
color: #FBD2EB;
text-align: justify;

scrollbar-arrow-color: #FFFFFF;
 
scrollbar-track-color: #AA0628; 
scrollbar-darkshadow-color: #EAE5FB;
 
scrollbar-base-color: #EAE5FB;
}


p
{

margin-left: 0px;

margin-right: 0px;

margin-top: 0px;

margin-bottom: 15px;
}


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

color: #FFFFFF;
text-decoration: none;
font-weight: bold;
text-transform: uppercase;
font-size: 11px;
}


a:hover
{
color: #BCDCF2;
text-decoration: none;
}


#image
{

position: absolute;

left: 0px;

top: 0px;

}


#content
{

position: absolute;

left: 100px;

top: 370px;

width: 500px;

}


#navigation
{

position: absolute;

left: 630px;

top: 370px;

width: 150px;
text-align: center;
}
h1
{ 
font-family: "Trebuchet MS"; 
color: #77A1E5;
font-size: 13px;
letter-spacing: 2px;  
line-height: 12px; 
text-align: center;
text-transform: uppercase;
width: 100%; 
padding-right: 10px; 
padding: 2px; 
margin-bottom: 5px; 
}
h2 { 

font-family : Arial;

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 : Arial;
font-size : 10px;
color : #000000;
background : #AA2BCA;
border-top : 1px solid #FFFFFF;
border-bottom : 1px solid #FFFFFF;
border-right : 1px solid #FFFFFF;
border-left : 1px solid #FFFFFF;
}