body  
{ 
background-color: #D6DEA5;
margin:0px;
}
#content 
{
position: absolute;
padding: 5px;
top: 75px;
left: 250px;
width: 460px;
text-align: justify;
border: 3px solid #7B1808;
}
#wrapper 
{
padding: 5px;
padding-bottom: 10px;
border: 3px solid #7B1808;
height: 345px;
}
img
{
border-style: none;
padding: 1px;
} 
img.floatLeft { 
    float: left; 
margin-right: 5px;
}
img.floatRight { 
    float: right; 
margin-right: 5px;
}