/* ФОРМАТИРОВАНИЕ оформления страницы */

body {
  background: url('im/left-rezina.gif') left top repeat-y;
}

div.div_top{
background: url('im/top-rezina.gif');
background-repeat:repeat-x;
width: 100%;
height: 178px;
}

div.div_left{
float: left;
width: 241px;
background: url('im/left-rezina.gif') left top repeat-y;
}

td.td_left{
width: 241px;
background: url('im/left-rezina.gif') left top repeat-y;
vertical-align: top;
}

div.div_main{
margin-left: 241px;
padding: 20px 10px;
}

td.td_main{
padding: 20px 10px;
}

div.div_bottom{
position:relative;
width: 100%;
height: 35px;
background: url('im/bottom-rezina.gif') left top repeat-x;
}


/* ФОРМАТИРОВАНИЕ меню сверху */

div.div_about{
position:absolute;
left: 256px;
top: 150px;
width: 53px;
height: 19px;
}
div.div_gallery{
position:absolute;
left: 388px;
top: 128px;
width: 71px;
height: 24px;
}
div.div_comments{
position:absolute;
left: 528px;
top: 150px;
width: 79px;
height: 21px;
}



/* ФОРМАТИРОВАНИЕ меню слева */

div.div_menu1{
width: 241px;
height: 196px;
background: #315383;
}

.menu1_top{
width: 241px;
height: 12px;
}
.menu1_left{
width: 27px;
height: 184px;
}
.menu1_right{
width: 17px;
height: 184px;
}



div.div_menu2{
width: 241px;
height: 88px;
background: #315383;
}

.menu2_left{
width: 23px;
height: 88px;
}
.menu2_right{
width: 13px;
height: 88px;
}



div.div_menu3{
width: 241px;
height: 135px;
background: #315383;
}

.menu3_bottom{
width: 241px;
height: 17px;
}
.menu3_left{
width: 23px;
height: 118px;
}
.menu3_right{
width: 13px;
height: 118px;
}


/* ФОРМАТИРОВАНИЕ надписи внизу страницы */
div.div_bottom_email{
position:absolute;
left: 260px;
top: 12px;
height: 13px;
}


