body {
	font: 10pt Tahoma;
	padding: 0px;
	margin: 0px;
	color: #544E4B;
	background-color: #fff;
}
a {
	color : #835C55;
	text-decoration : none;
}
a:hover {
	text-decoration : underline;
}
h1, h2, h3 {
	margin: 0;
	padding: 0;
	color: #1F1A17;
}
p {
	margin: 0px 0px 5px 0px;
}
ul {
	margin: 0px 0px 5px 25px;
	padding: 0px;
}
pre {
	font-size: 9pt;
}
p.text {
	margin: 0px 0px 5px 0px;
	text-align: justify;
}
/* ----------------------------------------------------------------- */
#PageContainer {
	display: block;
	width: 980px; /* при изменении ширины */
	text-align: left;
	padding: 0px;
	margin:0 auto;
}
#HeaderContainer {
	clear: both;
	height: 100px;
	width: 100%;
	padding: 0px;
	margin-bottom: 10px;
}
#HeaderLogo {
	float: left;
	height: 100%;
	width: 300px;
	background: url(/images/header_border.png) center bottom repeat-x;
	padding: 0px;
	margin: 0px;
	text-align : center;
}
#HeaderLine {
	float: left;
	width: 34px;
	height: 100%;
	background: url(/images/header_line.png) center bottom no-repeat;
	padding: 0px;
	margin: 0px;
}
#HeaderControl {
	float: left;
	width: 646px; /* при изменении ширины */
}
#HeaderSearch {
	height: 49px;
	width: 100%;
	background: url(/images/header_border.png) bottom repeat-x;
}
#HeaderMenu {
	height: 51px;
	width: 100%;
}
#HeaderLogo img {
	border : 0;
	margin-top: 7px;
}
#FooterContainer {
	clear: both;
	width: 100%;
	height: 100px;
	background: url(/images/header_border.png) top repeat-x;
}
#FooterMenu{
	width: 100%;
	padding-top: 10px;
	font-size : 8pt;
	text-align: center;
	white-space: pre;
}
#FooterCounter{
	float: left;
	width: 290px;
	padding: 25px 0px 0px 20px;
	margin: 0px;
}
#FooterCopyright {
	float: right;
	width: 290px;
	padding: 20px 20px 0px 0px;
	margin: 0px;
	text-align: right;
	font-size: 8pt;
}
#FooterLink {
	padding: 20px 0px 0px 0px;
	margin:0 auto;
	font-size: 8pt;
	text-align: center;
}
#ContentContainer {
	width : 100%;
}
#LeftBar {
	float: left;
	width: 200px;
	margin-left: -980px; /* при изменении ширины */
	padding-top: 10px;
}
#RightBar {
	float: left;
	width: 200px;
	margin-left: -200px;
	padding-top: 10px;
}
#ContentWrapper {
	float: left;
	width: 100%;
}
#Main {
	margin: 0 200px;
	margin-bottom: 10px;
}
/* ----------------------------------------------------------------- */

/* верхняя навигация begin*/
#TopMenu {
	height: 34px;
	width: 100%;
	margin: 17px 0px 0px 0px;
	padding: 0px;
	background: url(/images/header_menu_bg.png) repeat-x;
}
#TopMenuLine {
	float: left;
	height: 34px;
	width: 19px;
	margin: 0px;
	padding: 0px;
	background: url(/images/header_menu_corner.png) left no-repeat;
}
ul#NavList {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	float: left;
}
ul#NavList li {
	display: inline;
}
ul#NavList li a {
	float: left;
	color: #835C55;
	margin-top: 3px;
	padding: 6px 10px;
	text-decoration: none;
	border-right: 1px solid #fff;
}
ul#NavList li a:hover {
/*	background-color: #fffaf0;
	color: #1F1A17; */
	background-color: #A59984;
	color: #fff; 
}
/* верхняя навигация end*/

