/* used only on the pictures page */
#content_container .picture_container {
	width: 24%;
	float: left;
	margin-right: 3%;
	margin-left: 3%;
	vertical-align: top;
}
.picture_container h4 {
/* h4 in sadfas.css has margin top 2em */
	margin-top: 0;
}
.picture_header {
	height: 4em;
	font-weight: bold;
	font-size: 1.1em;
	color: #333;
	margin-top: 10px;
}
.IE_warning_bar {
	background: #fffff0;
	margin-left: 3%;
	margin-top: -10px;
	margin-bottom: 10px;
	font-size: 0.7em;
	display: block;
	border: 1px gray solid;
	margin-right: 3%;
}