body, form, textarea, input, li, ul, ol, h1, h2, h3, h4, h5, h6, div{
	padding: 0;
	margin: 0;
	font-family: Arial;
	font-size: 11px;
}

p{
text-indent: 30px; 
line-height: 1.5; 
color: #666666; 
font-size: 12px; 
text-align: justify; 
font-weight: normal; 
margin: 5px 0px;
}
li{
text-indent: 30px; 
line-height: 1.5; 
color: #666666; 
font-size: 12px; 
text-align: justify; 
font-weight: normal; 
margin: 5px 0px;
}

h1{
	font-size: 16px; 
	font-weight: bold; 
	color: #00008B; 
	margin-bottom: 30px; 
	margin-left: 3px;
}

h2{
font-size: 14px; 
font-weight: bold; 
color: #213658;
margin-bottom: 15px; 
width: 100%; 
background-color: #eff2f5; 
line-height: 24px; 
padding-left:0px;
}

h3{font-size: 11px;}

span.white{color: #fff;}
span.green{color: #6d9d37;}
span.back_green{background-color: #6d9d37;}

.top{vertical-align: top;}
.bottom{vertical-align: bottom;}

#page{
	width: 100%;
}

#header{
	height: 135px;
}

#header_logo{
	width: 200px;
	background: #354f74 repeat-x left top url('../gui/header_logo.png');
	border-bottom: 6px solid #6d9d37;
	font-family: Arial;
	font-weight: bold;
	font-size: 30px;
	color: #8facd4;
	text-align: center;
	height: 129px;
}

#header_logo a{
	font-family: Arial;
	font-weight: bold;
	font-size: 30px;
	color: #8facd4;
}

#header_logo a:link{
	font-family: Arial;
	font-weight: bold;
	font-size: 30px;
	color: #8facd4;
	text-align: center;
}

#header_center{
	border-top: 4px solid #1d2f50;
	border-bottom: 6px solid #eee;
	background: no-repeat left center url('../gui/header_center.jpg');
	height: 125px;
}

#header_menu{
	width: 200px;
	background: repeat-x left top url('../gui/header_menu.png');
	border-bottom: 6px solid #6d9d37;
	text-align: center;
	color: #d4d4d4;
	font-family: Arial;
	font-size: 10px;
	padding: 50px 0 0 10px;
	height: 69px;
	vertical-align: top;
}

#header_menu a{
	color: #d4d4d4;
	text-decoration: none;
}

#header_menu div.item1{
	width: 51px;
	height: 25px;
	float: left;
	background: no-repeat 50% 30% url('../gui/header_menu_item1.png');
	padding-top: 30px;
}

#header_menu div.item2{
	width: 61px;
	height: 25px;
	float: left;
	border: 1px solid #eee;
	border-width: 0 1px;
	background: no-repeat 50% 30% url('../gui/header_menu_item2.png');
	padding-top: 30px;
}

#header_menu div.item3{
	width: 71px;
	height: 25px;
	float: left;
	background: no-repeat 50% 30% url('../gui/header_menu_item3.png');
	padding-top: 30px;
}

#menu{
	width: 178px;
	border: 6px solid #fff;
	border-width: 6px 0;
	font-family: Arial;
	font-size: 11px;
	background: #223759 left top repeat-x url('../gui/menu.png');
	padding: 0 5px 16px 11px;
}

#menu a{
	display: block;
	color: #fff;
	text-decoration: none;
	background: no-repeat top left url('../gui/menu_mark.gif');
	padding-left: 8px;
	margin: 12px 0 0;
}
#menu a:hover{
	text-decoration: underline;

}
#center{
	border: 6px solid #fff;
	border-width: 6px 0;
	padding: 0 1px;
	vertical-align: top;
}

/* центральная часть: для аккуратности внешнего вида
при малом количестве содержимого рекомендую указать
высоту для таблицы - это будет минимальная высота;
она должна быть равна высоте левого меню. */
#content{
	border: 1px dotted #cecece;
	border-width: 0 1px;
	width: 100%;
	height: 632px;
}

div.news{
	margin: 10px 4px 0;
}

.news p.date{
	background: repeat-x left top url('../gui/news_title.png');
	color: #fff;
	padding: 2px 0;
}

.news p.date span{
	padding: 2px 17px;
}

.news h3.title{
	margin: 1px;
	color: #7c7c7c;
}

.news p.text{
	border: 1px dotted #cecece;
	border-width: 1px 0;
	padding: 5px 0 6px;
}

.news p.next{
	text-align: right;
	color: #7c7c7c;
	margin: 2px 0;
}

.news p.next a{
	padding-left: 9px;
	background: no-repeat 0% 60% url('../gui/news_mark.png');
	color: #7c7c7c;
	text-decoration: none;
}

div.intro{
	border-top: 5px solid #d9d9d9;
	padding: 20px;
}

#right{
	border-top: 6px solid #fff;
	width: 200px;
    overflow:hidden;
}

#search{
	width: 188px;
	padding: 6px 6px 20px;
	border-bottom: 1px dotted #cecece;
}

#search img{
	margin: 4px;
}

#search input.text{
	border: 1px solid #b3b9c3;
	width: 188px;
	padding: 2px 0;
	font-size: 13px;
}

#search input.button{
	width: 56px;
	height: 22px;
	border: 1px solid #b3b3b3;
	margin-top: 5px;
	font-size: 13px;
	background: #d9d8dc repeat-x left center url('../gui/search_button.png');
}

p.right_title{
	display: block;
    width: 170px;
    color: #223759;
	font-weight: bold;
	margin: 3px 5px 4px;
	background: no-repeat left top url('../gui/menu_mark.gif');
	padding-left: 8px;
}

p.last_article{
	display: block;
    width: 170px;
	margin: 5px 13px;
	background: no-repeat left top url('../gui/article_mark.png');
	text-indent: 11px;
	color: #7c7c7c;
}
#last_article {
	font-weight:bold;
	text-decoration: none;
	font-size: 10pt;
	color: #000000;
}

#last_article a{
	font-weight:bold;
	text-decoration: none;
	font-size: 10pt;
	color: #3182c4;
}

#last_article a:hover{
	font-weight:bold;
	text-decoration: underline;
	font-size: 10pt;
	color: #3182c4;
}
/*
#last_article a:visited{
	font-weight:bold;
	text-decoration: none;
	font-size: 10pt;
	color: #3182c4;
}

#last_article a:link{
	text-decoration: none;
	font-weight:bold;
	font-size: 10pt;
	color: #3182c4;
}
*/
#footer{
	height: 44px;
}

#copyright{
	color: #fff;
	text-align: center;
	background: #6d9d37;
}

#footer_center{
	text-align: center;
	border-top: 7px solid #eee;
	height: 37px;
	color: #2e2e2e;
	font-weight: bold;
	font-size: 12px;
	background: #d9d9d9;
	letter-spacing: 1px;
}

#footer_center a{
	color: #2e2e2e;
	text-decoration: none;
}

#counter{
	text-align: center;
	background: #213658;
	vertical-align: top;
	padding-top: 7px;
	height: 37px;
}

.page_active
{
	background-color: #7195BE;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;	
	font-size: 80%;
	color: #ffffff;
	margin: 0px;
	border: 0px none;
text-decoration	: underline;
font-weight     : bold;
	
}
.page
{
	background-color: #ffffff;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;	
	font-size: 11px;
	color: #333333;
	margin: 0px;
	border: 0px none;

}
.page a
{
text-decoration	: underline;
font-weight     : normal;
}