body {
background-color: #FFFFFF;
background-repeat: no-repeat; 
background-image: url('img/dief.jpg'); 
background-position: top left; 
background-attachment: scroll;
color : #000000;
font-size : 10px;
font-family : arial;
}
a:link {
color : #841410;
text-decoration : none
}
a:visited {
color : #331B1B;
}
a:hover {
color : #331B1B;
text-decoration : none;
}
a:active {
color : #331B1B;
text-decoration : none;
}
#content {
position: absolute;
top: 0px;
left: 250px;
width: 550px;
color : #000000;
font-size : 10px;
font-family : arial;
text-align: left;
height: 430px;
overflow: auto;
}
.navigation {
font-size : 10px;
text-align: center;
}
h1 {
text-align : center;
border-bottom : 1px solid #000000;
color : #841410;
font-size : 12px;
font-family : arial;
}
h4 {
text-align : center;
border-bottom : 1px solid #000000;
color : #841410;
font-size : 10px;
font-family : arial;
clear: both;
}
input, textarea, select, option {
background : #ffffff;
background-image : none;
color : #000000;
font-size : 10px;
font-family : arial;
text-align : center;
border-width : 1px;
border-style : solid;
border-color : #41212E;
padding : 1px;
}
img
{
 border-style: none;
} 
img.floatLeft { 
    float: left; 
margin-right: 5px;
}
img.floatRight { 
    float: right; 
margin-right: 5px;
}