/*стандартный набор*/
* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

body {
	background: #adc0a5;
	font: 11px Verdana, sans-serif;
	text-align: center;
}

h1 {
	font: bold 12px Verdana, sans-serif;
}

h2 {
	padding: 1em 0 .2em 0;
	font: normal 18px/1.5em Georgia, serif;
}
h3 {
	padding: 1em 0 1em 0;
}
h4 {
	text-align:center;
	padding: 1em 0 1em 0;
	font: 12px Verdana, sans-serif;
	font-weight:bolder;
}

p {
	margin: .8em 0;
	line-height: 1.5em;
}

a {
	color: #53404d;
	font-weight: bold;
	text-decoration: underline;
}
ol {
	padding-bottom: 2em;
	padding-left: 2em;
}

ol li {
	margin-left: 2em;
}

a:hover {
	color: #72213c;
	text-decoration: underline;
}

.inv {display:none}

/*лэйаут*/
#container-page {
	height: auto !important;
	height: 99.9%; /* IE мля */
	margin: 0 auto;
	width: 900px;
	background: #DDD;
	text-align: left;
	position: relative;
	min-height: 100%;
	border-left:1px solid;
	border-right:1px solid;
}

#container-head {
	background: #6f8c6c;
	border-bottom:1px dotted;
}

#head {
	padding: 1em;
}

#container-content {
	padding: 0 2em 60px 2em;
}

#container-content:after {
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
}

#container-foot {
	width: 100%;
	background: #c5ca9b;
	position: absolute;
	bottom: 0 !important;
	bottom: -1px;
	height: 40px;
	border-top:1px dotted;
}

#foot {
	padding: 5px 5px;
	/*line-height: 60px;*/
}
/*Менюшко*/
div.menu
{
	margin: 2em 0 2em 2em;
	text-align:left;
	float:right;
	border:1px solid;
	background-color:#c5ca9b;
	font-family: Tahoma;
	width:230px;
	display:block;
	padding: 5px 5px 25px 5px;/* IE мля*/
}
li {
	margin-top:5px;
}
ul.navi {
	list-style: none;
	width: 230px;
	display:block;
}
ul.navi li {
	margin: 0px;
}
ul.navi h4 {
	border-top: 1px solid;
}
ul.navi li a {
	display: block;
	text-decoration: none;
	color: #53404d;
	background: #c5ca9b;
	border: 0;
	padding: 5px 0px 5px 5px;
	border-top: 1px solid;
	border-left: 1px solid;
	border-right: 1px solid;
}
ul.navi li a:hover {
	display: block;
	text-decoration: underline;
	color: #72213c;
	background: #6f8c6c;
	border: 0;
	padding: 5px 0px 5px 5px;
	border-top: 1px solid;
	border-left: 1px solid;
	border-right: 1px solid;
}
li:hover ul { display: block; }
/*Привет яндексу от W3C*/
span.yandex_date { margin-right:0.5em;text-align: justify;font-weight: bold;} 
div.yandex_informer	{ margin-bottom: 0.3em;text-align: justify;} 
div.yandex_title 	{ border-top: 1px solid; margin-bottom: 0.5em; text-align: justify;}	
div.yandex_title a	{ text-decoration: none;}	
div.yandex_title a:hover	{ text-decoration: underline;}	
div.yandex_allnews a	{ text-decoration: none;}	
div.yandex_allnews a:hover	{ text-decoration: underline;}	
.yandex_news_title a	{ text-decoration: none;}	
.yandex_news_title a:hover	{ text-decoration: underline;}	
div.yandex_allnews	{ margin-top: 0.3em;text-align: justify;} 
div.yandex_annotation		{ margin-bottom: 0.5em;text-align: justify;}
