@CHARSET "UTF-8";

div#leftpartnews
{
	position:absolute;
	top:0px;
	left:0px;
	width: 270px;
	height:385px;

	

	background-color: #ecd654;
}


div#rightpartnews
{	
	position:absolute;
	top:0px;
	left:270px;
	width: 710px;
	height:385px;

	background-color: #ecd654;
}

div#newsholder
{
	position: absolute;
	top: 20px;
	left: 0px;
	width: 695px;
	height: 350px;
	
	background-color: #f6ec9c;
}

#newsblock
{
	font-family:tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #000;
}
div#newsblock
{
	padding: 5px 5px 5px 5px;
	overflow: auto;
	height: 340px;
}

div#newsblock h1
{
	padding: 0px;
	margin: 0px;
}

div.smallnewsblock
{
	border-bottom: 1px solid #000;
	padding: 5px 5px 5px 5px;
}
div.markednews
{
	background-color: #f6ec9c;	
}

div.smallnewsblock h1
{
	padding: 0px;
	margin: 0px;
}

#newstext
{
	font-family:tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #000;
}

div#newstext
{
	width:260px;
	padding-right:10px;
	height: 350px;
	overflow: auto;	
}
