/* Default configuration */
html, body {
  height: 100%;
  padding: 0;
  margin: 0;
}

body {
  font-family: sans-serif;
  _text-align: center; /* IE */
  text-align: center;
  background-color: #ffffff;
  background-image: url('images/bg.jpg');
  background-repeat: repeat;
  /*color: #4c3b09;*/
  color: #ac3b09;
}

a {
  text-decoration: none;
  color: #78223c;
}

/* // Default configuration // */

#page_body {
}


#header {
  width: 900px;
  height: 265px;
  position: relative;
}

#header .head_left {
  position: absolute;
  top: 0px;
  left: 0px;
  background-image: url('images/header_left.png');
  background-repeat: no-repeat;
  width: 415px;
  height: 265px;
}

#header .head_right_logo {
  position: absolute;
  top: 0px;
  left: 415px;
  background-image: url('images/header_rt.png');
  background-repeat: no-repeat;
  width: 486px;
  height: 191px;
}

#header .head_right_topmenu {
  position: absolute;
  top: 191px;
  left: 415px;
  background-image: url('images/header_rb.png');
  background-repeat: no-repeat;
  width: 486px;
  height: 74px;
}

#header .head_right_topmenu div {
  padding-left: 100px;
  padding-top: 10px;
}

#header .head_right_topmenu ul {
  list-style-type: none;
}

#header .head_right_topmenu ul li {
  float: left;
  margin-right: 30px;
}

#header .head_right_topmenu ul li a {
  text-decoration: none;
  color: #ffebb1;
  font-size: 12px;
  font-weight: bold;
}

#header .head_right_topmenu ul li a:hover {
  text-decoration: underline;
}

#main {

}

#main .lc_head {
  background-image: url('images/leftblock_top.png');
  background-repeat: no-repeat;
  width: 199px;
  height: 49px;
}

#main .lc_head .lc_head_menu {
  background-image: url('images/topic_menu.jpg');
  background-repeat: no-repeat;
  width: 72px;
  height: 30px;
  position: relative;
  top: 10px;
  left: 10px;
}

#main .lc_body {
  background-image: url('images/leftblock_middle.png');
  background-repeat: repeat-Y;
  width: 199px;
  height: 100%;
}

#main .lc_body ul {
  margin-top: 5px;
}

#main .lc_body ul li {
  list-style-image: url('images/menu_lst.gif')
}

#main .lc_body ul li a {
  text-decoration: underline;
  color: #4c3b09;
  font-size: 12px;
}

#main .lc_body ul li a:hover {
  color: #78223c;
}

#main .lc_body .add_block_news_topic {
  background-image: url('images/topic_news.jpg');
  background-repeat: no-repeat;
  width: 72px;
  height: 30px;
  position: relative;
  top: 10px;
  left: 10px;
}

#main .lc_body .add_block_news_date {
  padding: 20px 20px 5px 20px;
  text-align: justify;
  font-size: 12px;
  color: #78223c;
  font-weight: bold;
}

#main .lc_body .add_block_news_text {
  padding: 5px 20px 20px 20px;
  text-align: justify;
  font-size: 12px;
}

#main .lc_bottom {
  background-image: url('images/leftblock_bottom.png');
  background-repeat: no-repeat;
  width: 199px;
  height: 17px;
}

#main .rc_head {
  background-image: url('images/mainblock_top.png');
  background-repeat: no-repeat;
  width: 703px;
  height: 49px;

}

#main .rc_head .head_page_topic {
  position: relative;
}

#main .rc_head div {
  position: absolute;
  top: 15px;
  left: 10px;
  color: #78223c;
  font-weight: bold;
}


#main .rc_body {
  background-image: url('images/mainblock_middle.png');
  background-repeat: repeat-Y;
  width: 703px;
  height: 100%;
}

#main .rc_body .content {
  padding: 30px 20px 20px 20px;
  text-align: justify;
  font-size: 14px;
}

#main .rc_body .content .contentblock {
  text-indent: 20px;
  padding-bottom: 10px;
}


#main .rc_bottom {
  background-image: url('images/mainblock_bottom.png');
  background-repeat: no-repeat;
  width: 703px;
  height: 17px;
}

#footer {
  background-image: url('images/footer.png');
  background-repeat: no-repeat;
  width: 900px;
  height: 29px;
  margin-top: 10px;
  margin-bottom: 10px;
}

#footer div {
  padding: 5px;
  font-size: 12px;
}

.gallery_table {
  width: 100%;
}

.gallery_table tr td{
  width: 200px;
  height: 200px;
}

#gallery img {
  border: 3px double #78223c;
}
