/* center box */
#center .box {
	margin-bottom: 2em;
}
#center .box h1 {
	font-size: 3em;
	font-weight: normal;
	color: #a9a51e;
	margin-bottom: 0.5em;
}
#center .box div.box-content {
	line-height: 2em;
}
	#center .box div.box-content img {
		border: 1px solid #939576;
	}
	#center .box div.box-content h2 {
		color: #6e7245;
		font-size: 1.8em;
		margin-bottom: 0.5em;
		font-weight: normal;
	}
	#center .box div.box-content h3 {
		color: #a9a51e;
		font-size: 1.8em;
		font-weight: normal;
		margin-bottom: 1em;
	}

