html,body {

	margin:0;

	padding:0;

	background-color:rgb(230,230,230);
	font-family: 'Alegreya Sans', sans-serif;
}

#cont {
	margin: 0 auto;
	max-width:980px;
	min-width:900px;
	-moz-box-shadow: 0 0 15px #ccc;
	-webkit-box-shadow: 0 0 15px #ccc;
	box-shadow: 0 0 15px #ccc;
}
#body-cont1 {
	width:100%;
	min-height:400px;
	background-color:rgb(255,255,255);
	padding-bottom:100px;
	text-align:center;
}
#body-info-cont1 {
	width:100%;
	min-height:400px;
	background-color:rgb(255, 255, 255);
	padding-bottom:100px;
	margin: 0 auto;
}
#head-logo {
	position:relative;
	max-width:980px;
	min-width:760px;
	//background-color:rgb(142,202,251);
	background-color:rgb(174,229,254);
	display:flex;
	align-items:center;
}
#head-img {
	margin:0 auto;
}
#server_status {
	position:relative;
	padding-top:3px;
	padding-left:5px;
	background-color:rgb(174,229,254);
}
#footer {
	position:fixed;
	left:0;
	bottom:0;
	width:100%;
	background-color:rgb(230,230,230);
	text-align:center;
	height:42px;
	vertical-align:middle;
	line-height:21px;
	font-size:14px;
}
body a:not(.hide) {
	color:rgb(20,90,100);
	text-decoration:none;
}
body a:visited {
	color:rgb(20,100,50);
	text-decoration:none;
}
body a:hover {
	text-decoration:underline;
}
#belowhead {
	//position:relative;
	width:100%;
	height:64px;

	text-align:center;
	vertical-align:middle;
	line-height:64px;

	//background-color:rgb(152,207,20);
	background-image:url('img/bh1.png');
	background-repeat:repeat-x;
	background-color:rgb(255,255,255);
}
.left { text-align:left; }
.right { text-align:right; }
#donate {
	margin-top:-29px;
	margin-right:2px;
}
#news-cont {
	width:100%;
	min-height:600px;
	background-color:rgb(255,255,255);
	text-align:center;
}
#news {
	width:700px;
	min-height:200px;
	margin:0 auto;
}
#info-s1 {
	width:900px;
	min-height:200px;
	background-color:rgba(174,229,254,0.2);
	text-align:left;
	margin:0 auto;
	padding:10px;
	box-sizing:border-box;
}
#info-s1 table td {
	min-width:220px;
}
.ir {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	padding: 0 4px;
}
.ic {
	flex:10%;
	-ms-flex:10%;
	padding: 0 4px;
}
.ic img {
	margin-top:8px;
	vertical-align:middle;
	width:210px;
	height:auto;
}
.ic img:hover {
	box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}
hr.r1 {
	border: 1px solid black;
}
hr.white {
	border:1px solid white;
}
span.info-h1 {
	font-size:18px;
	font-weight:700;
}
span.info-h2 {
	font-size:14px;
	font-weight:700;
}
span.info-h3 {
	font-size:14px;
	font-weight:400;
}
span.info-h4 {
	font-size:16px;
	font-weight:700;
}
a.h1 {
	font-size:14px;
	font-weight:700;
}
a.h2 {
	font-size:14px;
	font-weight:400;
}
.indent-1 {
	margin-left:40px;
}
.info-img-right {
	float:right;
	vertical-align:text-top;
	padding:20px 0px 20px 20px;

}
.guide_navigation {
	position:fixed;
	top:0;
	max-height:90vh;
	--widthF:calc(100% - 760px);
	--widthS:calc(var(--widthF)/2);
	--widthT:calc(var(--widthS) - 112px);
	width:var(--widthT);
	left:0;
	text-align:right;
	direction:rtl;
	overflow-y:scroll;
}