﻿#photoGallery #mainBody
{
	width: 950px;
}

#photoGallery .figure
{
	float: left;
	width: 240px;
	margin: 0 10px 10px 10px;
}

#photoGallery .figureWide
{
	float: left;
	width: 371px;
	margin: 0 10px 10px 10px;
}

#photoGallery .photo img
{
	border: none;
	padding: 4px;
}
