.clear {
	clear:both;
}

.hidden {
	display:none;
}

.wrap { /* общий контейнер */
	position: relative;
	width: 100%;
	max-width: 1000px;
	margin: 0px auto;
	line-height:160%;
	font-family: arial, 'sans-serif';
	font-size:12px;	
}

.header {
	background-image:url('/media/img/mkgazeta.ru/header_bg.png');
	background-repeat:repeat-x;
	margin-top:10px;
}

.logo {
	margin-left:100px;
	float:left;
}

.name {
	text-transform:uppercase;
	font-style:italic;
	text-align:right;
	font-family: 'Times New Roman', serif;
	font-size:18px;		
	padding-top:13px;
	margin-right:20px;
}	

.name a {
	text-decoration:none;
}

.main {
	width:100%;
}

.center  {
	float:right;
	width:75%; /* */
}

.left { /* левый столбец */
	width:25%; /* */
}

.footer {
	border-top:1px solid #ccc;
	padding:20px;
	margin-top:10px;
	color:gray;
}

p {
	margin-bottom:20px;
}

a {
	color:#3776b6;
}

.menu {
	margin-right:10px;
	font-weight:bold;
	background-image:url('/media/img/mkgazeta.ru/shadow_l.jpg');
	background-repeat:no-repeat;	
	background-position:right;	
	background-size: 17px 100%;
	padding-bottom:20px;
	padding-top:20px;
}

.menu ul li ul li {
	font-weight:normal;
}

.menu li.selected {
	background-color:white;
	background-image:url('/media/img/mkgazeta.ru/arrow.png');
	background-repeat:no-repeat;	
	background-position:right 12px;		
}

.menu li.selected li{
	background-color:white;
	border-right:1px solid #eee;
}

.menu li {
	padding-left:10px;
	padding-top:5px;
	padding-bottom:5px;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	border-left:1px solid #eee;
	margin-top:10px;
}

.menu li a {
	text-decoration:none;
}

.menu li a:hover {
	text-decoration:underline;
}

.news_listing {
	color:gray;
}

.news_listing a {
	font-size:13px;
	text-decoration:none;
}

.news_listing span {
	font-size:16px;
	color:silver;
	margin:0 5px;
}

.pager {
	margin-top:20px;
	border-top:1px solid #eee;
	width:50%;
}

.pager li {
	float:left;
	margin:5px;
	font-size:13px;
}

.article {
	margin-top:30px;
	padding: 0 30px 0 30px;
}

.article h1,
.article h2,
.article h3,
.article h4,
.article h5 {
	font-family: 'Times New Roman', serif;
	font-weight:bold;
	margin-bottom:20px;
	color:#3776b6;
	line-height:120%;
}
.article h1 {font-size:26px;}
.article h2 {font-size:24px;}
.article h3 {font-size:22px;}
.article h4 {font-size:20px;}
.article h5 {font-size:18px;}