body {
    font: 15px / 1.3 Arial, Helvetica ,sans-serif;
    padding: 0;
    margin: 0;
    background-image: url(bg_top.jpg);
    color: #444; 
}


.footer {
    border-top: 0px solid #cf2c2c;
    /*background: #962b41;*/
    background: #892434;
    color: #fff;
    padding: 10px;
    width: 940px !important;
    text-align: center;
    font-size: 12px;
}

.footer1 {
    border-top: 0px solid #cf2c2c;
    /*background: #962b41;*/
    background: #990e0e;
    color: #fff;
    padding: 10px;
    width: 940px !important;
    /*text-align: center;*/
    font-size: 12px;
}

.search {
    margin-top: 24px;
    text-align: left;
}

.search1 {
    margin-top: 24px;
    text-align: right;
/*    float: left;*/
    margin-left: 5px;
    margin-right: 5px;
}
.search__form {
    margin: 0;
    padding: 0;
}
.search__action {
    background: #aaa;
    border: 1px solid #aaa;
    margin: 0;
    padding: 3px;
    cursor: pointer;
    font-size: 16px;
    color: #fff;
}
.search__field {
    border: 1px solid #aaa;
    padding: 3px;
    margin: 0;
    width: 260px;
    font-size: 16px;
}

.main-section {
    background: #fff;
    -moz-box-shadow: 0 15px 20px #c4cad2;
    -webkit-box-shadow: 0 15px 20px #c4cad2;
    box-shadow: 0 15px 20px #c4cad2;
}

p {
    margin: 0 0 15px;
    line-height: 130%;
    font-size: 13px;
}
h1, h2, h3, h4, h5, h6, ol, ul {
    margin: 0 0 15px;
    line-height: 130%;
}
h2, h3, h4, h5, h6 {
    font-family: Georgia, Times, serif;
    font-weight: normal;
    color: #000000;
}

h1 {
    font-family: Georgia, Times, serif;
    font-weight: normal;
    color: #b38808;
}

h7 {
    font-family: Georgia, Times, serif;
    font-weight: normal;
    color: #b38808;
    font-size: 18px;
    }
h8 {
    font-family: Georgia, Times, serif;
    font-weight: normal;
    color: #b38808;
    font-size: 22px;
}

h10 {
    font-family: Georgia, Times, serif;
    font-weight: normal;
    color: #000000;
    font-size: 14px;
    line-height: 130%;
    font-weight: bold;
    padding: 10px 0 0 0;
    margin: 0 0 15px;
}

.right-column {
    background: #ebf0f5;
    background: linear-gradient(to bottom, #ebf0f5 66%, #fff 100%);
}

.intro {
    font-family: Georgia, Times, serif;
    color: #515151;
    font-size: 16px;
}

.text {
      font-size: 14px; 
      width: 99%;  
      line-height: 1.4;
}

.thumb-wrap {
  position: relative;
  padding-bottom: 56.25%; /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.thumb-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.content {
    color: #515151;
    font-size: 13px;
 
}

a {
    color: #005A9C;
    text-decoration: none;
    border-bottom: 1px solid;
    border-bottom-color: #B2D6ED;
}

[href$=".jpg"], 
[href$=".jpeg"], 
[href$=".png"], 
[href$=".gif"] {
	border-bottom:0px;
}