div.image {
	width: 270px;
	text-align: center;
	padding-top: 5px; /* This fixed the #content container not covering the contents of the div */
	margin-bottom: 5px;
}
div.image p {
	margin: 0;
	padding: 0;
	font-size: 10px;
}
div.image p.title {
	font-style: italic;
	font-size: 12px;
}
div.image img { /* Smaller padding on bottom for caption */
	padding: 10px 5px 0 5px;
}
