/***********/
/* CONTENT */
/***********/

.content {
	clear: both;
	background: url(/images/people_bg.jpg) top left no-repeat;
	color: #6a6a6a;
	font-size: 12px;
	height: 285px;
}

.column {
	float: left;
	width: 296px;
	height: 285px;
	position: relative;
}

.column p {
	position: absolute;
	left: 9px;
	bottom: 9px;
	margin: 0px;
	padding: 9px;
	background: #FFF;
	height: 31px;
	line-height: 1.2em;
	width: 262px;
}

.column span {
	color: #84b201;
	font-weight: bold;
}

.column a {
	font-size: 11px;
	color: #6a6a6a;
	text-decoration: none;
}

.column a:hover {
	color: #FFF;
	background: #6a6a6a;
	text-decoration: none;
}