div.staff {
	width: 298px;
	height: 420px;
	float: left;
	border-left: 2px solid #FFF;
}

.staff h3 {
	width: 295px;
	border-right: none;
}

.staff ul {
	padding-right: 20px;
}

img.staff_pic { 
  margin-top: 20px;
  margin-left: 75px; 
  margin-right: 20px; 
  margin-bottom: 5px; 
  border: 2px solid #fff; 
}

div.director {
	width: 600px;
	height: 270px;
	background: #feb77b;
}

.director h3 {
	width: 596px;
	background: #f69220;
}

.director img.staff_pic {
	float: left;
	margin-left: 50px;
}
.director ul {
	float: left;
	margin-left: 30px;
}

.director img.staff_pic, .director ul {
	margin-top: 40px;
}

#preamble {
	border-left: none;
	width: 602px;
}

.full_img_heading {
	border-left: 2px solid #fff;
}

.bold {
  font-weight: 900;
  color: #000;
}


