html {
    margin: 0;
    padding: 0;
}

body {
    margin: 0 auto;
    max-width: 1100px;
    min-width: 540px;
    color: #6F6F6F;
    font-size: 14px;
    border: 1px solid #eee;
    border-top: none;
    font-family: Arial, sans-serif;
}

.b-header {
    width: 96%;
    padding: 15px 2%;
    border-bottom: 1px solid #eee;
    border-top: none;
    font-size: 28px;
}

.b-header_a {
    color: #6F6F6F;
    text-decoration: none;
}

.b-content {
    border-bottom: 1px solid #eee;
    display: inline-block;
    width: 100%;
}

/* Менюшка слева */
.b-menu {
    display: inline-block;
    vertical-align: top;
    width: 23%;
    padding: 0;
    margin-right: -4px;
}

.menu_left {
    padding: 0;
    margin: 0;
}

.menu_left_a {
    text-decoration: none;
    color: #6F6F6F;
}

.menu_left_a:hover {
    color: #a55b5b;
    text-decoration: underline;
}

.menu_left_li {
    list-style-type: none;
    padding: 10px 20px;
    border-bottom: 1px solid #eee;
}

.page_new {
    color: red;
    font-size: 10px;
    vertical-align: top;
}

/* Основа страниц */
.link {
    color: #4278da;
}

.link:hover {
    text-decoration: none;    
}

.b-content_page {
    border-left: 1px solid #eee;
    padding: 3% 3% 40px 3%;
    width: 70%;
    display: inline-block;
    min-height: 500px;
}

.b-translits {
    margin: 40px 0 0 0;    
}

.btn {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
    cursor: pointer;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    display: block;
    margin-bottom: 25px;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
}

.btn:hover {
    background-color: #3276b1;
    border-color: #285e8e;
}

.textarea {
    margin: 5px 0 8px 0;
    width: 100% !important;
    height: 100px;
    border: 1px solid #ccc;
    font-family: Arial, sans-serif;
    font-size: 14px;
}

.translit-form {
    float: right;
}

.a_text {
    border-bottom: 1px dashed;
    text-decoration: none;
    color: #4278da;
}

.a_text--words:hover,
.a_text--flname:hover {
    opacity: 0.8;
}

.text_h1 {
    font-size: 26px;    
    margin: 0;
    font-weight: 100;
}

hr {
    margin: 20px 0;
    border: none;
    border-bottom: 1px solid #ccc;
}

.hr--dashed {
    border-bottom: 1px dashed #ccc;
}

/* Футер */
.b-footer {
    padding: 25px 0;
    text-align: center;
}