#people {
	border-top: 2px solid #042147;
}

.person {
	border-bottom: 2px solid #042147;
	padding: 10px;
}

#people img {
	float: left;
	width: 70px;
	height: 80px;
	padding: 0px;
}


/*
   The text is on the right side of the picture of people,
   where picture is 70px wide and 80px height
*/
.person-text {
	margin-left: 100px;
	height: 80px;
	padding: 0px;
}

