
div#essays
{
	margin: 15px 0px;
	width: 600px;
}

div#essays h2
{
	font-size: 120%;
}

span.depiction
{
	float: left;
	margin: 25px 10px;
	padding: 4px 0px;
	width: 280px;
	height: 180px;
	text-align: center;
}

span.depiction img
{
	display: block;
	width: 100%;
}

span.depiction p
{
/*	max-width: 160px;*/
}

span.depiction a
{
	font-weight: bold;
}

