body {
background-color: #f8f7f1;
font-family: Arial, Helvetica, sans-serif;
margin: 0; }

.path {
font-size: 85%;
margin-top: 10px;
}

.bg_body {
background: #f8f7f1 url(img/bg.gif) no-repeat scroll top left; }

/*фоны трёх центральных ячеек первой страницы*/
.bg_left {
background-position: right top;
background-repeat: no-repeat; }
.bg_left2 {
background-image: url(i/bg-left2.jpg);
background-position: right top;
background-repeat: no-repeat; }
.bg_left3{
background-image: url(i/bg-left3.jpg);
background-position: right top;
background-repeat: no-repeat; }
.bg_center {
background-position: left top;
background-repeat: no-repeat; }
.bg_center2 {
background-image: url(i/bg-center2.jpg);
background-position: left top;
background-repeat: no-repeat; }
.bg_center3 {
background-image: url(i/bg-center3.jpg);
background-position: left top;
background-repeat: no-repeat; }
.bg_right {
background-position: left top;
background-repeat: no-repeat; }
.bg_right2 {
background-image: url(i/bg-right2.jpg);
background-position: left top;
background-repeat: no-repeat; }
.bg_right3 {
background-image: url(i/bg-right3.jpg);
background-position: left top;
background-repeat: no-repeat; }
/**/
.logo { margin: 0 20 8 50; }
.logo-all { margin: 20 0 0 40; }

.menu-top { color: #333333;
text-align: right;
padding: 10 10 5 10 }

.page-header { color: #333333;
text-align: left;
padding: 0 0 0 10 }

.left-menu { position: absolute;
top: 185px;
left: 5px;
width: 190px;
  }

/**/
td { font-size: 0.8em; line-height: 1.2em;}
.content { padding: 0 45 10 99; }


/** заголовки и параграфы **/

h1 {/*главный заголовок текста*/
font-size: 150%;
display: inline; }

h2 {/*заголовок раздела*/
font-weight: lighter;
font-size: 28px;
display: inline; 
line-height: 1em;
}

h3 {/*заголовки на странице*/
font-family: Verdana, Tahoma, sans-serif;
font-size: 100%;
margin: 15px 0px 5px 0px; }

h4 {/*первая страница*/
font-size: 16px;
font-style: italic;
line-height: 17px;
text-align: right;
margin: 25px 0px 25px 0px; }

h5 {/*левое меню*/
margin-top: 0px;
line-height: 16px;
font-family: times, serif;
font-size: 16px;
font-weight: normal;
font-style: oblique;
letter-spacing: 1px }

p { text-align: justify; }

/**/
a:link, a:visited, a:active {
color: #333333;
text-decoration: underline; }
a:hover {
color: #999999;
text-decoration: underline; }

/*верхнее меню и меню подразделов*/
a.menu:link, a.menu:visited, a.menu:active {
margin-right: 7px;
color: #333333;
text-decoration: none; }

a.menu:hover {
margin-right: 7px;
color: #999999;
text-decoration: none; }

/*черный*/
.black { color: #333333; }
a.black:link, a.black:visited, a.black:active {
color: #333333;
text-decoration: none; }
a.black:hover {
color: #999999;
text-decoration: none; }

/*коричневый*/
.brown { color: #cc3300; }
a.brown:link, a.brown:visited, a.brown:active {
color: #cc3300;
text-decoration: none; }
a.brown:hover {
color: #333333;
text-decoration: none; }

/*голубой*/
.blue { color: #6699cc; }
a.blue:link, a.blue:visited, a.blue:active {
color: #6699cc;
text-decoration: none;}
a.blue:hover {
color: #333333;
text-decoration: none; }

/*золото*/
.gold { color: #cc9900; }
a.gold:link, a.gold:visited, a.gold:active {
color: #cc9900;
text-decoration: none; }
a.gold:hover {
color: #333333;
text-decoration: none; }

.gallery {
float: left;
width: 160;
margin: 21px 7px 7px 6px; }

.gallery-content {
float: left;
margin: 10px 5px 5px 0px; }

.border {
border: 3px double #999999;
margin: 0px 10px 5px 0px; }
.border-red {
border: 3px double #cc0000;
margin: 0px 10px 5px 0px; }
.border-blue {
border: 3px double #6699cc;
margin: 0px 10px 5px 0px; }
.border-gold {
border: 3px double #cc9900;
margin: 0px 10px 5px 0px; }

.banners div {
	margin: 1em 0.5em 1em 0.5em;
	float: left;
}

.bottom {
	margin: 1em 0em 1em 0px;
	padding: 0em 25px 0em 25px;
}

/* Карта сайта */

.sitemap {
	float: left;
	width: 47%;
}
.sitemap ul {
	margin: 0 0 0 -20px;
	padding: 0;
	list-style: none;
}
.sitemap ul li {
	font-weight: bold;
	margin: 0 0 .2em 20px;
}
.sitemap ul ul {
	margin: 0 0 0 20px;
	padding: 0 0 1em 0;
}
*html .sitemap ul ul {margin: 0;} /* IE */
.sitemap ul ul li {
	padding: 0;
	font-weight: normal;
}
