html {
    background: #dddddd;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 100%;
}

html * {
    margin: 0;
}

img {
    border: 0;
}

body, input, select, textarea {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

.wrapper {
    background: #ffffff;
    box-shadow: 0 0 0.3em #252525;
    -moz-box-shadow: 0 0 0.3em #252525;
    -webkit-box-shadow: 0 0 0.3em #252525;
    color: #222;
    margin: 0 auto;
    position: relative;
    width: 1000px;
}

h1 {
    color: #222;
    font-size: 26pt;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

p {
    margin-top: 10px;
    margin-bottom: 5px;
}

a:link, a:visited {
    color: #377bbd;
}

a:hover {
    color: #4294e3;
}

.content_en {
    display: none;
}

.container {
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}

.footer {
    color: #222;
    background: #8dbff0;
    border-top: 5px solid #377bbd;
    clear: both;
    font-size: 0.8em;
    margin-top: 1.5em;
    padding: 1em;
    min-height: 1em;
}

.header {
    background-color: #8dbff0;
    border-bottom: 5px solid #377bbd;
    overflow: auto;
    width: 1000px;
}

.section {
    font-weight: bold;
}

a:hover, a:active {
    outline: none;
}

.footer a:link, a:visited {
    color: #035;
}

.footer a:hover {
    color: #169;
}

.ie7 .wrapper,
.ie8 .wrapper {
    border-color: #808080;
    border-style: solid;
    border-width: 0 1px;
}

.slogan {
    margin: 0;
    font-size: 18pt;
    color: #ffffff;
}

.title {
    padding-top: 20px;
    padding-right: 60px;
}

.header h1 {
    color: #555555;
    margin-bottom: 0;
}

.slogan,
.header h1,
.university {
    text-align: center;
}

.university {
    width: 1000px;
    margin: 0 auto;
    font-size: 12px;
    text-align: center;
}

.university_block {
    padding-left: 145px;
    vertical-align: middle;
    height: 75px;
    display: inline-block;
    background-image: url(images/ssau.png);
    background-repeat: no-repeat;
}

.university_title {
    margin-top: 15px;
}

.title_text {
    display: none;
}