#list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	float: left;
	width: 100%;
}

* html #list{ /*IE only rule. Original menu width minus all left/right paddings */
width: 374px;
}

#list ul{
padding: 0;
margin: 0;
list-style-type: none;
}

#list a{
	padding: 4px 3px;
	display: block;
	width: 100%; /*Define width for IE6's sake*/
	color: #c36328;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DFDFDF;
}

#list a:visited{
	color: #c36328;
	background-image: url(eye.gif);
	background-position: 5px 5px;
	text-indent: 20px;
	background-repeat: no-repeat;
}

html>body #list a{ /*Non IE rule*/
width: auto;
}

#list a:hover{
	background-color: #f2f3fb;
	color: #000000;
	text-decoration: underline;
}
#centar100p {
	width: 376px;
	border: 1px solid #d9b789;
	background-image: url(pdf-doc.jpg);
	background-position: left 2px;
	background-repeat: no-repeat;
	height: 66px;
	text-indent: 130px;
	vertical-align: 50%;
	padding-top: 16px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
* html #centar100p{ /*IE only rule. Original menu width minus all left/right paddings */
width: auto;
}

#imgCentar2 {
	width: 376px;
	border: 1px solid #d9b789;
	padding: 2px;
	margin-top: 10px;
}
#quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #8F6A50;
	text-decoration: none;
	float: left;
	width: 130px;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 5px;
	border: 1px dashed #8F6A4F;
	background-color: #D5B489;
	font-style: italic;
	margin-top: 5px;
}
#newslist {
	list-style-type: none;
	margin-top: 10px;
}
#newslist ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	list-style-type: none;
	width: 100%;
}
#newslist li {
	background-color: #ecdbc4;
	display: block;
	padding: 5px;
	margin-top: 2px;
	margin-bottom: 3px;
}
#newslist li a:link {
	color: #c36328;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
#newslist li a:visited {
	color: #c36328;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
#newslist li a:hover {
	color: #000000;
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
}
