#officerpeople {
	clear: left;
	position: relative;
	float: left;
	width: 42em;
}

.officercolumn {
	display: inline;
	float: left;
	position: relative;
	width: 20em;
	/*padding-right: 2em;*/
}

#rightcol {
	clear: none;
	position: relative;
}

.officer {
	display: inline;
	clear: left;
	float: left;
	height: 10em;
	width: 20em;
}

.officerimage {
	display: inline;
	float: left;
	position: relative;
}

.officername {
	display: inline;
	height: 10em;
	float: left;
	padding-left: 1em;
	position: relative;
}

.officerspacer {
	display: block;
	clear: both;
	position: static;
	height: 1px;
}

.officerminutes {
	clear: both;
	background-color: #ffff00;
	position: static;
	border: 2px solid #4500ff;
}

.officerminutes h2 {
	font-variant: small-caps;
}