    /** content override **/
    #content
    {
        overflow: hidden;
	background: #FFFFFF url(../img/bg/content-btm.jpg) right bottom no-repeat;
    }

    #content h3
    {
        text-align: center;
        font-size: 1.0em;
        margin-bottom: 10px;
        margin-left: 330px;
    }

    #content h3 span
    {
        display: block;
    }

    #content img
    {
        float: left;
    }

    #content p
    {
        margin: 0 0 10px 330px;
        line-height: 1.2em;
    }

    /** sidebar override **/
    #sidebar
    {
        background: transparent url(../img/bg/sidebar_frontpage_btm.gif) bottom no-repeat;
        padding-bottom: 5px;
    }

    #sidebar dl
    {
        height: 75px;
        width: 235px;
        background: #e5e5e5 url(../img/bg/sidebar_frontpage.gif) no-repeat;
    }

    #sidebar dl dt
    {
        display: block;
        width: 85px;
        float: left;
        text-align: center;
        padding-top: 7px;
    }

    #sidebar dl dd
    {
        height: 65px;
        font-size: 1.2em;
        padding-top: 10px;
    }

    #sidebar dl dd a
    {
        display: block;
        text-decoration: none;
        margin-top: 5px;
    }

    #sidebar dl dd a.video
    {
        overflow: hidden;
        width: 59px;
        height: 12px;
        text-indent: -9999px;
        background: transparent url(../img/bg/video.gif) no-repeat;
    }
    #sidebar dl dd a.okop
    {
        overflow: hidden;
        width: 59px;
        height: 12px;
        text-indent: -9999px;
        background: transparent url(../img/bg/okop.gif) no-repeat;
    }

    /** four blocks **/
    #fourblocks
    {
        clear: both;
        background: #FFF url(../img/bg/fourblock.jpg) no-repeat;
        display: block;
    }

    #fourblocks dl
    {
        float: left;
        width: 210px;
        margin: 5px 8px 10px 20px;
        display: inline;    /** IE 6 hack **/
    }

    #fourblocks dl dt, #fourblocks dl dt a
    {
        font-weight: bold;
        text-transform: uppercase;
        font-size: 1.2em;
        color: black;
    }

    #fourblocks dl dd
    {
        font-size: 1.2em;
        padding-top: 5px;
    }

    #fourblocks dl dd h3
    {
        font-size: 1.0em;
        margin: 10px 0;
    }

    #fourblocks dl dd img
    {
        float: right;
        padding: 0 10px 10px 0;
    }

    #fourblocks div.s
    {
        height: 4px;
        clear: both;
        background: transparent url(../img/bg/fourblock-btm.jpg) no-repeat;
    }

    /** leftbar override **/
    #leftbar div
    {
        float: left;
        clear: left;
        width: 201px;
        background: #FFF url(../img/bg/fourblock-btm.jpg) bottom left no-repeat;
        margin-top: 10px;
        border-right: 1px solid #E5E5E5;
    }

    #leftbar div h3
    {
        background: transparent url(../img/bg/fourblock.jpg) no-repeat;
        text-transform: uppercase;
        font-size: 1.1em;
        line-height: 26px;
        height: 26px;
        padding-left: 15px;
    }

    #leftbar div p
    {
        font-size: 1.2em;
        color: #666;
        padding: 5px 10px 3px 10px;
    }

    #leftbar p a.mail
    {
        color: #333;
        padding-left: 25px;
        background: transparent url(../img/mail.gif) no-repeat;
    }
    #leftbar p a.video
    {
        overflow: hidden;
        width: 59px;
        height: 12px;
        text-indent: -9999px;
        background: transparent url(../img/bg/video.gif) no-repeat;
    }
    #leftbar div img
    {
        float: right;
        padding: 10px;
    }

    #leftbar div b
    {
        color: #333;
    }
