body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #ffffff;
  background: #000000;
}
img {
  border: none;
}
#bg {
    height:100%;
    overflow:hidden;
    left:0;
    position:absolute;
    position:fixed;
    top:0;
    width:100%;
    z-index:-10;
}
div#content {
  width: 908px;
  height: 340px;
  position: absolute;
  overflow: auto;
  padding: 30px;
  line-height: 20px;
  text-align: justify;
}
div#topMenu {
  position: fixed;
  width: 718px;
  height: 121px;
  top: 0;
  left: 0;
  background: url(../img/topMenu_bg.png);
  line-height: 121px;
  padding-left: 250px;
  z-index: 10;
}
div#bottomMenu {
  position: fixed;
  width: 578px;
  height: 60px;
  bottom: 0;
  right: 0;
  background: url(../img/bottomMenu_bg.png);
  line-height: 60px;
  text-align: center;
  z-index: 10;
}
div#copyright {
  position: fixed;
  bottom: 20px;
  left: 20px;
  font-weight: bold;
  text-transform: uppercase;
  z-index: 10;
}
a {
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  outline-style: none;
}
div#topMenu a, div#bottomMenu a {
  text-transform: uppercase;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
  margin: 0 10px;
}
div#topMenu a:hover, div#bottomMenu a:hover {
  color: #c8c8c8;
}
div#topMenu a#shop {
  display: inline-block;
  width: 97px;
  height: 27px;
  background: url(../img/shop.png);
  position: absolute;
  top: 47px;
  right: 25px;
}
div#topMenu a#shop:hover {
  background-position: 0 100%;
}
div#content a, div.title {
  font-weight: bold;
  color: #4f5db6;
}
div#content a:hover {
  color: #ffffff;
}
input[type="submit"], div.subscribe_add, a.filtr {
  color: #ffffff;
  font-weight: bold;
  font-family: Arial;
  background: #2a2e5d;
  border: none;
  cursor: pointer;
  font-size: 11px;
  padding: 3px 5px;
}
div#content a.filtr {
  color: #ffffff;
  padding: 7px 10px;
}
div.subscribe_add {
  width: 80px;
  text-align: center;
  display: inline-block;
}
input[type="submit"]:hover, div.subscribe_add:hover, a.filtr:hover {
  background: #404a8d;
}
input[type="text"], textarea {
  margin: 3px;
}
div.oddNewsConteiner + div.evenNewsConteiner {
  margin-top: 20px;
}
div.title {
  margin-bottom: 20px;
}
div.text {
  margin-bottom: 3px;
}
div.galleryList ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
div.galleryList li {
  display: block;
  position: relative;
  float: left;
  width: 240px;
  height: 240px;
  overflow: hidden;
  cursor: pointer;
  margin: 0 30px 30px 0;
}
div.galleryList div.galleryImage {
  position: absolute;
  width: 240px;
  height: 240px;
  top: 0;
  left: 0;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
}
div.galleryList div.galleryImage2 {
  position: absolute;
  display: none;
  width: 240px;
  height: 240px;
  top: 0;
  left: 0;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
}
div.galleryList li:hover div.galleryImage2 {
  display: block;
}
div.galleryList li:hover div.galleryImage {
  display: none;
}
div.galleryList a {
  width: 240px;
  height: 240px;
  float: left;
  position: relative;
}
div.galleryList div.galleryTitle {
  position: absolute;
  width: 220px;
  height: 50px;
  bottom: 0;
  background: #000000;
  opacity: 0.9;
  text-align: center;
  line-height: 14px;
  padding: 10px 10px 0 10px;
}
div.imagesConteiner img {
  width: 120px;
  height: 120px;
  margin: 0 10px 10px 0;
}
div.oddNewsConteiner img, div.evenNewsConteiner img, div.newsConteiner img, div.calendarNews img {
  float: left;
  margin: 0 10px 10px 0;
} 
div.subscribe {
  text-align: center;
}
ul.newsList {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.newsList li + li {
  margin-top: 20px;
}
span.artDesc {
  font-size: 11px;
  font-weight: normal;
}
div.text img {
  margin: 10px;
}
div.newsConteiner img, div.calendarNews img {
  max-width: 300px;
  float: left;
  max-height: 300px;
}
div.oddNewsConteiner + div.evenNewsConteiner {
  margin-top: 30px;
}
div.oddNewsConteiner div.title, div.evenNewsConteiner div.title {
  margin-bottom: 5px;
}