html {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: Tahoma, sans-serif;
    font-size: 12px;
    color: #000;
    background: #d2d2c6;
}
table {
    margin: 0;
    border-collapse: collapse;
}
td {
    vertical-align: top;
    padding: 0;
    font-family: Tahoma, sans-serif;
    font-size: 12px;
    color: #000;
}
h1 {
    font-size: 18px;
    color: #000;
    margin: 10px 10px 5px 10px;
    font-weight: normal;
}

.base {
    width: 947px;
    background: url(../img/bg.png) repeat-y;
}
.top {
    height: 220px;
    background: url(../img/head.jpg) no-repeat;
    
}
.center {
    
}
.bottom {
    height: 135px;
    background: url(../img/bottom.jpg) no-repeat;
    text-align: center;
    padding-top: 45px;
    color: #fff;
}

.content {
    width: 947px;
}
.left {
    width: 613px;
}
.rught {
    width: 327px;
}

.right_title {
    display: block;
}

.text_block {
    width: 575px;
    border: 1px solid #d2d2c6;
    background: #fff;
    margin-left: 25px;
    margin-bottom: 10px;
}
.hr {
    display: block;
    margin-left: 4px;
}
.text_block a.block_title {
    display: block;
    font-size: 18px;
    color: #000;
    margin: 10px 10px 5px 10px;
    text-decoration: none;
}
.text_block a.block_title:hover {
    text-decoration: underline;
}
.text_block .date {
    margin-left: 10px;
    color: #55554a;
}
.text_block p {
    margin-left: 10px;
    margin-right: 10px;
    color: #55554a;
}
.text_block .tags {
    background: #f0f0ec;
    border: 1px solid #d2d2c6;
    height: 21px;
    padding-top: 5px;
    padding-left: 5px;
}
.text_block .tags a {
    background: #f0f0ec;
    border: 1px solid #d2d2c6;
    color: #55554a;
    border: none;
}

.menu_p {
    margin: 5px 5px 5px 14px;
}
a.menu {
    color: #55554a;
    font-size: 14px;
    text-decoration: none;
}
.under_menu_marker img {
    border: none;
}


.cloud {
    text-align: center;
    margin: 0 35px 10px 0;
}
.cloud a {
    color: #55554a;
}

.s_links {
    margin: 5px 35px 10px 14px;
    line-height: 16px;
}
.s_links a {
    color: #55554a;
}

.map_list {
    display: none;
    position: absolute;
    background: #fff;
    border: 1px solid #d2d2c6;
    padding: 5px;
}
.map_list img {
    border: none;
    margin-top: 2px;
}
.map_list a {
    color: #55554a;
    font-size: 14px;
    text-decoration: none;
}

.counter {
    text-align: center;
    margin-right: 35px;
}

.search_form {
    margin: 0px 0 0 620px;
    color: #fff;
}

.pages {
    border-collapse: separate;
    border-spacing: 2px;
}
.cif_active_td {
    width: 25px;
    height: 25px;
    background: #fff;
    border: 1px solid #d2d2c6;
    color: #55554a;
    text-align: center;
    vertical-align: middle;
}
.cif_td {
    width: 25px;
    height: 25px;
    border: 1px solid #d2d2c6;
    text-align: center;
    vertical-align: middle;
}
.cif_td a {
    color: #55554a;
    text-decoration: none;
}

.logo img {
    width: 250px;
    height: 80px;
    margin: 70px 0 0 30px;
    border: none;
}

.context {
    
}

.informer {
    width: 280px;
    background: #fff;
    border: 1px solid #d2d2c6;
    padding: 5px;
    color: #55554a;
}
.informer a {
    color: #000;
}
