body {
    margin: 0;
    text-align: center;
    background: #091A5B;
}
div.content {
    margin-left: auto;
    margin-right: auto;
    width: 960px;
    text-align: left;
}
div.topbar {
    height: 40px;
    background: url('../images/topbar_bg.png');
    text-align: center;
    color: #fff;
    font-family: 'Lucida Sans';
    font-weight: bold;
    line-height: 40px;
    font-size: 12px;
}
div.topbar a {
    color: #fff;
}
div.topbar_left {
    float: left;
}
div.topbar_right {
    float: right;
}
div.body {
    background: #fff;
}
div.sidebar {
    width: 250px;
    float: left;
}
div.menu a {
    display: block;
    height: 35px;
    line-height: 35px;
    background: url('../images/menu_bg.png');
    padding-left: 30px;
    text-decoration: none;
    color: #091A5B;
    font-family: 'Lucida Sans';
    font-size: 16px;
    font-weight: bold;
}
div.menu a:hover {
    background: url('../images/menu_bg_a.png');
}
div.news {
    padding-bottom: 20px;
}
div.main {
    width: 647px;
    float: right;
}
div.footer {
    height: 184px;
    background: url('../images/footer_bg.png');
    text-align: center;
    color: #fff;
}
div.footer a {
    color: #fff;
    text-decoration: underline;
}
div.footer a:hover {
    color: red;
}
div.footer_left {
    width: 240px;
    float: left;
    font-size: 10px;
    line-height: 16px;
}
div.footer_right {
    float: right;
    font-size: 11px;
    line-height: 18px;
}
.clear {
    clear: both;
}
.preload {
    display: none;
}
div.topbar_right input.text {
    background: #7A8BC3;
    border: 1px solid #000;
    padding: 2px;
    color: #fff;
}
