body {
margin: 0px;
padding: 0px;
background-image: url(background.jpg);
background-repeat: repeat-y;
background-color: #B5B2B3;
font-family: Georgia;
font-style: italic;
font-size: 10px;
color: #000000; 
text-align: justify; 
scrollbar-arrow-color: #FFFFFF;
scrollbar-track-color: #B5B2B3; 
scrollbar-darkshadow-color: #B5B2B3;
scrollbar-base-color: #B5B2B3;
}
p
{
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 15px;
}
a:link, a:visited, a:active
{
color: #B5B2B3;
text-decoration: none;
}
a:hover
{
color: #3E575D;
text-decoration: none;
cursor: se-resize;
}
#image
{
position: absolute;
left: 0px;
top: 0px;
}
#content
{
position: absolute;
left: 250px;
top: 315px;
width: 490px;
}
#navigation
{
position: absolute;
left: 113px;
top: 315px;
width: 130px;
text-align: center;
}
h1
{ 
font-family: Georgia; 
color: #000000;
background-color: #;
font-size: 15px; 
font-style: italic;
letter-spacing: 2px;  
line-height: 11px; 
text-align: right;
text-transform: lowercase;
border-bottom: 1px solid #000000;
width: 100%; 
padding-right: 10px; 
padding: 2px; 
margin-bottom: 2px; 
}
h2
{ 
font-family: Georgia; 
color: #000000;
background-color: #;
font-size: 10px; 
letter-spacing: 2px;  
font-weight: bold;
line-height: 13px; 
text-align: center;
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 : #FFFFFF;
background : #B5B2B3;
border-top : 1px dashed #000000;
border-bottom : 1px dashed #000000;
border-right : 1px dashed #000000;
border-left : 1px dashed #000000;
}
