/* Team Profile Styles */

#team-list {
	width: 600px;
}
.membersummary {
	width: 180px;
	height: 100px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 0px;
	border: 1px solid #eee;
	float: left;
}
.membersummary h2 {
	font-size: 14px;
	font-weight: bold;
	color: #669;
	margin: 2px 0px 2px 0px;
}
.membersummary p {
	font-size: 14px;
	margin: 0px;
}
.membersummary a img.member-summary-pic {
	margin: 0px 5px 0px 0px;
	height: 100px;
}
#memberprofile {
	font-family: 'comic sans ms', sans-serif;
}
#memberprofile h1{
	font-size: 30px;
}
#memberprofile h2 {
	font-size: 26px;
}
#memberprofile p {
	font-size: 14px;
}