* {
  margin: 0;
  padding: 0;
}
html {
  background-color:#c77e38;
  width: 100%;
  height: 100%;
  background: url('images/maintile.gif');
}
body {
  background: url('images/left.gif') repeat-y;
  min-width: 600px;
}
#body {
  background: url('images/right.gif') repeat-y right 0;
}
#top {
  background: url('images/rulik.jpg') repeat-x;
  width: 100%;
  height: 52px;
}
#logo {
  background: url('images/logo.gif') -100px 100% repeat-x;
  height: 158px;
  overflow: hidden;
  margin: 0 40px;
  position: relative;
}
h1 {
  font: italic bold 20px "Flavius", "Georgia", serif;
  color: #410e06;
  float: right;
  background: url('images/maintile.gif');
  border-bottom: 2px solid #410e06;
}
#logo h2 {
  border-bottom: 3px solid #410e06;
  border-top: 3px solid #410e06;
  font: normal bold 40px "Flavius", "Georgia", serif;
  background: url('images/maintile.gif');
  padding: 0 10px;
  position: absolute;
  bottom: 12px;
  left: 4%;
  color: #410e06;
}
#main h2 {
  font: normal normal 32px "Flavius", "Verdana", sans-serif;
  text-align: center;
  position: relative;
  top: -30px;
}
#main h2 img {
  position: relative;
  top: 35px;
  margin: 0 0.5em;
}
#main h3 {
  font: italic bold 25px "Flavius", "Verdana", sans-serif;
  text-align: center;
  position: relative;
  top: -50px;
}
#main h3 img {
  padding: 0 0.5em;
  position: relative;
  top: 25px;
}
#main {
  padding: 0 40px 20px 40px;
  position: relative;
}
#main p {
  padding:5px 40px 3px 40px;
  text-indent: 25px;
  font: normal normal 20px "Times New Roman", serif;
  text-align: justify;
}
#main a {
  color: #000;
  font: normal normal 20px "Flavius", "Verdana", serif;
}
#main p:first-letter {
  color: #900;
  font: normal bold 24px "Flavius", "Georgia", serif;
}
h4 {
  margin: 0 40px 10px 40px;
  text-indent: 25px;
  font: italic normal 18px "Georgia", serif;
  color: #000;
}
#my {
  float: right;
  margin: 10px 40px 0 20px;
  z-index: 2;
}
#I {
  float: right;
  margin: 0 3% 0 0;
  z-index: 2;
}
blockquote {
  clear: right;
  text-indent: 25px;
  margin: 0 3% 0 30px;
  padding: 10px 0 0 35px;
}
#main:lang(ru) > blockquote{
  float:right;
  width:33%;  
}
#main blockquote p{
  width:auto;
  padding:0;
  font: normal normal 20px "Flavius", "Times New Roman", serif;
  text-align: justify;
}
#p1 {
  position: absolute;
  left: -15px;
}
#p2 {
  float: right;
  margin-right: -15px;
}
ul {
  list-style: none;
}
#main p{/*
  float:left;*/
  padding: 0 40px 0 5%;
  text-align:left;
  font: normal bold 16px "Verdana", sans-serif;
}
#main dl p{
  width:60%;
}
ol {
  width:50%;
  list-style: none;
  padding: 0 40px 0 5%;
  font: normal bold 19px "Verdana", sans-serif;
  float: left;
}
#main:lang(ru) > ol {
  margin: 0;
  width:45%;
}
ol dl {
  padding: 5px 0;
  color: #000;
}
li {
  color: #000;
  font: normal bold 17px "Verdana", sans-serif;
  margin: 8px 0;
}
dd {
  margin: 0 40px 0 30px;
  font: normal bold 15px "Verdana", sans-serif;
}
#nav {
  position:relative;
  z-index:3;
  background: url('images/relyef_h1.gif') repeat-x;
  padding: 20px 20px 0 20px;
}
#nav img {
  vertical-align: middle;
}
#nav li {
  display: inline;
  font: normal bold 15px "Verdana", sans-serif;
}
ol a {
  margin-left: 30px;
  color: #000;
  font: normal normal 16px "Verdana", sans-serif;
}
#nav a {
  padding-right: 7px;
  color: #000;
  font: normal bold 15px "Verdana", sans-serif;
}
#main a:hover {
  color: #633;
}
#bottom {
  background: url('images/rulik1.jpg') repeat-x;
  width: 100%;
  height: 52px;
  clear: both;
}
.r {
  float: right;
  clear: right;
}
.l {
  position: absolute;
}
address {
  background:url('images/amuletf102.jpg') no-repeat 30px 0 #000;
  padding: 0 30px 0 130px;
}
address img {
  float: left;
}
address span{
  display:block;
  color: #999;
  font: normal normal 10px "Verdana", sans-serif;
  padding-bottom: 12px;
  line-height: 150%;
}
address span.recl{
  margin:5px 0 0 -100px;
  padding:5px 0 10px;
  border-top:1px solid #999;
}
address a, address strong{
  font-weight:normal;
  color: #ccc;
}
address a:hover {
  color: #c00;
}
.recl a{
  color: #999;
}
iframe{
  display:block;
  margin:10px auto;
  padding:0 0.1em 0.1em 0;
}