html, body{
  padding: 0;
  margin: 0;
  background-color: #e7e9e8;
  font-family: 'Trebuchet MS', 'Geneva CE', lucida, sans-serif;
  font-size: 0.95em;
  color: #595959;
}

#main{
  width: 898px;
  margin: auto;
  border-left: 1px solid #a9abaa;
  border-right: 1px solid #a9abaa;
  background: url(../img/layout/back.gif) repeat-y left top;
}

#header{
  background: url(../img/layout/header.jpg) no-repeat left top;
  height: 157px;
}

h1{
  display: none;
}

#adress{
  height: 44px;
  background: url(../img/layout/adress.jpg) no-repeat left top;
}

#adress-text{
  width: 480px;
  margin-left: 19px;
  font-family: 'Verdana CE', 'Arial CE', 'Lucida Grande CE', 'Helvetica CE', Verdana, Arial, lucida, sans-serif;
  color: #939393;
  padding-top: 15px;
}

#dates{
  width: 223px;
  float: right;
  margin-top: -27px;
  padding-right: 10px;
}

#date{
  text-align: right;
  font-family: 'Verdana CE', 'Arial CE', 'Lucida Grande CE', 'Helvetica CE', Verdana, Arial, lucida, sans-serif;
  color: #fff;
  font-weight: bold;
  font-size: 0.8em;
}

#name-day{
  font-family: 'Verdana CE', 'Arial CE', 'Lucida Grande CE', 'Helvetica CE', Verdana, Arial, lucida, sans-serif;
  color: #fff;
  font-size: 0.8em;
}

.reset{
  clear: both;
}

.menu{
  width: 220px;
  margin-left: 19px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.menu li{
  height: 32px;
  width: 100%;
  background: url(../img/layout/menu.gif) no-repeat left top;
  margin-left: 19px;
  line-height: 32px;
  display: block;
}

.menu li a{
  width: 168px;
  display: block;
  padding-left: 49px;
  text-decoration: none;
  font-family: 'Arial CE', 'Helvetica CE', Arial, helvetica, sans-serif;
  color: #fff;
  font-weight: bold;
}

.menu li a:hover{
  background: url(../img/layout/menu_over.gif) no-repeat left top;
}

.menu2{
  width: 220px;
  margin-left: 19px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.menu2 li{
  height: 32px;
  width: 100%;
  background: url(../img/layout/menu2.gif) no-repeat left top;
  margin-left: 19px;
  line-height: 32px;
  display: block;
}

.menu2 li a{
  width: 168px;
  display: block;
  padding-left: 62px;
  text-decoration: none;
  font-family: 'Arial CE', 'Helvetica CE', Arial, helvetica, sans-serif;
  color: #fff;
  font-style: italic;
}

.menu2 li a:hover{
  background: url(../img/layout/menu2_over.gif) no-repeat left top;
}

.active{
  background: url(../img/layout/menu_over.gif) no-repeat left top;
}

.active2{
  background: url(../img/layout/menu2_over.gif) no-repeat left top;
}

#menu-null{
  width: 251px;
  float: left;
}

#text{
  float: right;
  width: 631px;
  padding-right: 16px;
  text-align: justify;
}

#text a{
  color: #0000FF;
  text-decoration: underline;
}

#text a:hover{
  color: #FE8E46;
  text-decoration: underline;
}

p{
  padding: 0;
  margin: 0 0 20px 0;
}

#menu_bottom{
  height: 4px;
  background: url(../img/layout/menu_bottom.gif) no-repeat left top;
  margin-left: 19px;
}

#footer{
  width: 900px;
  margin: auto;
  height: 79px;
  background: url(../img/layout/footer.jpg) no-repeat left top;
}

#created{
  font-family: 'Arial CE', 'Helvetica CE', Arial, helvetica, sans-serif;
  padding-top: 50px;
  font-size: 0.9em;
  color: #fff;
  margin-left: 45px;
}

#created a{
  color: #fff;
  text-decoration: none;
}

#created a:hover{
  text-decoration: underline;
}

h2{
  padding: 0;
  margin: 0 0 10px 0;
  font-family: 'Verdana CE', 'Arial CE', 'Lucida Grande CE', 'Helvetica CE', Verdana, Arial, lucida, sans-serif;
  font-weight: bold;
  color: #fb6127;
  font-size: 1.4em;
  height: 1.5em;
  border-bottom: 1px solid #c3c1c1;
}

h3{
  padding: 0;
  margin: 0 0 10px 0;
  font-family: 'Verdana CE', 'Arial CE', 'Lucida Grande CE', 'Helvetica CE', Verdana, Arial, lucida, sans-serif;
  font-weight: bold;
  color: #fb6127;
  font-size: 1.3em;
}

h4{
  padding: 0;
  margin: 0 0 10px 0;
  font-family: 'Verdana CE', 'Arial CE', 'Lucida Grande CE', 'Helvetica CE', Verdana, Arial, lucida, sans-serif;
  font-weight: bold;
  color: #fb6127;
}

.mainimg{
  padding: 3px;
  border: 1px solid #c3c1c1;
  margin: 0 0 5px 5px;
  float: right;
}
