/* box.css */

/* box CENTER */
#center .box {
	padding: 10px 20px;
}
#center .box h1 {
	color: #ce1f27;
	font-size: 1.8em;
	margin: 0 0 0.5em 0;
}
#center .box h1 a.back {
	margin-top: 5px;
	font-size: 0.667em;
	float: right;
}
#center .box .box-content {
	
}
	#center .box .box-content h2 {
		color: #ce1f27;
		font-size: 1.4em;
		margin: 0;
		padding: 0;
	}
	#center .box .box-content .main-content {
		font-size: 1.4em;
		font-weight: normal;
		color: #3a3737;
	}
		#center .box .box-content .main-content ul  {
			list-style-type: none;
			margin: 0 0 1em 0;
		}
		#center .box .box-content .main-content ul li {
			background: url('/dsg/center_li.jpg') no-repeat 0 5px;
			margin: 0;
			padding: 0 0 0 20px;
		}


/* box RIGHT*/	
#right .box {
	padding: 10px 20px 2em 20px;
}
#right .box h1 {
	color: #ce1f27;
	font-size: 1.7em;
	margin: 0 0 0.5em 0;
}
#right .box .box-content {
	
}
	#right .box .box-content .main-content {
		font-size: 1.4em;
		font-weight: normal;
		color: #3a3737;
	}
