html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-family: Arial;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration:none;
    color: #555845;
}

.main {
    width: 100%;
    height: 100%;
}

.mainPage {
    width: 100%;
    left:0;
    top:0;
    padding-top: 140px;
}

.mainPage__line {
    height: 1px;
    width: 100%;
    position: absolute;
    top: 140px;
    background-color: #a8ab89;
    left:0;
    z-index: 1;
    border-top: 1px solid #5b5e51;
    border-bottom: 1px solid #5b5e51;
}

.mainPage__content {
    width: 1024px;
    margin: 30px auto 0 auto;
    position: relative;
    padding-bottom: 20px;
}

body.main, body.work {
    background-color: #0e1018;
}

body.publications {
    background-color: #000;
}

body.author {
    background-color: #231f20;
}

.mainPage__frame {
    border: 3px solid #A8AB89;
    box-shadow: 0 0 1px #5B5E51, 0 0 1px #5B5E51 inset;
    margin: 0 auto;
    padding: 20px;
    width: 491px;
}

.mainPage .heading img {
    position: absolute;
    top: 40px;
    left: 50%;
    margin-left: -512px;
}

.nav {
    padding-top: 20px;
}

.nav .first {
    position: absolute;
    left: 0;
}

.nav .second {
    position: absolute;
    left: 50%;
    margin-left: -30px;
}

.nav .last {
    float: right;
}

.publications__content {
    text-align: center;
    padding-top: 40px;
}

.work__text-container {
    border-bottom: 1px solid #A8AB89;
    box-shadow: 0 1px 0 #201f22;
    height: 20px;
}

.work__text {
    float: right;
    color: #A8AB89;
    font-size: 12px;
}

.work__content, .author {
    width: 1024px;
    margin: 0 auto;
}

.work__content li {
    margin: 40px 0 20px 0;
    text-align: center;
}

.work__img {
    position: relative;
    margin-left: -60px;
}

.work__signature {
    text-align: center;
    padding: 20px 0 60px 0;
}

.author {
    width: 1280px;
    padding-bottom: 40px;
}

.author__content {
    padding-top: 40px;
}

.author_img {
    float: left;
    width: 550px;
}

.author__description {
    float: left;
    width: 730px;
}

.author__description li {
    color: #695C44;
    font-size: 14px;
    line-height: 20px;
    padding-left: 10px;
}

.return {
    height: 40px;
    display: block;
    margin: 10px 0;
}

.publications.return {
    margin: 20px auto 0;
    text-align: left;
    width: 1024px;
}