body {
	background-color: #ffc78c;
}

h2.subsection_heading {
	background-color: #915e29;
	color: white;
}

.photos h3 {
	display: block;
	border-bottom: 2px solid red;
	padding-bottom: 4px;
	font-size: 18px;
}
.photos .photo {
	float: left;
	width: 242px;
	height: 110px;
	margin-bottom: 20px;
}
.photos .photo a {
	display: block;
	float: left;
	margin-right: 8px;
}
.photos .photo p.description {
	font-size: 11px;
	margin-top: 2px;
	margin-right: 16px;
}
.photos p.text {
	font-size: 12px;
	margin: 0 0 26px 0;
}

div.cleaner {
	clear: both;
}
