body {
	background:#999;
}
#outer_box {
	width:95%;
	margin: 0 auto;
	border-radius:5px;
	background:#fff;
	padding:10px;
}
#page_header {
	
}
#page_footer {
	clear:left;
}
#nav_layer {
	width:30%;
	float:left;
}
#nav_layer h3 {

}
#nav_list1 {
	display:none;
}
#nav_list2 {
	display:none;
}
#nav_list3 {
	display:none;
}
#article_layer {
	margin-left:32%;
	max-width:650px;
	
}
#clear_float {
	clear:both;
}
a, a:visited{
	color:blue;
}
.article p{
	text-align:justify;
	text-indent:40px;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
}
.authors {
	font-weight:bold;

}
.affiliation {

}
.equation_block {
	width:95%;
}
.equation_image {
	max-width:100%;
	display:block;
	height:auto;

}
.equation_number {
	position:relative;
	right:0px;
	float:left;

}
.article_title {
	font-weight:bold;
}
p.sources_header {
	padding-top:12px;

}
p.sources_header:after {
	content:"СПИСОК ЛИТЕРАТУРЫ";
}
.sources {

}

.i {
	font-style:italic;
}
.b {
	font-weight:bold;
}

.inline_image {
	display:inline-block;
	vertical-align: middle; 
	bottom:0px;
}

ol .brackets {
    list-style-type: none; /* Убираем исходные маркеры */
    counter-reset:  item; /* Обнуляем счетчик списка */
}
ol .brackets li {
    content: counter(item) ') '; /* Добавляем к числам скобку */
    counter-increment: item; /* Задаём имя счетчика */
}

p.noindent {
	text-indent:0px;
}
.figure_block {
	width:95%;
}
.figure_image {
	max-width:100%;
	display:block;
	height:auto;

}
p.figure_caption {
	text-align:center;
}
span.u {
	text-decoration:underline;
}
