.officers_gallery {
	border-color: gray;
	border-style: double;
	margin: 20px;
}

.officers_gallery h1 {
	text-align: center;
	font-size: 1.8em;
	font-weight: normal;
	color: black;
	margin: 1.5em 0em 0.5em 0em;
}

.officers_gallery h2 {
	text-align: center;
	font-size: 1.4em;
	font-weight: normal;
	color: black;
	margin: 0em 0em 1.5em 0em;
}

.officers_gallery .officers_entries {
	text-align: center;
}

.officers_gallery .officers_entries .individual_officer {
	border-bottom: dotted black 2px;
	margin: 1em;
	padding: 1em;
	width: 26em;
	min-height: 9em;
	display: -moz-inline-box; /*FF2 hack*/
	display: inline-block;
	_height: 10em;/*IE6 hack*/
	zoom: 1;/*IE7 hack*/
	*display:inline;/*IE7 hack*/
	vertical-align: top;
	text-align: left;
}

.officers_gallery .officers_entries .individual_officer h3 {
	/* nb overriding some h3 defaults*/
	font-weight: bold;
	font-style: normal;
	display: inline;
	margin: 0px;
	font-size: 100%;
}

.officers_gallery .officers_entries .individual_officer .portrait_thumbnail {
	border-width: 1px;
	border-style: solid;
	border-color: black;
	width: 110px;
	height: 110px;
}

.officers_gallery .officers_entries .individual_officer .officer_entry_text {
	font-size: 0.9em;
	display: inline-block;
	zoom: 1;/*IE7 hack*/
	*display:inline;/*IE7 hack*/
	vertical-align: top;
	width: 18em;
	text-align: left;
	padding-top: 0.5em;
	margin-left: 0.5em;
}
