@charset "utf-8";

/* CSS for "Linda's Staff" */

#linda {
	margin-bottom: 20px;
}
#linda h4 {
	margin-bottom: 20px;
	text-align: center;
}
#linda img {
	float: left;
	margin-right: 10px;
	width: 30%;
}
#team {
	clear: left;
	padding-top: 20px;
}
#team img {
	float: right;
	margin-left: 10px;
	width: 40%;
	border: 1px solid #000;
}
.staffer {
	clear: left;
}
.staffer h4 {
	margin: 10px 0;
	text-align: center;
}
.staffer img {
	display: block;
	clear: both;
	float: left !important;
	margin: 0 10px 30px 0;
	width: 25%;
	max-width: 200px;
	border: 1px solid #000;
}