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

h1, h2{
	direction:rtl;
}

#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{
	color:#023878;
}

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

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

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

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

#mainBlock #map .mapDescription h2{
	margin:0px 0px 0px 10px;
	font-size:16px;
}

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

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

#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%; }
}