div.instructor
{
	width: 150px;
    height: 100px;
	float: left;
	margin: 0 0 10px 0;
/*	border: 1px solid #866;
	background-color: #e0d7c2;*/
	padding: 8px 0 12px 0 !important;
	text-align: center;
}

div.instructor img
{
	border: 2px solid #866;
	margin: 2px auto;
	width: 75px;
    height: 75px;
	vertical-align: middle;
}

div.instructor p
{
	margin: 0 auto;
}

h2
{
	clear: both;
}

div.category
{
	float: left;
	border: 1px solid #866;
	min-width: 150px;
	margin: 10px;
	padding: 0;
}

div.category h2 
{
	background-color: #F0E7D2;
	padding: 3px;
	margin: 0 0 0 -20px;
	position: relative;
	top: -10px;
	display: inline;
	text-align: center;
}