BODY {
    color: #253350;
    margin: 0 0 4px;
    padding: 0;

}

h1 {
    font-size: 22px; /* Размер шрифта */
    color: rgb(224, 123, 4); /* Цвет текста */
    margin-top: 0; /* Отступ сверху */
    font-weight: bold;
    width: 570px;
    margin: 20px auto;
}

a {
    color: rgb(46, 119, 185);
    font-size: 14px;
    font-family: 'Ubuntu',verdana,sans-serif;
}

#main {
    background: url("img/bground.png") repeat-x scroll left top transparent;
    color: #253350;
    margin: 0 0 4px;
    padding: 0;
    min-height: 100vh;
}

#container {
    width: 1000px; /* Шир;ина слоя */
    margin: 0 auto; /* Выравнивание по центру */
    background: white; /* Цвет фона левой колонки */
}

#header {
    height: 148px;
    width: 100%;
}

#white_line {
    height: 30px;
    background: url("img/build2.gif") no-repeat scroll right bottom transparent;
}

.sub_menu {
    height: 20px;
    list-style: none outside none;
    margin: 6px 0 4px 0;
    padding-left: 10px;
    width: 800px;
}

    .sub_menu li {
        display: inline;
    }

        .sub_menu li a:link, .sub_menu li a:visited, .sub_menu li a:active {
            color: #3F3F3F;
            font-family: 'Ubuntu',arial,sans-serif;
            font-size: 13px;
            font-weight: bold;
            line-height: 18px;
            padding: 0 0;
            text-decoration: none;
            text-transform: none;
            vertical-align: top;
        }

#blue_line {
    background-color: #83B6DB;
    width: 100%;
    height: 118px;
}

.selectable-line:hover {
    background: #eee;
}

.logo {
    float: right;
    /*  margin-right: 270px;*/
    padding-top: 30px;
    width: 550px;
}

.build {
    background: url("img/bsuir_build.gif") no-repeat scroll right top transparent;
    height: 100%;
    margin-left: 10px;
    width: 250px;
    float: right;
}

#content {
    margin: 0 auto;
    padding: 10px; /* Поля вокруг текста */
    background: #fff; /* Цвет фона правой колонки */
    text-align: center;
}

#footer2 {
   
    background: none repeat scroll 0 0 #CCDFED;
    margin-bottom: 0px;
    min-height: 60px;
    text-align: center;
}

#foot2 {
    background: none repeat scroll 0 0 #CCDFED;
    line-height: 22px;
    margin: auto;
    padding: 0;
}

    #foot2 p {
        color: ##232323;
        font-family: Arial,sans-serif;
        font-size: 14px;
        line-height: 22px;
        margin: 0 auto;
        padding: 12px 0 12px 0;
        width: 490px;
    }

#footer {
    background: none repeat scroll 0 0 #444444;
    min-height: 40px;
    text-align: center;
}

#foot {
    background: none repeat scroll 0 0 #444444;
    line-height: 22px;
    margin: auto;
    padding: 0;
}

    #foot p {
        color: white;
        font-family: Arial,sans-serif;
        font-size: 12px;
        line-height: 22px;
        margin: 0;
        padding: 10px 0 0;
    }

.page_links {
    width: 600px;
    margin: auto;
    padding-left: 40px;
}

    .page_links li {
        clear: both;
    }

.forms_list {
    list-style: none;
    text-align: left;
    padding: 0;
}
.proverka{}