/*MEMBERS DISPLAY*/
.club_members			{ width:100%; margin:5px 0; padding:5px; color:#ccc; }
.club_row			{ width:100%; overflow:auto; padding:4px 0; }
.club_row_alt			{ width:100%; overflow:auto; padding:4px 0; }
.club_row_header		{ width:100%; overflow:auto; padding:4px 0; font-weight:bold; }
.club_firstname			{ width:100px; float:left; }
.club_lastname			{ width:110px; float:left; }
.club_phone			{ width:120px; float:left; }
.club_city			{ width:100px; float:left; }
.club_zip			{ width:50px; float:left; }
/*MEMBERS DISPLAY*/

