/*
<img src="img/topleft.jpg" width="477" height="376" alt="" border="0">
<img src="img/topright.jpg" width="518" height="376" alt="" border="0">
<img src="img/bottomleft.jpg" width="664" height="293" alt="" border="0">
<img src="img/bottomright.jpg" width="331" height="378" alt="" border="0">
*/
/* уже выровнен по центру, добавляем фон вниз для возможности наложения на него элементов из середины */
#dbody01{
	width: 995px;
	min-height: 100%;
	/* горизонтальное центрирование */
	margin: 0px auto; 
	text-align: left; 
	/* /горизонтальное центрирование */
	BACKGROUND: url(/img/bottomleft.jpg) no-repeat left bottom #D3BC9A;
}
* html #dbody01{
	height: 100%;
}

#dbody02{BACKGROUND: url(/img/bottomright.jpg) no-repeat right bottom;}

/* топ */
#dtop01{
	height: 376px;
	width: 995px;
	BACKGROUND: url(/img/topright.jpg) no-repeat right top;
}
#dtop02{
	height: 376px;
	width: 995px;
	BACKGROUND: url(/img/topleft.jpg) no-repeat left top;
}

/* середина */
#dmiddle{
	BACKGROUND: url(/img/middleright.jpg) no-repeat right top; /* фоновый рисунок - горизонтальные линии */
	width: 995px;
	min-height: 473px; /* 253 высота middle_top, 313(309)=253+190(171)-115(130) реально зависит от высоты страницы */
	height: auto !important; 
	height: 473px;
	padding: 0;
	margin:0;
}
/*
<img src="img/middleleft.jpg" width="664" height="68" alt="" border="0">
<img src="img/middleright.jpg" width="331" height="208" alt="" border="0">
*/
/* низ */
#dbottom{
	width: 995px;
	height: 220px; /* 171 высота низа */
}
/* данные страницы в 3 столбца */
#dcenter{
	float: left;
	width: 664px;
	padding: 0;
	margin: 0;
	BACKGROUND: url(/img/middleleft.jpg) no-repeat left top;
}
#dright{
	float: right;
	width: 331px;
	padding: 0;
	margin: 0;
}

#dindexinfo{
	 margin: 0 0 0 50px;
	 padding: 0;
}

div.indexelementtop{
	BACKGROUND: url(/img/elementtop1.jpg) no-repeat left top #EED8B6; 
	width: 284px; 
	min-height: 131px; 
	height: auto !important;
	height: 131px; 
	margin: 10px 15px 8px 0; 
	float: left;
}
div.indexelementbottom{
	BACKGROUND: url(/img/elementbottom1.jpg) no-repeat left bottom; 
	min-height: 210px; 
	height: auto !important; 
	height: 210px;
	padding: 15px 10px 15px 15px;
}
div.indexelementbottom h2{
	margin: 0;
	padding: 0;
	color: #4E0702;
	font-weight: bold;
	font-size : 120%;
}

div.indexelementbottom p{
	margin: 5px 0 0 0;
	font-size : 85%;
	text-align: justify;
}
div.indexelementbottom img{
	margin: 0 3px 0 0;
}

div.indexelementbottom a{
	color: #7F0000;
	font-weight: bold;
	text-decoration: none;
	font-size: 90%;
}
div.indexelementbottom ul{
	margin: 0;
	padding: 0;
}
div.indexelementbottom li{
	margin: 0 5px 0 0;
	padding: 5px 0;
	BACKGROUND: url(/img/line_h.gif) repeat-x left bottom;
	list-style: none;
}
div.indexelementbottom li a{
	color: #4E0702;
	font-size : 120%;
	padding: 0 0 0 14px;
	margin: 0 0 0 10px;
	BACKGROUND: url(/img/li.gif) no-repeat 0 50%;
	display: block;
}

/* топ новостей */
#dtopnewslabel{
	margin: 5px 0 0 25px; color: #862F22; font-weight: bold; font-size : 110%;
}
#dtopnews{
	margin: 5px 25px 0 25px;
	padding: 0;
}
#dtopnews li{
	clear: both;
	list-style: none;
	font-size : 85%;
	margin: 0;
	padding: 10px 0;
}
#dtopnews li span{
	display: block;
	font-size : 90%;
	color: #7C0006;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
#dtopnews li a{
	text-decoration: none;
	color: #4E0000;
}
#dtopnews li a:hover{
	text-decoration: underline;
}
/**/

/* меню низ */
#dmenubottom{
	margin: 120px 10px 5px 280px;
}

/* копирайт */
#dcopy{
	float: left;
	padding: 5px 10px 0 75px; 
	color: #E7CB98; 
	font-size: 85%;
}

#dphone{
	width: 200px; 
	height: 126px;
	BACKGROUND: url(/img/phonebg.jpg) no-repeat left top;
	margin: 50px 0 10px 71px;
}
#dphone2{
	BACKGROUND: url(/img/phone_icon.gif) no-repeat left top;
	margin: 20px 0 0 20px;
	padding: 0 0 0 40px;
}
#dphone2 p{
	color: #D5B984;
	font-weight: bold;
	font-size: 85%;
	margin: 5px 0;
}

#dphone_addr p{
	color: #D5B984;
	font-weight: bold;
	font-size: 90%;
	margin: 10px 0 0 0;
	text-align: center;
}

/* ссылка на Элитис */

#elitis{
	float: left;
	padding: 5px 10px 0 50px; 
	color: #4A0500;
	font-size: 85%;
}

#elitis a{
	color: #4A0500;
}
