#center div.openings{
	float					: left;
	clear					: both;
	width					: 720px;
	margin-top				: 20px;
}
	#center div.openings div.opening{
		float					: left;
		clear					: none;
		width					: 190px;
		padding					: 20px;
		border-right			: 2px dotted #aaa;
		text-align				: center;
		-ie-xp					: expression(
		  this.parsed ? 0 : (
		    this.style.borderRight = (this === this.parentNode.lastChild) ? "0" : "2px dotted #aaa",
		    this.parsed = 1
		  )
		);
	}
	#center div.openings div.opening:last-child{
		border-right			: 0;
	}
	#center div.openings h4{
		margin-top				: 20px;
		line-height				: 180%;
		color					: #989898;
		font-size				: 12px;
		text-align				: center;
	}
#center h3{
	float					: left;
	clear					: both;
	width					: 700px !important;
	width					: 720px;
	display					: block;
	padding					: 7px 10px 10px 10px;
	height					: 7px;
	text-align				: left;
	font-size				: 12px;
	color					: #000;
	background				: #fbf7ee;
}
#center div.materialsList{
	float					: left;
	clear					: both;
	padding					: 0 0 30px 0;
	margin					: 20px 0 0 0;
	width					: 730px;
}
#center div.materialsList ul{
	float					: left;
	clear					: both;
	display					: block;
	margin-top				: 0px;
	width					: 730px;
	padding					: 10px 0px 10px 20px;
	font-size				: 13px;
	background				: #fff;
}
#center div.materialsList ul li{
	font-weight				: normal;
	font-size				: 12px;
	line-height				: 200%;
	text-align				: left;
}
#center div.materialsList ul li span.bold{
	font-weight				: bold;
}
