div.GridRow
{
	width:100%;
}

div.GridCell
{
	/*padding:10px;
	border: solid 1px black;*/
	float:left;
	width:30%;
	text-align:center;
	margin-bottom:2em;
	font-size:90%;
	line-height:120%;
	padding:5px;
}

img.ImageWithCaption
{
	border:none;
	width:80%;
}


