#club_info {	
   width:auto; 
   height:auto; 
}

#club_info_text {	
   padding: 0px 10px 0px 10px; 
   float: none;
}

/*#club_info_photos { margin: 0px 10px; }*/

.left {float: left; 
       margin-right: 10px;}
.right {float: right; 
        margin-left: 10px;}

p.bottom { margin-bottom:: 20px; }


@media only screen and (max-width: 700px){

  p.bottom { margin-bottom: 0px; }
}