.people_img {
	float: left;
	margin-right: 0.5em;
/*	border: 1px solid #FFF; */
	box-shadow: 0px 0px 4px #888888;	
/*	box-shadow: 0px 0px 4px #222222;	*/
	width: 150px;
}

.people_list .people_img {
	height:200px;
}

.people_txt {
	float: left;
	padding: 0;
	margin: 0;
	padding-right: 2%;
	color: #777;
	width: 290px;
/*	border: 2px solid blue; */
	font-size: 0.75em;
}

.people_txt span {
/*	color: #0f7fd4; */
	color: #000;
	font-size: 1.4em;
}

.people_list a:hover .people_txt{
/*	color: #000; */
	color: #0f7fd4;
}

.people_list a:hover span{
/*	color: #000; */
	color: #0f7fd4;
}

.people_list a:hover img{
	box-shadow: 0px 0px 6px #0f7fd4;	
}

.people_list li {
	width: 49%;		
	float: left;
	min-width: 300px;
	margin-bottom: 10px;
/*	border: 2px solid red; */
	min-height: 201px;
}

#content {
	text-align: left;
}


/* Default widths above are optimized for mobile devices. 
The below conditions set sizes optimized for large-screen devices.
Minimum supported mobile width is 320px, the width of the original iPhone */
@media (min-width: 350px){
	.people_list li {
		min-width: 345px;
	}
	
	.people_txt {
		width: 175px;
	}
}

p.clear {
	margin: 0;
	height: 20px;
}

h2 {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.alumni_list {
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 1em;
}

.alumni_list td {
	padding-right: 2em;
	padding-bottom: .25em;
}
