body {

margin: 0px;

padding: 0px;
background-color: #CBCAC5;
background-image: url(background.jpg); 
background-repeat: repeat-y;
font-family: "Trebuchet MS";
font-size: 12px;
color: #FFFFFF;
text-align: justify;
scrollbar-arrow-color: #000000;
scrollbar-track-color: #CBCAC5; 
scrollbar-darkshadow-color: #CBCAC5;
scrollbar-base-color: #CBCAC5;
}


p
{
margin-left: 0px;

margin-right: 0px;

margin-top: 0px;

margin-bottom: 15px;
}


a:link, a:visited, a:active
{

color: #F3CC05;
text-decoration: none;
font-weight: bold;
}


a:hover
{
color: #F3CC05;
text-decoration: none;
font-weight: bold;
text-transform: uppercase;
}


#image
{

position: absolute;

left: 00px;

top: 0px;

}


#content
{

position: absolute;

left: 290px;

top: 300px;

width: 500px;

}


#navigation
{

position: absolute;

left: 150px;

top: 300px;

width: 120px;
text-align: center;
}
h1
{ 
font-family: "Century Gothic"; 
color: #331A16;
font-size: 18px;
font-style: ;
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 : #CBCAC5;
border-top : 1px dashed #FFFFFF;
border-bottom : 1px dashed #FFFFFF;
border-right : 1px dashed #FFFFFF;
border-left : 1px dashed #FFFFFF;
}