.instructor {
display: block;
position: relative;
background: #ffffff; 
width: 780px;
border-bottom: solid #996633 2px;
margin-bottom: .5em;
margin-top: .5em;
background-color: #f6f3ef;
}
.instructorname {
font-weight: bold;
text-align: center;
}
.instructorpic {
float: left;
margin-right: 1em;
}
.instructordesc {
margin-bottom: .5em;
min-height: 170px;
}
* html .instructordesc {
height: 170px;
}
