
.left, .right, .single-wide, .two-wide, .three-wide {
	overflow: hidden;
	padding-bottom: 20px;
	margin-bottom: 10px;
	border-bottom: 2px solid black;
	text-align: center;
	
}

/* remove the lower border of the last image on a page */
.left:last-of-type, .right:last-of-type, .single-wide:last-of-type, .two-wide:last-of-type, .three-wide:last-of-type {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
	
}


.small-image-with-caption, .small-image {
	margin: 5px 20px;
}

.left .small-image-with-caption {
	float: left;
	max-width: 406px;
}

.two-wide .small-image-with-caption {
	float: left;
	max-width: 306px;
}

.three-wide .small-image-with-caption {
	float: left;
	max-width: 206px;
	margin: 10px;
}


.small-image-with-caption img,
.small-image img,
.wide-image-with-caption img {
	text-align: center;
	border: 1px solid black;
	padding: 2px;
	overflow: hidden;
}

.caption {
	margin: 0px;
	padding: 0px;
	font-style: italic;
	text-align: center;
}

.description {
	text-align: left;
	font-style: italic;
	padding: 20px;

}

h2 {
	margin-bottom: 0px;
	text-align: center;
}