/* CSS Document */

p.lessonTxt {
	margin-bottom: 20px;
	color: #4F6B75;
}
#instructorList {
	margin-top: 20px;
}
.instructorWrap {
	width: 900px;
	margin-top: 20px;
	padding-bottom: 21px;
	background: bottom url(../img_cmn/parts_common_dottedline.gif) repeat-x;
}
.instructorWrap_last{
	width: 440px;
	margin-top: 20px;
	padding-bottom: 10px;
}
.instructorWrap .instructorTxt,
.instructorWrap_last .instructorTxt {
	width: 700px;
	float: right;
}
.instructorWrap .instructorImage,
.instructorWrap_last .instructorImage {
	width: 175px;
	float: left;
	text-align: right;
}
.instructorWrap .instructorImage p,
.instructorWrap_last .instructorImage p {
	margin-top: 4px;
	color: #4F6B75;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
}

