/* center box */
#body-center .box {
	
}
#body-center .box h1 {
	padding: 0 19px;
	font-size: 1.6em;
	margin-bottom: 0.8em;
}
	#body-center .box h1 a.back {
		
	}
	#body-center .box h1 a.back:hover {
		
	}
#body-center .box .content {
	padding: 0 19px;
}
	#body-center .box .content div.content-11px {
		font-size: 1.1em;
	}

/* first center box */
#body-center .first .box {
	background: url('/uploads/menu/_default.jpg') no-repeat top left;
	padding-top: 122px;
}
	#body-center .first .box h1 {
		width: 499px; /*518*/
		height: 41px; /*46*/
		padding: 5px 0 0 19px;
		margin: 0;
		overflow: hidden;
		background: url('/dsg/box_title_and_location.png') no-repeat top left;
		font-size: 1.6em;
		color: #fff;
	}
		#body-center .first .box h1 a.back {
			color: #fff;
			font-size: 0.625em;
			margin: 2px 30px 0 0;
			text-decoration: none;
		}
		#body-center .first .box h1 a.back:hover {
			text-decoration: underline;
		}
	#body-center .first .box .location {
		position: absolute;
		margin: -15px 0 0 19px;
		font-weight: normal;
		color: #fff;
	}
		#body-center .first .box .location a {
			color: #fff;
			text-decoration: none;
		}
		#body-center .first .box .location a:hover {
			text-decoration: underline;
		}
	#body-center .first .box .content {
		padding: 1em 19px 0 19px;
	}
		#body-center .first .box .content h1 {
			width: auto;
			height: auto;
			padding: 0 0 1em 0;
			background: none;
			color: #888;
		}



/* box left */
#body-left .box,
#body-right .box {
	margin: 0 20px;
	padding: 2em 0;
	border-bottom: 1px solid #000;
}
#body-left .last .box,
#body-right .last .box {
	border-bottom: none;
}
#body-left .box h1,
#body-right .box h1 {
	font-size: 1.6em;
	margin-bottom: 0.8em;
}
#body-left .box .location,
#body-right .box .location {
	display: none;
}
#body-left .box .content,
#body-right .box .content {
	font-size: 1.1em;
	line-height: 1.3em;
}