div.menu {
  
	width: 100%;
	border-left: 1px ridge #E1E1E1;
	border-right: 2px outset ThreedLightShadow;
	border-top: 1px ridge ThreedLightShadow;
	border-bottom: 2px outset ThreedHighlight;
	background: #FDFDFD;
	font-size: 10pt;
}
div.content{
	float: left;
	width: 100%;
	height: 100%;
	font-size: 10pt;
	margin-top: 10 px;
	text-align: justify;
	background: #eff5f3;
	
}

div.top{
	background: url(images/top.jpg);
	height: 115px;
}

p.txt{
  
	margin-left: 15px;
	margin-right: 40px;
	text-align: justify;
	font-size: 10pt;
	color: #5F5F5F;
	
}
H1{
	margin-left: 15 px;
	margin-right: 15 px;
	text-align: justify;
	font-size: 12pt;
	color: #5F5F5F;
	
}


div.end{
	background: #eff5f3;
}
div.gh{
	
	height: 100%;
}
hr {
	height: 85%;
	azimuth: center-left;
}
div.logo{
	background-image: url(img/bg_top.jpg);
	height: 250px;
	
}
body {
	background: #38431B;
}

<style>
/* список рубрик: рубрика */
.dfed_cats a{	
	color:#000;
	font-family:Verdana;
	font-size:8pt;	
}

/* список рубрик: ссылки при наведении*/
.dfed_cats a:hover{
	color:#6b3601;
}

/* список рубрик: главные рубрики*/
.dfed_cats a b{ 
	font-size:9pt;	
}

/* список статей*/
.dfed_pager{
	font-family:Verdana;
	font-size:8pt;	
}

/* список статей: ссылки на страницы*/	
.dfed_pager a{
	color:#000;
	text-decoration:none;
}

/* список статей: ссылки на страницы при наведении*/
.dfed_pager a:hover{
	color:#6b3601;
}
.dfed_navi {
	margin-top:10px;
}

/* навигация: ссылки*/
.dfed_navi a{
	color:#000;
	font-family:Verdana;
	text-decoration:underline;
	font-size:9pt;	
}

/* навигация: ссылки при наведении*/
.dfed_navi a:hover{
	color:#6b3601;
}

/* список статей: ссылки на статьи*/
.dfed_alist a{
	font-size:9pt;	
	color:#000;
}

/* список статей: стиль списка*/
.dfed_alist li{
	list-style-type:circle;
}

.dfed_article {
	font-family:Verdana;
	font-size:9pt;	
}

/* статья: заголовок*/
.dfed_article h1 {
	font-size:13pt;
	color:#cc6600;
}

</style>

