#body{
	width:100%;
	border-top:4px solid #255293;
}

#body .inner{
	width:1000px;
	margin:0px auto;
	padding:0px;
	height:100%;
}

#body .inner #mainBlock{
	width:100%;
	margin:50px 0px 20px 0px;
	color:#023878;
	box-sizing:border-box;
	padding:5px;
}

#body .inner #mainBlock h1{
	font-size:20px;
	margin:0px;
	margin-bottom:50px;
}

#body .inner #mainBlock p{
	font-size:12px;
	color:#023878;
	text-align:justify;
}

#body .inner #mainBlock p span.yellow{
	color:#f5b33b;
	font-weight:bold;
}

#body .inner #mainBlock p img{
	margin:5px;
	border-top:1px dotted #9c9c9c;
	border-bottom:1px dotted #9c9c9c;
}

#space{
	width:100%;
	height:30px;
	background-color:#f49718;
	border-top:15px solid #00609a;
}

#mainBlock #map{
	width:100%;
	height:500px;
	margin-bottom:40px;
}

#mainBlock #map .mapDescription{
	width:250px;
	text-align:center;
}

#mainBlock #map .mapDescription img{
	height:190px;
	max-width:250px;
	margin-bottom:20px;
}

#mainBlock #map .mapDescription p{
	margin:0px;
	padding:0px;
	text-align:justify;
	color:#555555;
	font-size:14px;
}

#mainBlock #map{
	width:100%;
	height:500px;
	margin-bottom:40px;
}

#mainBlock #map .mapDescription{
	width:250px;
	text-align:center;
}

#mainBlock #map .mapDescription img{
	height:190px;
	max-width:250px;
	margin-bottom:20px;
}

#mainBlock #map .mapDescription p{
	margin:0px;
	padding:0px;
	text-align:justify;
	color:#555555;
	font-size:14px;
}

@media only screen and (max-width:1000px){
	#body .inner{ width:100%; }
	#body .inner #mainBlock p img{ width:50%; }
}