div #news_all {
	float:left;
	width:228px;
    margin:5px 0px 5px 0px;
	padding:0px;
	text-align:left;
}

div #news_all a:link, #news_all  a:visited {
	color: black;
	text-decoration: none;
	font-weight:normal;
	font-size:100%;
	}
div #news_all a:hover {color: #5A442C;text-decoration: none;}

div #news_all h2 {
	background: url(../images/newsheader.gif) no-repeat left top;
	width:213px;
	display:block;
	font-size: 120%;
	font-weight:bold;
	color: #FFFFFF;
	margin: 0px;
	padding:10px 0px 5px 15px;	
}
div.news {
	background: url(../images/newscontent.gif) repeat-y left top;
	width: 215px;
	margin: 0px;
	padding:5px 8px 5px 5px;
	color:#000000;
	text-align: justify;

}
div #news_all p.news_date {
	font-size: 90%;
	font-weight: bold;
	padding: 5px 0px 0px 10px;
	color:#000000;
}
div #news_all p.news_header{
	font-size: 100%;
	font-weight: bold;
	text-transform:uppercase;
	padding: 2px 0px 0px 10px;
	color:#000000;
}
div #news_all p.news_details {
	font-size: 100%;
	font-weight: bold;
	text-align:right;
	padding: 1px 5px 5px 10px;
}
div #news_all p {
	padding: 2px 5px 3px 10px;
}

div #news_all #bottom {
	background: url(../images/newsbottom.gif) no-repeat left top;
	float:left;
	width:228px;
	height:35px;
    margin:0px;
	padding:0px;
}
div #news_all #bottom p.arhiva {
	font-size:90%;
	font-weight:normal;
	text-align: right;
	margin: 0px;
	color:#000000;
}