#image_bar {
	width: 940px;
	height: 450px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 22px;
}

#preamble{
	z-index: 999;
	position: absolute;
	left: 0;
	top: 262px;
}

div.info_box {
	float: left;
	position: relative;
	width: 220px;
	height: auto;
	min-height: 17em; /*height of tallest box*/
	margin: 0 10px;
	padding: 0;
}

div.t_bar{
	width: 100%;
	height: 15px;
	overflow: hidden;
	margin-bottom: 13px;
}

div.b_bar{
	width: 100%;
	height: 5px;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	/*display: none;*/
}

div.one {background-color: #131315;}
div.two {background-color: #403227;}
div.three {background-color: #966642;}/*D67F22*/
div.four {background-color: #D5D5D5;}