/* 
---------- logo about ----------
*/
 .logo_en, .logo_ru, .logo_de{
	background: url(/images/logo_about.gif) no-repeat 0 0;height: 150px; width: 810px; margin: 0 auto;	
}
/*.logo_en{
	background: url(/images/logo_about_en.gif) no-repeat 0 0;
}

.logo_ru{
	background: url(/images/logo_about.jpg) no-repeat 0 0;
}

.logo_de{
	background: url(/images/logo_about_de.gif) no-repeat 0 0;
}*/

/*
------------- news content------------------------
*/
.news_content{
	width: 580px; margin: 0 auto;
}
.news_content h1{
	font: bold 14px Tahoma; color: #0E2A60;
}
.news_content p{
	margin: 20px 0; line-height: 17px;
}
.news_content a, news_content p a{
	color:#0F2E6B;
}
div.dec_line{
	border-top:4px solid #E8E8E8; height: 2px; width: 580px;
}