div#PeopleContainer	{
	width: 600px;
	/*Hack for IE7*/
	margin-bottom: 30px;
}

ul.People	{
	list-style-type: none;
}

ul.People li	{
	display: inline;
	float: left;
	clear: none;
	width: 150px;
	height: 200px;
	text-align: center;
	margin-right: 30px;
	margin-bottom: 70px;
}

ul.People li img	{
	width: 150px;
	display: block;
	margin-bottom:5px;
}

