@charset "windows-1251";
/* CSS Document */

#newsContent {
	width:88%;
	height:auto;
	margin: 0 auto;
	padding: 15px 6px 0 0;
}

.newsTitle {
	display:block;
	width:78%;
	font-size:14px;
	float:left;
	margin-bottom:10px;
}

*:first-child+html .newsTitle {
	margin-bottom:-8px;
}

* html body .newsTitle {
	margin-bottom:-8px;
}

.newsDate {
	display:block;
	width:21%;
	font-size:12px;
	float:right;
	margin-bottom:10px;
	text-align:right;
}

*:first-child+html .newsDate {
	margin-bottom:-10px;
}

* html body .newsDate {
	margin-bottom:-10px;
}

.newsText {
	clear:both;
	margin-bottom:15px;
	text-align:justify;
}
