/* CSS Document */

#box {
	text-align: center;
	margin: 0 auto;
	font-size: 11px;
}

#person {
	float: left;
	display: inline;
	margin: 0 3px;
	padding: 5px 0 5px 0;
	text-align: center;
	width: 160px;
	border: thin solid #900004;
	margin-bottom: 10px;
}

#person_name {
	width: 100%;
	font-weight: bold;
}

#person_image {
	width: 150px;
	height: 220px;
	margin-left:4px;
}

#person_info {
	width: 100%;
	font-weight: normal;
}

#comm-text {
	margin: 0 auto;
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	width: 85%;
}

#comm-text p {
	margin: 5px;
	text-indent: 20px;
}

.schd {
	padding: 5px 0 5px 0;
	font-style: italic;
}

#info {
	float: left;
	display: inline;
	margin: 0 3px;
	width: 68%;
	height: 290px;
	padding: 5px 0 5px 0;
	text-align: center;
	border: thin solid #900004;
	margin-bottom: 10px;
}