@charset "UTF-8";
/* CSS Document */
div.person {
	background-color:#F2F2F2;
	padding: 5px;
	margin: 7px;
	border: solid 1px #999;
	float: left;
	overflow: hidden;
	width: 162px;
	height: 280px;
}
div.imgHolder {
	background-color:#F8F8F8;
	border: solid 1px #CCC;
	width: 160px;
	height: 170px;
}
div.spacer {
	clear: left;
	width: 600px;
	height: 20px;
}
