body{
    font-family: "Arial", "sans-serif";
    width: 1263px;
    margin: 0 auto;
}
#header{
    border: 3px double #A0C8EF;
    padding: 6px 0;
    overflow: hidden;
}
#logo{
    padding-top: 6px;
    padding-left: 14px;
    margin-right: 16px;
    float: left;
    width: 375px;
    height: 207px;
    overflow: hidden;
}
#logo_link{
    display: block;
    float: left;
    width: 145px;
    height: 190px;
    background: url(sc-pic/logo.png) 0 0 no-repeat;
}
#logo .address{
    line-height: 150%;
    font-size: 90%;
    font-weight: bold;
    text-align: right;
    color: #929292;
    margin: 0;
    padding-left: 10px;
    float: left;
    width: 220px;
    height: 190px;
}
#ooo{
    font-family: fantasy;
    font-size: 90%;

    color:#0196f0;
}
#header_img{
    width: 850px;
    min-height: 214px;
    background: url(sc-pic/i0108.jpg) 0 0 no-repeat;
    overflow: hidden;
    float:left;
}

#under_line{
    background:  url(sc-pic/line.png) 0 1px no-repeat;
    height: 15px;
    width: 1240px;
    margin: 0 auto;
}
#content{
    margin: 0 auto;
    overflow: hidden;
}
#left_column{
    float: left;
    width: 180px;
    border: 3px double #A0C8EF;
    min-height: 830px;
}
#center_column{
    border-top: 3px double #A0C8EF;
    border-right: 3px double #A0C8EF;
    border-bottom: 3px double #A0C8EF;
    overflow: hidden;
    padding: 3px 15px;
    --width: 860px;
    width: 1040px;
    margin: 0 auto;
    float: left;
    --min-height: 830px;
    min-height: 1366px;
}
.rukovodstvo{
    padding: 0;
    margin: 0;
    list-style: none;
}
.rukovodstvo li{
    margin-bottom: 20px;
    font-size: 19px;
    line-height: 22px;
    color: #7F7F7F;
}
.rekvizity{
    margin: 0 auto;
    width: 80%;
    border-collapse: collapse;
}
.rekvizity td{
    height: 40px;
    vertical-align: middle;
    text-align: center;
    border: 3px solid #A0C8EF;
}
.rekvizity tr.head{
  font-weight: bold;
}
#right_column{
    float: left;
    width: 180px;
    border: 3px double #A0C8EF;
    min-height: 830px;
}
#footer{
    position: relative;
    min-height: 20px;
}
#footer #footer_line{
    /*background: url(sc-pic/i0117.jpg) 0 0 no-repeat;*/
    background: linear-gradient(to right, #ffffff 0%,#039af2 39%,#039af2 54%,#ffffff 100%);
    margin: 10px auto;
    height: 16px;
    overflow: hidden;
}
#footer .copyright{
    width: 70%;
    /*width: 180px;*/
    margin: 0 auto;
    text-align: center;
    font: 14px "Arial";
    font-weight: bold;
    line-height: 18px;
    /*color: #7F7F7F;*/
    color: #fff;
    padding: 0 5px;
}
#work{
    width: 20%;
    font-size: 11px;
    position: absolute;
    right: 10px;
    top: 18px;
    text-align: center;
    font-weight: bold;
    color: #7F7F7F;
}
#work a{
    text-decoration: none;
    font-size: 11px;
    line-height: 17px;
    color: #0065A8
}
#work a:hover{
    text-decoration: underline;

}
