/* center box */
#center .box {
	margin-bottom: 2em;
}
#cenetr .box div.box-top,
#cenetr .box div.box-bottom,
#cenetr .box h1 span.icon,
#cenetr .box h1 a.print {
	display: none;
}
#center .box h1 {
	color: #1c5092;
	font-size: 1.8em;
	margin-bottom: 0.7em;
}
	#center .box h1 a.back {
		float: right;
		font-size: 0.556em;
		font-weight: normal;
		margin-top: 3px;
	}
#center .box div.box-content {
	
}
	#center .box div.box-content h2 {
		color: #960000;
		font-size: 1.8em;
		margin-bottom: 0.7em;
	}
	#center .box div.box-content div.main-content {
		line-height: 1.5em;
		margin-bottom: 2em;
		font-size: 1.1em;
	}

#left .box {
	padding: 10px;
	background: #cacaca;
	margin-bottom: 1px;
}
	#left .box h1 {
		font-size: 1.1em;
		font-weight: bold;
		color: #1c5092;
		border-bottom: 2px solid #1c5092;
		padding-bottom: 0.5em;
		margin-bottom: 0.5em;
	}

#right .box {
	border: 1px solid #3a76d6;
	padding: 8px;
	margin-bottom: 0.8em;
}
	#right .box h1 {
		font-size: 1.1em;
		font-weight: bold;
		color: #b49a3e;
		border-bottom: 2px solid #1c5092;
		padding-bottom: 0.5em;
		margin-bottom: 0.5em;
	}
