.memberProfile{
	float: left;
}

.middle {
	float: left;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	margin-top: 20px;
	margin-bottom: 20px;

	padding-bottom: 20px;	
	padding-top: 20px;
}

.contactInfo{
	margin-top: 1em;
}

img.floatLeft{
	float: left;
	margin-right: 1em;
}

div.centeredImages {	
	margin-top: 1em;
	text-align: center;
	width: 100%;
}
