* {
  margin: 0px;
  padding: 0px;
}

body {
  text-align: center;
  background:#f6f6de url(../images/background.jpgx) repeat-x top left;
  font-family: arial, Helvetica,sans-serif;
  font-size: 12px;
}

a {
  color: #00a874;
  text-decoration: underline;
}

a:hover {
  color: #000000;
  text-decoration: underline;
}

p {
  padding: 5px 0px; text-align:justify;
}

p.intro { text-align:justify;
}

p.vpravo {
  text-align:right;
}
sup {
	vertical-align: baseline;
	font-size: 0.8em;
	position: relative;
	top: -0.4em;
}

h2 {
  clear: both;
  font-size: 28px;
  color:#00a874;
  font-weight: normal;
  font-style:italic;
  text-transform: uppercase;
  margin: 20px 0px;
}

h3 {
  clear: both;
  font-size: 16px;
   margin: 15px 0px 0px;
}

table {
  margin-top: 5px;
  border-collapse: collapse;
}

th, td {
  padding: 2px;
  text-align: left;
}

td.vpravo,
th.vpravo {
  padding: 2px;
  text-align: right;
}

table.program {
  margin-top: 5px;
  border-collapse: collapse;
}

table.program th, table.program td {
  padding: 2px 2px 2px 10px;
  text-align: left;
  border-bottom:1px solid #f6f6de;
}
a img {
    border: none;
}

.cleaner {
  clear: both;
}

.left {
  float: left;
}

.right {
   float: right;  
}
.center {
  text-align: center;
}

#contacts p.center {
  margin: 0px;
}

#contacts h2 small {
  padding-top: 4px;
  display: block;
}


.red {
  color: #890004;
  font-weight: bold;
}

#header {
  margin: 0px auto;
  width: 790px;
  height: 285px;
  background:#00a874 url(../images/header.jpg) no-repeat;
  position: relative;
  font-size: 15px;
  color: #fff;
  text-align: left;
}

#header h1 {
  display: none;
}

#header .left {
  left: 40px;
  position: absolute;
  top: 210px;
}

#header .right {
  left: 288px;
  position: absolute;
  top: 210px;
  width: 360px;
}

#logo {
  float: right;
  position: absolute;
  bottom: 12px;
  right: 50px;
}

#wrapper {
  background: url(../images/content.png) transparent repeat-y;
  width: 790px;
  height: auto;
  margin: 0px auto;
  text-align: left;
  padding: 12px 0px;
}

#menu {
  float: left;
  width: 245px;
  margin-left: 23px;
  margin-top: 20px;
}

#menu ul {
  list-style-type: none;
}

#menu ul li {

}

#menu ul li a {
  background:#00a874 url(../images/button.jpg);
  display: block;
  height: 24px;
  width: 220px;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
  padding-top: 6px;
  padding-left: 25px;
  letter-spacing: -0.1px;
  text-decoration: none;
  font-size:14px;
}

#menu ul li a:hover {
  background:#f6f6de url(../images/button_active.jpg);
  text-decoration: none;
  color: #00a874;
}

#contacts h2 {
  display: block;
  color: #ffffff;
  background: #00a874;
  height: 23px;
  font-size: 12px;
  font-weight: bold;
  padding-top: 7px;
  padding-left: 12px;
  margin: 25px 0px;
}

#contacts {
  color: #515b55;
}

#contacts p {
  margin-left: 14px;
}

#content {
  width: 462px;
  text-align: left;
  float: right;
  margin-right: 40px;
  padding-bottom: 30px;
}

#content ol, #content ul {
  margin-left: 25px;
  padding: 5px 0px;
}

#gallery p a img {
  margin-left: 10px;

  border: 1px solid #fff;
}

#gallery p a:hover img {
  border: 1px solid #890004;
}

#gallery p a:first-child img {
  margin-left: 0px;
}

.photos a img {
  border: 1px solid #AAAAAA;
  padding: 2px;
  margin: 3px;
}

.photos a:hover img{
  margin: 1px;
  border: 3px solid #444444;
}



#footer {
  clear: both;
  background: #00a874 url(../images/footer.png) no-repeat;
  width: 790px;
  height: 84px;
  margin: 0px auto;
  color: #f3fcdd;
  font-size: 11px;
  text-align: right;
}

#footer p {
  margin-right: 35px;
  padding-top: 25px;
}


#footer img {
  float: left;
  margin-left: 32px;
  margin-top: 15px;
}

#footer a {
  color: #fff;
  text-decoration: underline;
}

