div.staff_photo{
	float:left;
	width:180px;
	border:1px solid blue;
	border-collapse:collapse;
	background-color:#99ccff;
}

img.photo{
	width:180px;
	height:135px;
}

span.photo_title{
	font-size:10pt;
	color:blue;
	letter-spacing:15pt;
 	width:100%;
}

