*{
	font-family: '374web';
}
body{
	margin:0;
	padding:0;
	/*background-image:url(../img/bg.png);*/
	background-repeat:repeat-x;
	background-color:#080833;
}
img {
	border:none;
}
.clear{
	clear:both;
}
#main{
	margin:0 auto;
	width:100%;
	min-width:320px;
	max-width:1024px;
	min-height:80px;
	background-color:white;
	overflow:hidden;
}
#header{
	width:100%;
	height:41px;
	background:url(../img/header.png);
}
#header-left{
	float:left;
	min-width:135px;
	height:41px;
	margin:0;
}
#logo {
	width:135px;
	height:25px;
	margin-left:8px;
	margin-top:3px;
}
#date{
	display:block;
	min-width:100px;
	height:18px;
	line-height:13px;
	font-size:10px;
	color:white;
	margin-left:8px;
}
.lang_bar{
	float:right;
	margin-top:8px;
	margin-right:8px;
	width:34px;
	height:24px;
	border:1px solid white;
	border-radius:6px;
}
.lang_bar a{
	display:block;
	line-height:26px;
	width:34px;
	text-align:center;
	text-decoration:none;
	color:white;
	font-size:16px;
}
#menu{
	width:100%;
	height:26px;
	background:url(../img/tab_head.png);
}
#menu_area{
	width:320px;
	height:26px;
}
#menu_area a{
	line-height:26px;
	font-size:16px;
	color:white;
	text-decoration:none;
}
#menu_area li{
	float:left;
	list-style:none;
	margin-left:10px;
}
#menu_area li a{
	text-decoration:underline;
}
#menu_area .current a{
	text-decoration:none;
}
#menu_area img{
	margin-top:5px;
}
#dad{
	width:100%;
	min-width:320px;
	max-width:1024px;
	height:26px;
	background-color:white;
	text-align:center;
}
#dad a{
	display:block;
	line-height:26px;
	text-decoration:underline;
	font-weight:bold;
	color: #DE3237;
	font-size:16px;
}
.news_block{
	width:100%;
	min-height:10px;
}
.news_head{
	width:100%;
	height:26px;
	background:url(../img/tab_head.png);
}
.news_head p{
	margin-top:0;
	margin-left:8px;
	color:white;
	line-height:26px;
	font-size:16px;
}
.news_head p a{
	color:white;
	text-decoration: none;
}
.news_head p a:hover{
	text-decoration: underline;
}
.news{
	width:100%;
	min-height:58px;
	background-image:url(../img/news_bg.png);
	background-repeat:repeat-x;
	background-color:#D2D3D5;
	padding-top:9px;
}
.news p{
	margin:0;
	margin-left:8px;
}
.news img{
	float:left;
	margin:0;
	padding-right:10px;
}
.news a{
	display:block;
	height:42px;
	min-width:120px;
	overflow:hidden;
	font-size:12px;
	line-height:14px;
	text-decoration:none;
	color:#13608D;
	margin:0;
	padding-right:10px;
}
.date{
	float:right;
	font-size:12px;
	line-height:16px;
	text-decoration:none;
	color:gray;
	margin-right:8px;
	list-style:none;
}
#footer{
	width:100%;
	height:63px;
	border-top:2px solid #176E9E;
	background-color:white;
	font-size:11px;
	line-height:15px;
	padding-top:5px;
}
#lurerCop{
	float:left;
	width:150px;
	height:45px;
	margin-left:5px;
	background-color:none;
	text-align:left;
}
#sargssyanCop{
	float:right;
	width:150px;
	height:45px;
	background-color:none;
	margin-right:5px;
	text-align:right;
}
/*PAGINATION*/
.pages {
	height: 30px;
	width: 250px;
	margin: 10px auto;
}
.pages  .pageLinks {
	text-align: center;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	color: white;
	line-height:26px;
	width: 26px;
	height: 26px;
	background: #D0D2D4;
	padding-top: 3px;
	text-decoration: none;
	margin-left: 5px;
	border-radius: 13px;
}
.pages .activePage {
	background: #1A78AA;
	color: #fefefe;
}
.pages .next {
	text-align: center;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	color: #201E1E;
	background: white;
	text-decoration: none;
	margin-left: 5px;
}
#mainNews{
	position:relatve;
	width:100%;
	height:220px;
	background-color:black;
}
#mainImage{
	width:292px;
	margin:0 auto;
}
#mainImage img{
	float:left;
	width:292px;
	height:200px;
	margin:0 auto;
	margin-top:10px;
}
#mainText{
	float:left;
	display:block;
	width:287px;
	height:58px;
	background-color:black;
	opacity:0.6;
	margin-top:143px;
	margin-left:-292px;
	padding:5px 0 0 5px;
	overflow:hidden;
	line-height:19px;
}
#mainText a{
	text-decoration:none;
	color:white;
	font-size:15px;
}