/* блок статья bedin */
.Article {
	margin: 0px 15px;
}
.ArticleTitle {
	background: url(/images/article_title_bg.png) bottom repeat-x;
}
.ArticleTitle h1 {
	font-family: "Trebuchet MS";
	margin: 0px 10px;
	padding: 7px 0px; 
	font-weight: bold;
	font-size: 12pt;
	background-color: transparent;
}
.Article h2 {
	margin: 0px 0px 7px 0px;
	padding: 0px;
	font-size: 10pt;	
}
.ArticleContent {
	margin: 5px 10px;
}
.Link {
	margin: 0px 20px;
	padding-top: 8px;
	font-size: 8pt;
	/*line-height: 14pt;*/
	text-align: center;
	border-top: 1px solid #A59984;
}

/* блок статья end */

/* поиск begin */
form {
	margin: 0px;
	padding: 0px;
	text-align: right;
}
.SearchTxt {
	font-size: 8pt;
	width: 100px;
	border: 1px solid #1F1A17;
	margin: 14px 0px 0px 0px;
}
.SearchBttn {
	font-size: 8pt;
	border: 1px solid #1F1A17;
/*	background: #fffaf0; */
	background: transparent;
	margin: 14px 14px 0px 0px;
	color: #835C55;
	cursor: pointer;
}
.invisible {
	display: none;
}
/* поиск end */

/* углы begin */
.cornerTopLeft, .cornerTopRight, .cornerBottomLeft, .cornerBottomRight {
	position: absolute;
	z-index: 1;
}
.cornerTopLeft {
	top: -1px;
	left: -1px;
}
.cornerTopRight {
	top: -1px;
	right: -1px;
}
.cornerBottomLeft {
	bottom: -1px;
	left: -1px;
}
.cornerBottomRight {
	bottom: -1px;
	right: -1px;
}
/* углы end */

/* блок с рамкой begin */
.BorderBox {
	border: 1px solid #A59984;
	position: relative;
	width: 198px;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	background-color: #fffaf0;
/*	background-color: #e8e7e0; */
}
.BorderTitle {
	padding: 5px 10px;
	border-bottom: 1px dotted #A59984;
	font-weight: bold;
}
.BorderText {
	padding: 0px;
	margin: 8px 10px;
	font-size: 9pt;
}
/* блок с рамкой end */

/* цветные блоки begin */
.Box544E4B, .Box835C55, .BoxA59984, .Box1F1A17 {
	position: relative;
	width: 198px;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	color: white;
}
.Box544E4B {
	background: url(/images/box_bg_544E4B.gif);
	border: 1px solid #544E4B;
}
.Box835C55 {
	background: url(/images/box_bg_835C55.gif);
	border: 1px solid #835C55;
}
.BoxA59984 {
	background: url(/images/box_bg_A59984.gif);
	border: 1px solid #A59984;
}
.Box1F1A17 {
	background: url(/images/box_bg_1F1A17.gif);
	border: 1px solid #1F1A17;
}
/* цветные блоки end */

.BoxTitle {
	padding: 5px 10px;
	font-weight: bold;
}
.BoxContent {
	margin: 0px 10px 7px 10px;
	font-size: 8pt;
}

/* список ссылок begin */
ul.links {
	font-size: 8pt;
	list-style-image: url(/images/list_point.gif);
	margin: 0px 0px 0px 17px;
	padding: 0px;
}
ul.links li{
	padding-bottom: 5px;
	margin: 0px;
}
ul.links li a {
	display: block;
}
/* список ссылок end */

/* новости begin */
.NewsBox {
	font-size: 8pt;
	width: 100%;
	margin-bottom: 7px;
}
.NewsTitle {
	font-size: 10pt;
	width: 100%;
}
.NewsDate {
	width: 100%;
}
.NewsText {
	width: 100%;
}
.NewsMore {
	text-align: right;
}
.NewsPages {
	width: 100%;
	font-size: 8pt;
	text-align: center;
}
.date {
	background: #A59984;
	padding: 0px 2px 0px 2px; 
	color: #fff;
}
/* новости end */

.img-left {
border: none;
float: left;	
}