html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: Arial, sans-serif;
    font-size: 12px;
    color: #000000;
    background: #c5c0a1;
}
table {
    margin: 0;
    border-collapse: collapse;
}
td {
    padding: 0;
    font-family: Arial, sans-serif;
    font-size: 12px;
    color: #302813;
    vertical-align: top;
}
h1 {
    color: #333;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 0;
}

.base {
    width: 980px;
    background: url(/img/bg.jpg) no-repeat #d9d4b5;
}
.top_l {
    height: 351px;
    width: 305px;
    background: url(/img/logo.jpg) no-repeat;
}

.top_r {
    height: 351px;
    width: 675px;
}

.rounded {
    
}
.rounded .tl {
    width: 10px;
    height: 9px;
    background: url(/img/tl.png) no-repeat bottom;
}
.rounded .t {
    height: 9px;
    background: url(/img/t.png) repeat-x bottom;
}
.rounded .tr {
    width: 10px;
    height: 9px;
    background: url(/img/tr.png) no-repeat bottom;
}
.rounded .l {
    width: 10px;
    background: url(/img/l.png) repeat-y;
}
.rounded .c {
    background: url(/img/bg.png);
    padding: 2px 5px 5px 5px;
}
.rounded .r {
    width: 10px;
    background: url(/img/r.png) repeat-y;
}
.rounded .bl {
    width: 10px;
    height: 9px;
    background: url(/img/bl.png) no-repeat;
}
.rounded .b {
    height: 9px;
    background: url(/img/b.png) repeat-x;
}
.rounded .br {
    width: 10px;
    height: 9px;
    background: url(/img/br.png) no-repeat;
}

.left {
    padding-bottom: 20px;
}
.left h1 {
    margin-left: 27px;
}
.left .rounded {
    margin-left: 25px;
    width: 280px;
}

.rounded .c .news_date {
    font-size: 10px;
    color: #525252;
    margin: 3px 0 3px 0;
}
.rounded .c a.news_title {
    font-weight: bold;
    color: #0088ad;
    margin: 3px 0 0 0;
}
.rounded .c a.news_text {
    display: block;
    font-weight: bold;
    color: #0088ad;
    margin: 3px 0 0 0;
}
.rounded .c .news_text {
    margin: 3px 0 0 0;
    padding: 0;
}
.rounded .c a.news_more {
    display: block;
    color: #108fb0;
    font-size: 10px;
    margin: 3px 0 0 0;
}

.content {
    padding-bottom: 20px;
}
.content .rounded {
    margin: 0 0 0 25px;
    width: 620px;
}
.content h1 {
    margin-left: 27px;
}
.content a {
    color: #0088ad;
}
.content .news_title {
    display: block;
    margin-top: 10px !important;
}

.content .more {
    color: #108fb0;
    font-size: 10px;
}
.content p.news_title {
    font-weight: bold;
}

.banner {
    margin-left: 25px;
    display: block;
}
.banner img {
    border: none;
}

.bottom {
    height: 70px;
    color: #8b0735;
    font-size: 10px;
}
.bottom p {
    margin: 35px 0 0 25px;
}
.bottom a {
    color: #8b0735;
}

.logo {
    width: 200px;
    height: 130px;
    margin: 25px 0 0 30px;
    border: none;
}
.top_menu {
    margin: 5px 0 0 0;
}
.top_menu a {
    display: block;
    font-size: 14px;
    color: #161616;
    text-decoration: none;
    text-transform: uppercase;
    margin-bottom: 4px;
    padding-left: 38px;
    height: 18px
}
.top_menu a:hover {
    text-decoration: underline;
    background: url(/img/marker.jpg) no-repeat;
}
.top_l a.active {
    text-decoration: underline;
}

.under_menu a {
    display: block;
    font-size: 14px;
    color: #8b0735;
    text-decoration: none;
    margin-bottom: 7px;
}
.under_menu a.active {
    text-decoration: underline;
}

.hidden {
    display: none;
}
.visible {
    display: block;
}

.g_tbl {
    width: 520px;
    margin-left: 55px;
}
.g_tbl td {
    padding-bottom: 18px;
}
.g_tbl img {
    padding: 2px;
}

.copy {
    float: left;
}
.counter {
    float: right;
    position: relative;
    top: -10px;
    padding-right: 28px;
}

.sl {
    padding-bottom: 2px;
    padding-left: 25px;
    color: #beb065;
    font-size: 8px;
}
.sl a {
    color: #beb065;
    font-size: 8px;
}

.block_text {
    padding-top: 0;
    margin: 0;
}
.block_text p {
    margin-top: 0;
}
.block_text h1 {
    margin-top: 0;
}
.block_text h2 {
    margin-top: 0;
}
.block_text h3 {
    margin-top: 0;
}
