
body {

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


background-image: url(background.jpg);
background-repeat: repeat-y; 
font-family: Georgia;

font-size: 12px;
color: #000000;
text-align: justify;  
scrollbar-arrow-color: #FFFFFF;
 
scrollbar-track-color: #E9EAEA; 
scrollbar-darkshadow-color: #E9EAEA;
 
scrollbar-base-color: #E9EAEA;

}


p
{

margin-left: 0px;

margin-right: 0px;

margin-top: 0px;

margin-bottom: 15px;
}


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

color: #471DFA;
font-weight: bold;
text-decoration: none;
}


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


#layout
{

position: absolute;

left: 0px;

top: 0px;

}


#content
{

position: absolute;

left: 180px;

top: 300px;

width: 518px;

}


#navigation
{

position: absolute;

left: 0px;

top: 0px;

width: 0px;
text-align: center;
}
h1
{ 
font-family: Georgia; 
color: #10C8C1;
font-size: 18px; 
font-style: italic;
letter-spacing: 2px;  
line-height: 15px; 
text-align: left;
text-transform: lowercase;
width: 100%; 
padding-right: 10px; 
padding: 2px; 
margin-bottom: 5px; 
}


h1:first-letter
{
	
font-size: 24px;
FONT-WEIGHT: bold;

}
h2
{ 
font-family: Georgia; 
color: #C8102A;
background-color: #;
font-size: 10px; 
letter-spacing: 2px;  
font-weight: bold;
line-height: 10px; 
text-align: right;
text-transform: uppercase;
border-bottom: 1px dotted #000000;
width: 100%; 
padding-right: 10px; 
padding: 2px; 
margin-bottom: 2px; 
}
textarea, input { 
font-family : Georgia;
font-size : 10px;
color : #000000;
background : #E9EAEA;
border-top : 1px dashed #000000;
border-bottom : 1px dashed #000000;
border-right : 1px dashed #000000;
border-left : 1px dashed #000000;
}