.instructor			{ 
						float: left;
						width: 125px;
						height: 165px;
						margin: 0 20px 15px 0;
					}
					
.instructor a		{ color: #731F3A; text-decoration: none; }
.instructor a:hover	{ text-decoration: underline; }
.instructor img		{ margin-bottom: 5px; width: 100px; height: 123px; }

@media screen and (max-width: 320px) {

	.instructor { margin: 0 10px 10px 0; }
}