/* left */
/* right */
#left .box,
#right .box {
	background: url('/dsg/box-background.gif') no-repeat top left;
	margin-bottom: 2em;
}
#left .box h1,
#right .box h1 {
	color: #716861;
	font-size: 1.8em;
	line-height: 0.8em;
	font-family: Georgia, "Times New Roman", sans-serif;
	font-weight: normal;
	text-align: right;
	padding: 24px 19px 0 20px;
}
#left .box .box-content,
#right .box .box-content {
	margin: 0 0 0 20px;
	padding: 20px;
	background: #f1f0ec;
}
#left .box .box-content .main-content,
#right .box .box-content .main-content {
	font-size: 1.2em;
}


/* center */
#center .box {
	border-top: 3px solid #d1c9c2;
	padding-top: 1em;
	margin-bottom: 1.2em;
}
#center .first .box {
	border-top: none;
	padding-top: 0;
}
#center .box h1 {
	color: #ee7f01;
	font-size: 2.4em;
	font-family: Georgia, "Times New Roman", sans-serif;
	font-weight: normal;
	margin: 0 0 0.4em 0;
}
#center .box h1 a.back {
	float: right;
	font-size: 0.5em;
	font-family: Georgia, "Times New Roman", sans-serif;
	margin-top: 0.6em;
}
#center .box .box-content {
	
}
#center .box .box-content .main-content {
	font-size: 1.2em;
	line-height: 1.4em;
	margin-bottom: 2em;
}
#center .box .box-content .main-content h1,
#center .box .box-content .main-content h2,
#center .box .box-content .main-content h3,
#center .box .box-content .main-content h4 {
	font-family: Georgia, "Times New Roman", sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 0.4em;
	color: #167cb7;
	border-top: 5px solid #f2f0ed;
}
#center .box .box-content .main-content h3 {
	font-size: 1.417em;
}
#center .box .box-content .main-content h4 {
	font-size: 1.333em;
}