header {
    clear: both;
    width: 90%;
    margin: 0 auto;
    max-width: 1010px;
    min-width: 560px;
    height: 200px;
    position: relative;
}

    header img#logo {
        position: absolute;
        top: 20px;
        left: -50px;
    }

    header div#status {
        width: 200px;
        height: 100px;
        position: absolute;
        top: 90px;
        left: 120px;
        font-family: Arial, serif;
    }

    header div#contacts {
        width: 350px;
        height: 160px;
        position: absolute;
        top: 50px;
        right: -50px;
        line-height: 1.5em;
    }

        header div#contacts div {
            width: 50%;
            float: left;
        }

        header div#contacts div#more {
            position: absolute;
            top: 100px;
            right: 0px;
            z-index: 999;
        }

            header div#more a#show_more {
                border-bottom: dashed 1px;
            }

            header div#more div {
                width: 200px;
                background-color: #D2FBFF;
                padding: 10px;
                display: none;
                border-radius: 10px;
                -moz-border-radius: 10px;
            }

section.main_block {
    width: 100%;
    overflow: hidden;
    margin: 20px 0;
    padding: 0;
}

    section.main_block div.item {
        width: 32%;
        padding-right: 1%;
        float: left;
    }

        div.item h1 {
            padding: 5px;
            margin: 0;
            font-size: 13px;
            text-align: center;
        }

        div.item h2 {
            padding-top: 10px;
            margin: 0;
            font-size: 12px;
        }

        div.item span.crop200 {
            margin: 0 auto;
            border-radius: 10px;
            -moz-border-radius: 10px;
        }

    div.title {
        width: 100%;
        height: 35px;
        margin: 0;
        font-size: 16px;
        font-weight: bold;
        vertical-align: middle;
    }

        div.title a {
            color: #000;
        }

        div.title img {
            vertical-align: middle;
            margin-right: 10px;
        }

section#blog div.item h1 {
    text-align: left;
}

section#blog div.item p {
    line-height: 1.3em;
}

section#sidebar div.blank_menu {
    width: 100%;
    overflow: hidden;
    margin: 20px 0;
    padding: 0;    
}

    section#sidebar div.blank_menu {
        font-size: 11px;
        line-height: 1.5em;
    }

        div.blank_menu div.menu_item {
            margin-top: 10px;
        }

        div.blank_menu a {
            color: #000;
        }

    section#sidebar li {
        padding-bottom: 10px;
        line-height: 1.1em;
    }
