body {
   background: url('img/bg.gif') repeat-y 150px;
   margin: 0;
   font: 12px Verdana, Arial, Helvetica, sans-serif;
}

#head {
   background: url('img/znak_bg.gif') repeat-x;
   margin: 40px 60px 40px 90px;
}

#head img {
   border: 0;
   margin: 0;
   margin-right: 10px;
}

#head_bg_right {
   height: 98px;
   margin: 0;
   background: url('img/znak_bg_right.gif') no-repeat right top;
}

#head h1 {
   font-size: 19px;
   margin: 0;
   font-weight: bold;
}

#head .master {
   margin: 50px 0 7px 0;
   font-weight: bold;
}

#menu {
   width: 130px;
   margin: 8px;
   margin-top: 30px;
   float: left;
   text-align: right;
}

#menu li {
   list-style-type: none;
}

#menu a {
   text-decoration: none;
   color: #000;
}

#menu a:hover {
   text-decoration: underline;
   color: #954a12;
}

#content {
   margin: -30px 30px 50px 195px;
   text-align:justify;
}

#content h1 {
   font-size: 16px;
}

#footer  {
   margin: 30px 0 0 195px;
   border-left: 1px solid #aaa;
   padding-left: 5px;
   color: #aaa;
   font-size: 11px;
}

#footer a.footer {
   text-decoration: none;
   color: #aaa;
   border-bottom: 1px dashed #aaa;
}

#footer a.footer:hover {
   color: #555;
   border-bottom: 1px dashed #555;
}

#rus_text {
    width: 49%;
    float: left;
}

#eng_text {
    width: 49%;
    float: right;
}

div.gallery_list {
    width: 40%;
    float: left;
}

div.auto_owner {
    width: 48%;
    float: left;
}