.content img { 
 height:auto; 
 width:500px; 
}
.shadow { 
 -moz-box-shadow: 3px 3px 5px 6px #ccc; 
 -webkit-box-shadow: 3px 3px 5px 6px #ccc; 
 box-shadow: 3px 3px 5px 6px #ccc; 
}
/*#footer {
position:fixed;
bottom: 0;
width: 100%;
background-color:#D2D8DE;
clear:both;
}*/
h3 {
    background-color: #339900;
    border-radius: 5px;
    color: white;
    margin: 10px 0;
    padding: 6px;
    text-shadow: 1px 1px 2px #404040;
}