.team #content #col2 a.team_article {
	color: #333;
	display: block;
	float: left;
	height: 140px;
	line-height: 16px;
	margin: 0 23px 25px 0; /*Swap to right margin if need left aligned*/
	text-align: center;
	text-decoration: none;
	width: 122px;
}

	.team #content #col2 a.team_article:link span,
	.team #content #col2 a.team_article:visited span {
		color: #FFFFFF;
		display: block;
		font-size: 10px;
		font-weight: bold;
		line-height: 20px;
		padding: 0 0 0 2px;
	}
	
	.team #content #col2 a.team_article:active span,
	.team #content #col2 a.team_article:hover span {
		color: #FFFFFF;
		display: block;
		font-size: 10px;
		font-weight: bold;
		line-height: 20px;
		padding: 0 0 0 2px;
	}
	
.team #content br {
	clear: both;
}