/**** Random photo pages which also include a large single image such as a group photo ****/
#maincontent .year {
	clear:left;
	font: bold 1.2em Arial, Helvetica, serif;
	text-decoration:underline;
	color:green;
	text-align:center;
	padding:15px 0 15px 0;

}
.picture img {
	margin:0 0 0 35%; /*75px; */
	padding:0;
	border:5px solid #990000;
}
div.picture {
	float:left;
	width:70%;
	margin:5px 5px 5px 5px;
}

/**** this piece describes the caption area and text for the picture ****/
.picture h4 {
	font: bold 0.75em/normal Arial, Helvetica, sans-serif;
	color:#000; /*#990000;*/
	text-align:center;
	background-color:#999999; /*#e6f3ff;*/
	border:1px solid #666;
	padding:5px;
	margin:0 0 25px 45%; /*140px;*/


}

