/*outside layout box*/
.section {
	width:595px;
	height: auto;
	position: relative;
	border-top: 0px;
	border-color: #330099;
	border-style: solid;
	border-bottom: 2px;
	border-left: 0px;
	border-right: 0px;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	clear: left;
}

.picture {
	width: 81px;
	height: 112px;
	padding-right: 0.5em;
	float: left;
}

.name {
	font-size: 1.25em;
	font-weight: bold;
}
