﻿body {
}

#site
{
    width:973px;
    margin:0;
    padding:35px 0 0 170px;
    background:url(../images/natpis_header.jpg) no-repeat;
    float:left;
    }
#header
{
    width:800px;
    height:150px;
    padding:0;
    float:left;
    background:url(../images/header2.jpg) no-repeat;
    }
#menu
{
    clear:both;
    width:800px;
    height:150px;
    background:url(../images/menu_rub.jpg) repeat-y;
    float:left;
    }
#content
{
    clear:both;
    width:800px;
    float:left;
    background:url(../images/content_background.jpg) repeat-y;
    
    }
#left_sidebar
{
    width:260px;
    float:left;
    margin:0;
    padding:0;
    }
#right_sidebar
{
    width:540px;
    float:left;
    margin:0;
    padding:0;
    
    }
#footer
{
    clear:both;
    width:800px;
    height:26px;
    background:url(../images/foter.jpg);
    }