body {
margin: 0px;
padding: 0px;
background-color: #69191C;
background-image: url(background.jpg); 
background-repeat: repeat-y;
font-family: "Arial";
font-size: 13px;
color: #FFFFFF;
text-align: justify;
scrollbar-arrow-color: #FFFFFF;
scrollbar-track-color: #490101; 
scrollbar-darkshadow-color: #69191C;
scrollbar-base-color: #69191C;
}


p
{
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 15px;
}


a:link, a:visited, a:active
{
color: #FFD6F1;
font-style: italic;
font-weight: bold;
}

a:hover
{
color: #960525;
text-decoration: none;
background-color: #FFFFFF;
font-weight: bold;
cursor: crosshair;
}


#image
{
position: absolute;
left: 0px;
top: 0px;
}


#content
{
position: absolute;
left: 0px;
top: 500px;
width: 450px;
}

#navigation
{
position: absolute;
left: 0px;
top: 470px;
width: 450px;
text-align: center;
text-transform: lowercase;
}

h1
{ 
font-family: "Arial"; 
color: #FFFFFF;
font-size: 20px;
font-style: none;
text-transform: lowercase;
letter-spacing: 2px;  
line-height: 13px; 
text-align: right;
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 : #69191C;
border-top : 1px solid #000000;
border-bottom : 1px solid #000000;
border-right : 1px solid #000000;
border-left : 1px solid #000000;
}