/* style.css */body {    background: #fff url('images/background.png');    color: #162958;    font: 11px "Verdana", "Bitstream Vera Sans", sans-serif;}a, a:link, a:visited, a:active {    background: transparent none;     color: #162958;    text-decoration: none;    font-weight: bold;}a:hover, a:visited :hover {    text-decoration: underline;}.banner {    width: 640px;    height: 126px;    border: 1px #162958 solid;    margin: auto auto auto auto;}.main {    background: #b9d5f6 none;     border: 1px #162958 solid;    color: inherit;    width: 636px;    height: 500px;    margin: auto auto auto auto;    padding: 2px 2px 2px 2px;}.main-body {    width: 374px;    margin: auto auto auto auto; }.main-body-caption {    background: #4e82d5 url('images/background1.png');    color: #fff;    font-weight: bold;}.main-body-caption-content {    background: #4e82d5 url('images/background2.png') no-repeat;    color: inherit;    padding: 4px 4px 6px 4px;}.main-body-content {    margin: 5px 10px 5px 10px;}.sub-section {    margin: 5px 10px 5px 10px;}.footer {    border-top: 1px solid #162958;    clear: both;}.nav {    background: transparent none;    color: #fff;    border-bottom: 2px #82b9f5 solid;    height: 484px;    width: 128px;}.nav-caption {    background: #4e82d5 url('images/background2.png') no-repeat;    font-weight: bold;    padding-top: 4px;    padding-bottom: 6px;    border-bottom: 2px #b9d5f6 solid;}.nav-body {    background: #4e82d5 url('images/background1.png');    border-bottom: 2px #b9d5f6 solid;}.nav-body-content {    background: #4e82d5 url('images/background2.png') no-repeat;    padding-top: 4px;    padding-bottom: 6px;}.l {    float: left;}.r {    float: right;}.obuka-nav-container {    width: 100px;    float: left;}.obuka-content {     background: #4e82d5 none;    color: #fff;    width: 250px;    float: right;}.sub-section {    padding: 4px 4px 4px 4px;    }.important {    background: transparent none;    color: #f00;}.more {    font-weight: bold;}
