﻿html {
 margin: 0px;
 padding: 0px;
}

body {
 margin: 0px;
 padding: 0px;
 font-family: verdana, sans-serif;
 font-size: small;
 color: #000;
 background: #d1d1d1 url(../images/body_background.gif) repeat-x;
}

div.width {
 margin: 0px auto;
 width: 861px;
}

div.border, div.head, div.breadcrumbs, div.body_content, div.title,
div.news, div.news_content {
 float: left;
 width: 100%;
}

div.top {
 background: url(../images/top.gif) no-repeat 50% 0%;;
}

div.body {
 background: url(../images/body.gif) repeat-y 50% 0%;
}

div.bottom {
 background: url(../images/bottom.gif) no-repeat 50% 0%;
}

div.head {
 background: url(../images/head.jpg) no-repeat 50% 0%;
}

div.logo {
 margin: 89px 0px 0px 44px;
}

div.logo a {
 display: block;
 width: 175px;
 height: 86px;
 background: url(../images/logo.gif) no-repeat;
}

div.logo a span {
 display: none;
}

div.breadcrumbs {
 font-size: 10px;
 background: #f1f1f1;
 color: #939393;
}

div.breadcrumbs a {
 color: #939393;
}

div.breadcrumbs_content {
 border-left: solid 4px #adc506;
 margin: 4px 0px;
 padding-left: 40px;
}

div.body_content {
 background: url(../images/text_content_background.gif) no-repeat;
}

div.nav-column-content {
 float: left;
 width: 210px;
 margin-bottom: 20px;
 padding-top: 24px;
}

div.text-column-content {
 float: right;
 width: 566px;
 margin-right: 34px;
 margin-bottom: 20px;
 padding-top: 20px;
}

div.title {
 background: #f77a00 url(../images/title_back.gif) no-repeat 100% 50%;
 font-weight: bold;
 color: #fff;
 text-align: center;
 font-size: 11px;
 padding: 5px 0px 5px 0px;
 letter-spacing: 4px;
 text-transform: lowercase;
}

div.news_content {
 margin-top: 6px;
}

div.news_content img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border:1px solid #A2C308;
    background:#AFCCD7 none repeat scroll 0%;
    padding: 1px;
}

div.end {
 padding: 10px 0px;
 text-align: center;
 font-size: 10px;
}
