#content .profile {
	clear: both;
	margin-right: 120px;
	padding: 20px 0 0 0;
	border-top: 1px dashed #58595B;
}
#content .profile img.headshot {
	float: left;
	margin: 0 20px 10px 0;
	border: 1px solid #546687;
}
#content .profile .snapshot {
	float: right;
	margin: 0 0 10px 20px;
}
#content .profile img.snapshot {
	margin-right: -120px;
}
#content .profile h3 {
	margin-bottom: 0;
}

