*{
  margin: 0px;
  padding: 0px;
}

h1, h2, h3, h4{
  text-align: center;
  margin-top: 10px;
}

#content ul p{
  margin: 0px;
  padding: 0px;
}

#content ul{
  padding-left: 50px;
  padding-right: 50px;
}

body{
  background: url(../images/body_back.jpg) repeat-x;
  background-color: #f8f7f5;
  font-family: Tahoma, Arial;
  font-size: 12px;
}

p{
  padding: 12px 15px 12px 15px;
}

table{
  border-collapse: collapse;
}

td{
  border: 1px solid black;
  padding: 3px 10px 3px 10px;
}

#wrap{
  width: 1000px;
  margin: 0 auto;
  background-color: #bfbaa1;
}

#caption{
  height: 30px;
  background: url(../images/caption_back.jpg);
  text-align: center;
  font-weight: bold;
  color: white;
  padding-top: 10px;
}

#top{
  height: 163px;
  background: url(../images/top_back.jpg);
}

#top_menu{
  height: 55px;
  background: url(../images/top_menu_back.jpg);
  text-align: center;
  padding-left: 10px;
}

.menutop > li{
  display: inline-block;
}

.menutop > li > a{
  display: block;
  padding: 20px 15px 20px 15px;
  margin-right: 10px;
  text-decoration: none;
  color: #484848;
  font-weight: bold;
}

.menutop > li > a:hover{
  background: url(../images/top_menu_over.png);
}

.menutop > li.active > a{
  color: #666633;
}

#content_wrap{
  background: url(../images/left_back.jpg) repeat-y;
}

#left{
  float: left;
  width: 237px;
  background-color: #bfbaa1;
}

.menuleft{
  margin: 4px 2px 0px 17px;
  list-style: none;
  background-color: white;
  border: solid #484848;
  border-width: 1px 1px 0px 1px;
}

.menuleft > li{
  height: 14px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  border: solid #dfdfd0;
  border-width: 0px 0px 1px 0px;
}

.menuleft > li > a{
  text-decoration: none;
  color: #6B5858;
  font-weight: bold;
}

.menuleft > li > a:hover{
  color: #0066cc;
}

.menuleft > li.active > a{
  color: #333;
}


.moduletable_menu > h3{
  margin-left: 17px;
  margin-right: 2px;
  margin-top: 5px;
  padding-left: 15px;
  padding-top: 5px;
  padding-bottom: 12px;
  border: 1px solid #484848;
  border-radius: 9px 0px 0px 0px;
  background-color: #dfdfd0;
  color: #484848;
  font-weight: bold;
  font-size: 12px;
}

#contacts{
  height: 320px;
  background: url(../images/contacts_back.jpg);
  margin-left: 17px;
  margin-right: 2px;
  border: solid #484848;
  border-width: 0px 1px 0px 1px;
}

#content{
  float: left;
  width: 738px;
  min-height: 540px;
  margin-left: 2px;
  margin-top: 43px;
  margin-right: 21px;
  background: url(../images/content_back.jpg) repeat-x;
  background-color: #ffffff;
  border: solid #484848;
  border-width: 1px 1px 0px 1px;
  color: #445165;
}

#content > div.item-page > h2:first-child, #content > div.blog > h2:first-child{
  height: 27px;
  margin-top: -39px;
  margin-left: -1px;
  margin-right: -1px;
  border: solid #484848;
  border-width: 1px 1px 1px 1px;
  border-radius: 0px 9px 0px 0px;
  font-size: 12px;
  color: #484848;
  font-weight: bold;
  padding-left: 15px;
  padding-top: 5px;
  background-color: #d7d7c4;
}

#end_content{
  clear: both;
}

#footer{
  height: 108px;
  background: url(../images/footer_back.jpg);
}

#place, #cr{
  float: left;
  width: 450px;
  padding-top: 60px;
  font-size: 11px;
}

#place{
  padding-left: 50px;
}

#cr{
  padding-right: 50px;
  text-align: right;
}