body
{
	font-size: small;
}

div
{
	margin-left: 5px;
	width: 143px; /* at the moment, this allows the fixed size images to be nicely spaced, but ultimately needs to be more flexible than this */
	height: 210px; /* at the moment, this allows the fixed size images to be nicely spaced, but ultimately needs to be more flexible than this */
	float:left;
}

div img
{
	background-color:Silver;
    display: block;
    padding: 5px;
	margin-left: auto;
	margin-right: auto;
}

div p
{
    font-family:Eurostile;
    font-size:smaller;
	background-color:#f8c0f8;
	text-align: center;
	margin-bottom: 10px;
}