@charset "utf-8";
/* CSS Document */


ul.gallery {
list-style:none;
}

.gallery {  
    height:  250px;  
    width:   300px;  
    padding: 0;  
    margin:  10px;
    margin-right:0px; 
    float :left; 
} 
 
.gallery img {  
    padding: 5px;  
    border:  1px solid #ccc;  
    background:#666600;
    width:  270px; 
    height: 230px; 
    top:  0; 
    left: 0 
} 

.charity{
font-size:1.7em;
text-decoration:underline;
text-align:center;
padding:10px;
}

.charity img{
height:70px;
width:70px;
margin:2px auto;
vertical-align:middle;
}




