#content p {
	margin: 5px 0 10px 0;
	padding-left: 1px;
/*	text-align: justify;*/
}
#content h4 {
	background: #999;
	color: #fff;
	padding: 2px 10px;
	margin: 0;
}

#content .photoright {
	float: right;
	padding: 0 0 10px 14px;
/*	width: 240px; */
}

.history .photoright {
	width: 240px;
}

#content .photoleft {
	float: left;
	padding: 0 14px 10px 0;
/*	width: 240px; */
}

.history .photoleft {
	width: 240px;
}

#content .photo {
/*	border: solid 1px;*/
}

#content .caption {
	padding: 5px 3px 0 3px;
	font-style: italic;
	text-align: left;
}


#content .photocenter {
	text-align: center;
}

#content .photocenter img {
	max-width: 100%;
}
