div.introduction {
	padding-top: 30px;
}

div.introduction h1 {
	padding-top: 5px;
}

div.introduction a.back {
	float: right;
}

div.story {
	clear: both;
}

div.story div.photo {
	float: left;
	width: 150px;
	height: 250px;
/*	background: top left url(../../../img/background/instructor.png) no-repeat;
	padding: 9px 0 0 10px;*/
}

div.story div.photo div.cap {
	background: top left url(../../../img/background/person/cap.png) no-repeat;
	height: 10px;
}

div.story div.photo div.row {
	background: top left url(../../../img/background/person/row.png) repeat-y;
	padding: 4px 0 0 13px;
	/*margin-bottom: -2px;*/
}

div.story div.photo div.base {
	background: top left url(../../../img/background/person/base.png) no-repeat;
	height: 12px;
}

div.story div.person {
	margin: 0 0 0 160px;
}

#main div.story div.person * {
	width: 400px;
}

#main div.story div.person h2 {
	font-size: 16px;
	margin: 0 0 5px 0;
}

#main div.story div.person a img {
	width: 132px;
}

/*
div.story {
	margin: 0 0 20px 0;
}

div.story div.photo {
	float: left;
	width: 150px;
}

div.story div.person{
	float: right;
}
*/