#all {
  height: 100%;
}

#main {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  font-family: Georgia;
  background: url(/common/img/bg_mb.gif) #e0d2c5 bottom center repeat-x;
}

.left {
  background: url(/common/img/bg_mtl.jpg) top right repeat-x;
}

.middle {
  width: 979px;
  background: url(/common/img/bg_main.jpg) 0 0 no-repeat;
}

.right {
  background: url(/common/img/bg_mtr.jpg) top left repeat-x;
}

/* левая колонка */
/* меню */
.menu {
  margin: 406px 0 49px 48px;
  width: 190px;
}

.menu a {
  display: block;
}

.menu ul {
  margin: 3px 0 9px 1px;
}

.menu ul li a {
  display: inline;
}
/* /меню */
/* /левая колонка */

/* правая колонка */
/* поиск */
.search {
  position: absolute;
  margin: -47px 0 0 5px;
}

.search .in {
  width: 161px;
  background-color: #f7f5f3;
  border: 0;
  color: #c5a681;
  font: 0.9em Georgia;
  padding: 2px 4px 3px 4px;
}

.search .sb {
  vertical-align: bottom;
}
/* /поиск */

/* o */
.nt {
  margin: 400px 0 15px 287px;
  font: 0.9em Georgia;
  color: #8e7b5b;
}

.nt div {
  float: left;
  margin: 4px 3px 0 0;
}

.nt small {
  margin: 13px 22px 0 0;
  display: block;
  font: 0.9em Georgia;
  font-style: italic;
  color: #562310;
  text-align: right;
}

.nt small a {
  color: #9a0000;
}
/* /o */

/* новости */
.news {
  margin-bottom: 20px;
}

.news .tt {
  height: 23px;
  background: url(/common/img/bg_n.gif) 0 0 no-repeat;
  color: #ffeed1;
  font-weight: bold;
  font-style: italic;
  padding: 3px 0 15px 25px;
}

.news .el {
  width: 330px;
  float: left;
}

.news small {
  display: block;
  font-size: 2em;
  font-weight: bold;
  color: #931111;
  margin: 0 0 10px 20px;
}

.news small small {
  font-size: 0.5em;
  margin: 0;
  display: inline;
}

.news a {
  display: block;
  margin: 0 0 19px 22px;
  font-weight: bold;
  height: 70px;
}

.news .el div {
  width: 314px;
  height: 244px;
  background: url(/common/img/bg_news_main.png) 0 0 no-repeat;
  text-align: center;
}

.news .el div a {
  margin: 0;
  height: auto;
  outline: none;
}

.news .el div img {
  margin: 19px 0 0 16px;
}
/* /новости */

.cols {
  margin: 0 0 0 15px;
}

.col {
  float: left;
  width: 295px;
  padding: 0 20px 0 10px;
}

.col div {
  margin: 12px 0 0 30px;
}

.col img {
  display: block;
}

.col a {
  font-weight: bold;
  text-decoration: none;
  display: block;
  margin-bottom: 13px;
}

.col a span {
  text-decoration: underline;
}

.col a strong {
  display: block;
}

.col small {
  font-size: 0.9em;
  font-style: italic;
  font-weight: normal;
}
/* /правая колонка */