body {
        margin: 0;
        padding-top: 237px;
        background: #fff url(img/bg_inside.jpg) repeat-x top;
        font-family: Arial;
        font-size: small;
        }

img {
        border: 0;
        }

/*Блоки*/
#logo {
       position: absolute;
       left: 0;
       top: 0;
       width: 351px;
       height: 237px;
        }

#top_img {
       position: absolute;
       right: 0;
       top: 0;
       width: 287px;
       height: 191px;
        }

/*Menu*/
#menu {
       position: absolute;
       left: 352px;
       top: 0px;
       height: 32px;
        }

#menu a {
        padding-left: 10px;
        padding-right: 20px;
        background: url(img/bg_menu.gif) no-repeat left top;
        font-size: small;
        font-weight: bold;
        color: #8C6506;
        text-decoration: none;
        }

#menu a:hover {
        color: #000;
        }

/*Text*/
#main {
        margin: 0;
        padding: 0;
        width: 100%;
        height: auto !important;
        height: 35em;
        min-height: 35em;
        /*overflow: auto;*/
        }

#leftborder {
        width: 270px;
        height: 324px;
        background: url(img/bg_main.jpg) no-repeat left top;
        float: left;
        }

#content {
        padding: 0 20px;
        padding-left: 280px;
        }

/*Copyright*/
#copy {
        padding-top: 5px;
        padding-right: 10px;
        margin-top: 60px;
        min-height: 40px;
        background: #F0E9E0;
        color: #8C6506;
        font-size: xx-small;
        text-align: right;
        overflow: auto;
        }

#copy a {
        color: #8C6506;
        font-size: xx-small;
        }

#copy a:hover {
        color: #D54708;
        }

#copy_space {
        display: none;
        width: 260px;
        height: 40px;
        float: left;
        background: #fff;
        }

/*Карта сайта и индекс*/
#techmenu {
        position: absolute;
        top: 3px;
        right: 120px;
        font-size: xx-small;
        }

#banner { position: absolute;
	top: 32px;
	left: 350px;
	width: 400px;
	height: 155px;
}


