﻿html, body 
{
    padding:0;
    margin:0;
    border:0;
}

body
{
    font-family:Arial;
    font-size:14px;
    color:#3e4a44;
    line-height:16px;
    text-align:center;
}

a
{
    outline:none;
}

#center
{
    margin:0 auto;
    width:962px;
    display:inline-block;
    direction:rtl;
}

#header
{
    width:100%;
    padding:70px 0 0;
    display:inline-block;
}

    #menu_holder
    {
        width:286px;
        padding:4px 4px;
        border:solid 1px #989fa7;
        float:right;
    }
    
    #menu, #menu li
    {
        list-style:none;
        margin:0;
    }
    
    #menu
    {   
        height:335px;
        background:url('../images/menu_bg_c.gif') repeat-y;
    }
    
    #menu, #menu_top, #menu_bottom
    {
        width:286px;
        padding:0;
    }
    
    #menu_top
    {
        height:8px;
        font-size:4px;
        background:url('../images/menu_bg_t.gif') no-repeat top left;
    }
    
    #menu_bottom
    {
        height:8px;
        font-size:4px;
        background:url('../images/menu_bg_b.gif') no-repeat bottom left;
    }
    
    .menu_item
    {
        width:280px;
        height:49px;
        padding:7px 3px 8px;
        display:block;
    }
    
    .menu_link, .menu_link:hover, .menu_link_sel
    {
        width:280px;
        height:49px;
        display:block;
        line-height:49px;
        vertical-align:middle;
        font-family:Georgia;
        font-size:24px;
        text-decoration:none;
    }
    
    .menu_link
    {
        background:url('../images/menu.gif') no-repeat;
        color:#7c858e;
    }
    
    .menu_link:hover
    {
        background:url('../images/menu_over.gif') no-repeat;
        color:#7c858e;
    }
    
    .menu_link_sel
    {
        background:url(../images/menu_on.gif) no-repeat;
        color:#fff;
    }
    
    #image_holder
    {
        width:654px;
        height:335px;
        padding:4px 4px;
        border:solid 1px #989fa7;
        float:left;
    }
    
    #image_holder img
    {
        display:block;
        border:0;
    }

#content
{
    padding:25px 29px;
    clear:both;
    text-align:right;
    display:inline-block;
}

    #def_content
    {
        padding:20px 270px 20px;
        line-height:20px;
        display:inline-block;
    }
    
    #content a
    {
        color:#3e4a44;
        text-decoration:underline;
    }
    
    #content ul
    {
        list-style:none;
        margin:0;
        padding:3px 0 0 10px;
    }
    
        #content li
        {
            list-style:none;
            margin:0;
            width:861px;
            padding:2px 0 2px 20px;
            display:inline-block;
            background:url('../images/bullet.gif') no-repeat left;
        }

#footer_logo
{
    height:24px;
    padding:0 12px 2px;
    font-family:Georgia;
    font-size:24px;
    text-align:left;
}
    
    .flogo1
    {
        color:#51585e;
    }
    
    .flogo2
    {
        color:#7c858c;
    }
    
#footer_top
{
    width:100%;
    height:30px;
    clear:both;
    background:#e4e8eb;
}

    #footer
    {
        width:100%;
        padding:2px 0 0;
        clear:both;
        font-size:11px;
        text-align:right;
    }
    
    .copyright
    {
        float:right;
    }
    
    .livedns
    {
        float:left;
    }
    
    .livedns img
    {
        border:0;
    }
    
    
