
body
 {

margin: 0px;

padding: 0px;

background-image: url(background.jpg);

background-color: #B6B6B6;

 
font-family: Georgia;

font-size: 12px;
color: #000000; 
text-align: justify; 
scrollbar-arrow-color: #FFFFFF;
 
scrollbar-track-color: #B6B6B6; 
scrollbar-darkshadow-color: #B6B6B6;
 
scrollbar-base-color: #B6B6B6;

}


p
{

margin-left: 0px;

margin-right: 0px;

margin-top: 0px;

margin-bottom: 15px;

}


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

color: #FFFFFF; 
text-decoration: underline;

}


a:hover
{
color: #000000;
background-color: #FFFFFF;
font-weight: bold;
}


#image
{

position: absolute;

left: 0px;

top: 0px;

}


#content
{

position: absolute;

left: 235px;

top: 330px;

width: 500px;

}


#navigation
{

position: absolute;

left: 40px;

top: 330px;

width: 169px;
text-align: left;
}

h1
{ 
font-family: Georgia; 
color: #FFFFFF;
background-color: #;
background-image: url('backgroundh1.jpg');
font-size: 15px; 
letter-spacing: 2px;  
font-weight: bold; 
line-height: 11px; 
text-align: left; 
width: 100%; 
padding-right: 10px; 
padding: 5px; 
margin-bottom: 10px; 
}
textarea, input { 
font-family : Georgia;
font-size : 10px;
color : #000000;
background : #FFFFFF;
border-top : 1px dashed #000000;
border-bottom : 1px dashed #000000;
border-right : 1px dashed #000000;
border-left : 1px dashed #000000;
}
blockquote {
width: 300px;
padding-top: 10px; 
padding-bottom: 10px;
padding-left: 6px; 
font-family: Georgia;
font-size: 11px; 
color: #FFFFFF;
background-image: url('backgroundblockquote.jpg');
} 


