body {
	margin:0;
	padding:0;
	background:#465d4c;	
	font-family:Arial;
	font-size:12px;
}
img {
	border: 0;
}
#root {
	background: url('images/top_grad.jpg') top repeat-x;
	width:100%;
	margin:0;
	position:relative;
	/*overflow:hidden;*/ 
}
#center {
	width:1000px;
	margin:0 auto;
	position:relative;
	overflow:hidden;
}
.sizoname1, .sizoname2 {
	font-family: Times New Roman;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
}
 .sizoname2 {
	font-size: 26px;
	font-weight: normal;
 }
#menu {
	width:979px;
	/*position:relative;
	overflow:auto;*/
	background: url('images/menu_bg.jpg') no-repeat;

	padding-bottom: 13px;
	/*margin-bottom: -240px;*/
	text-align: center;
	/*z-index: 10;*/
}

#menu ul {margin: 0;padding: 20px 0 0 0;}
#menu ul li {display: inline;margin: 10px 0 0 73px; /* Отступ слева */}
#menu ul li a {
	font-size: 17px;
	color:#fff;
	text-decoration: underline;
	margin: 0 0 0 75px;
	_margin: 0 0 0 35px;
	padding: 10px 0;

}
#menu ul li a:hover{font-size: 17px;color:#000;}

/*Выпадающее меню*/

ul#cssmenu {
	margin: 0;
	border: 0 none;
	padding: 0;
	list-style: none;
	z-index: 100;
	height: 800px;
}

ul#cssmenu li {margin: 0;border: 0 none;padding: 0;float: left;display: inline;list-style: none;position: relative;z-index: 100;}
ul#cssmenu ul {margin: 0;border: 0 none;padding: 0;list-style: none;display: none;position: absolute;top: 39px;left: -40px;z-index: 100;_width: 172px;_left: 0;zoom: 1;}
ul#cssmenu ul:after {clear: both;display: block;font: 1px/0px serif;content: ".";height: 0;visibility: hidden;z-index: 100;}

ul#cssmenu ul li {
	width: 172px; /*Задает ширину выпадающего меню. Обязательно исправить сдвиг подпунктов выпадающего меню*/
float: left;display: block !important;display: inline;z-index: 100;padding: 0;}

/* Main Menu */
ul#cssmenu a {border: 0px;padding: 0 10px;float: none !important;float: left;display: block;text-decoration: none;height: auto !important;height: 1%;z-index: 100;}

/* Main Menu Hover */
ul#cssmenu a:hover,
ul#cssmenu li:hover a,
ul#cssmenu li.iehover a {
	z-index: 100;
}

/* Second Menu */
ul#cssmenu li:hover li a,
ul#cssmenu li.iehover li a {background:url(images/titlebg.png);float: none;width: 100%;color: #FFFFFF;z-index: 100;text-align: left;padding-left: 5px;}

/* Second Menu Hover */
ul#cssmenu li:hover li a:hover,
ul#cssmenu li:hover li:hover a,
ul#cssmenu li.iehover li a:hover,
ul#cssmenu li.iehover li.iehover a {background:url(images/titlebg.png);color:#ccc;text-decoration: underline;z-index: 100;width: 100%;text-align: left;padding-left: 5px;}

ul#cssmenu ul ul {
	display: none;
	position: absolute;
	top: 0;
	left: 175px; /*Задает сдвиг подпунктов выпадающего меню*/ 
	z-index: 100;
}

ul#cssmenu li:hover ul ul,
ul#cssmenu li.iehover ul ul {display: none;z-index: 100;}

ul#cssmenu li:hover ul,
ul#cssmenu ul li:hover ul,
ul#cssmenu li.iehover ul,
ul#cssmenu ul li.iehover ul {display: block;z-index: 100;}

#content_main {
	margin-top: -740px;
	width:979px;
	position:relative;
	overflow:hidden;
	background:#fff;
	z-index: 1;
}
#corner_left {
	float:left;
	background: url('images/top-l.jpg') no-repeat;
	width:31px;
	height:31px;
}
#corner_right {
	float:right;
	background: url('images/top-r.jpg') no-repeat;
	width:31px;
	height:31px;
}
#corner_left_b {
	float:left;
	background: url('images/bot-l.jpg') no-repeat;
	width:31px;
	height:30px;
}
#corner_right_b {
	float:right;
	background: url('images/bot-r.jpg') no-repeat;
	width:31px;
	height:30px;
}
#text {  
	padding: 12px 0 20px 80px;
}
.head {
	  color: #b1b1b1;
	  font-size: 30px;
}
.line {
	  background: url('images/line.jpg') no-repeat;
	  height:1px;
	  margin: 5px 0 0 -70px;
}
.date {
	background: #c0c0c0;
	font-family:Times New Roman;
	font-size:18px;
	color:#fff;
	padding: 3px 8px; 
}
.content {
	padding: 30px 30px 30px 0;
}
.content h1 {
	font-family:Times New Roman;
	font-size:36px;
	font-weight: lighter;
	margin-top: 12px;
}
.content p {
	text-align:justify;
	line-height: 1.7;
	padding: 0 30px 0 0;
}
.content img {
  padding: 30px 20px 0 0;
}
.arrow_left img{
  border: 0;
  margin: 0 -10px 50px -60px;
}
.arrow_right img{
	border: 0;
	margin: 0 -40px 50px 10px;
}
.archive {
	display: block;
	padding: 15px 0 0 0;
	font-size:17px;
	color:#a02900;
}
#footer {
	font-size:17px;
	color:#fff;
	padding: 20px 0 70px 80px;
}
#footer a{
	font-size:17px;
	color:#fff;
	padding: 0 20px 0 0;
}
#links{
	float: left;
}
#counters{
	float: right;
	padding: 0 80px 0 0;
}
#counters img {
	border: 0;
}
#counters a {
	border: 0;
	padding: 0 !important;
}

