.team-member-container {
	float:left;
	height:205px;
	margin:0 0 30px 0;
	width:460px;
}

	.team-member-info-container {
		float:left;
		position:relative;
		width:215px;
	}

		.team-member-name h2 {
			color:#016491;
			font-family: LatoBlack;
			font-size:20px;
		}

		.team-member-position h3 {
			border-bottom:1px dotted #8b8a89;
			font-family: LatoRegular;
			font-size:12px;
			font-weight:bold;
			padding:0 0 10px 0;
		}

		.team-member-info p{
			margin:30px 0 0 0;
		}

	.team-member-picture {
		width:210px; height:196px; display:block; background-color:#c3c3c3; float:right; border:5px solid #006390;
	}