body {
  text-align: center;
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 18px;
}
#page {
  width: 964px;
  margin: 0 auto;
  text-align: left;
}
#header {
  background: #992 url(/images/header.jpg) top left no-repeat;
  height: 423px;
  border-bottom: 10px solid #E1C023;
  position:relative;
}

#logo_h {
  position: absolute;
  z-index: 50;
  top: 50px;
  left: -50px;
}

#slogan {
  position: absolute;
  bottom: 12px;
  right: 10px;
  color: white;
  text-align: right;
  font-weight: bold;
  font-size: 11px;
}
#slogan p {
  margin-top: 7px;
}

#menu {
  float: left;
  list-style: none;
  padding: 0 15px;
}
#menu li {
  float: left;
  padding: 6px 0;
  position: relative;
  z-index:90;
}
#menu li.first a {
  border: none;
}
#menu li a {
  color: #FCF8ED;
  font-size: 13px;
  font-weight: bold;
  padding: 5px 30px;
  line-height: 25px;
  text-decoration: none;
  border-left: 1px solid #A99532;
}
#menu li a:hover {
  color: #E0CD7F;
}


#menu li ul {
  list-style: none;
  position:absolute;
  top: 43px;
  left:0;
  width: 100%;
  background: #000;
  z-index: 100;
  padding: 3px 0;
  filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
  opacity: 0.6;
}
#menu li ul li {
  text-align: center;
  display: center;
  width: 100%;
  padding: 0;
  position:relative;
  z-index: 110;
}
#menu li.first ul li a,
#menu li ul li a {
  margin: 0 3px;
  color: white;
  line-height: 18px;
  border: none;
  border-top: 1px solid #fff;
  font-size: 12px;
  display: block;
  padding: 5px;
}
#menu li ul li a:hover {
  background-color: #555;
}
#menu li ul li a.first {
  border: none;
}

#menu li ul li ul {
  top: 0;
  left: 102%;
  width: 200px;
  z-index: 150;

  filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
  opacity: 1;
}


#activities {
  margin: 12px 0 0 1px;
}

#content {
  color: #333;
  padding: 0 10px;
  margin-top: 40px;
  font-size: 13px;
}
#content p {
  margin: 15px 0;
}

#content h1 {
  font-size: 20px;
  margin: 20px 0;
}

#contacts {
  height: 110px;
  width: 100%;
  margin: 20px 0;
  background: url(/images/bottom_curve.png) bottom right no-repeat;
  float: right;
  color: #653614;
}
#contacts div {
  float: right;
  padding: 0 20px 15px;
  width: 330px;
  height: 95px;
}
#contacts a {
  color: #653614;
}

#footer {
  margin: 50px 0 30px 0;
  text-align: center;
  font-size: 10px;
  color: #aaa;
}
#footer a {
  color: #aaa;
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}

.activity_descr {
  clear: both;
  margin-bottom: 10px;
}
.activity_descr .pic {
  float: left;
  width: 176px;
  height: 120px;
}
.activity_descr .pic img {
  height: 90%;
  width: 90%;
  float: left;
}
.portfolio_descr {
  clear: both;
  margin-bottom: 30px;
}
.portfolio_descr .pic {
  float: left;
  margin-right: 15px;
}
.portfolio_descr .zoomin {
  text-align: center;
  padding-top: 5px;
}
.portfolio_descr .zoomin a {
  text-decoration: none;
  color: #aaa;
  background: url(/images/zoom.png) top left no-repeat;
  padding-left: 20px;
}
.portfolio_descr .zoomin a:hover {
  text-decoration: underline;
}

.albums_category {
  float: left;
  width: 385px;
  margin-bottom: 50px;
}
.albums_category h2 {
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: normal;
}
.albums_category img {
  float: left;
  border: 3px solid #B8A330;
}

#albums_view {
}

#albums_view h2 {
  padding-bottom: 25px;
  font-size: 18px;
  font-weight: normal;
}
.album_block {
  float: left;
  margin: 0 11px;
}
.album_block a {
  float: left;
  text-decoration: none;
  color: #333;
}
.album_block img {
  float: left;
  margin-bottom: 7px;
  border: 3px solid #B8A330;
}
.album_block span {
  display: block;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  height: 50px;
  width: 220px;
  clear: left;
}

.article {
  margin-bottom: 35px;
}
.article h3 {
  font-size: 16px;
}
.article h3 a {
  color: #335;
  text-decoration: none;
}
.article h3 a:hover {
  text-decoration: underline;
}
.article h3 em {
  font-size: 11px;
  color: #ccc;
  font-weight: normal;
}
.article .next {
  color: #99a;
}
