body  {
	margin: 0; 
	padding: 0;
	background-image: url(images/stars.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #999999;
	width: 100%;
}
a {
	color: #006699;
}
a:hover {
	color: #8F8669;
}

#wrap {
	margin:0 auto;
	width:960px;	
}
#header, h2, h4 {font-family: Georgia, "Times New Roman", Times, serif;}
#catmenu {padding-top:90px;}
#radniFlash {height:220px; width:220px; overflow:hidden;float: left;}
h1 {
	margin:0; 
	padding:0; 	
	color: #585858;
	font-size:34px;
	font-weight:normal;
}
h1 a, h2 a {
	color: #585858;
	text-decoration:none;
}
h2 {font-size:29px;}
h4 {color:#014776;border-bottom: 1px solid #8f8669; font-size:17px;}
#header ul {list-style-type:none;padding:5px 0 0;margin:0;height:2.2em}
#header ul li {float:left; margin-right:33px;}
#header ul li a {text-decoration:none;font-size:18px;}
#trazilica {border-top:1px solid #8f8669; width:100%;padding-top:5px;}
#s {float:right;background: #0b0b0b url(images/povecalo.gif) no-repeat 134px 4px; border:0px;width:145px;padding:3px 0px 3px 5px;color:#8f8669;}
#sidebar-left {	
	/*border:1px solid wheat;  RADNO */
	float: left; 
	width: 220px;
	padding: 15px 10px 15px 20px;
}
#content {
	width:670px;
	float:right;
}

.entrybody img {
	padding: 5px;
	border: 1px solid #014776;
	margin-left: 10px;
}


/* originalno */
.naslov { /*check*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-color: #565656;
	color: #585858;
} 
.img_border {
	padding: 5px;
	border: 1px solid #014776;
	margin-right: 10px;
}
.twoColFixLtHdr #container {
	width: 960px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 220px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px;
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
