@charset "utf-8";
body  {
	font: Arial;
	background: #ffcccc;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #3387A6;
	font-size: 14px;
}

.logo {
	font:18px times new roman;
	color: #3387a6;
	letter-spacing:0.4em;
	font-weight:bold;
	}
.sidebarText {
	font:12px arial;
	color: #3387A6;
	}
.bodyText {
	font:14px arial;
	line-height:24px;
	color:#3387A6;
	text-align: justify;
	}
.bodyTextBiljeska {
	font:12px arial;
	color:#3387A6;
	text-align: justify;
	}
.pageName {
	font:20px georgia;
	color: #C30;
	}
.footerText {
	font:12px arial;
	color: #3387a6;
	}
.thrColFixHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #a4c2c2;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: inherit;
}
.thrColFixHdr #header {
	background: #ffcccc;
} 
.thrColFixHdr #header h1 {
	color: #3387a6;
	font-size: 24px;
	text-align: center;
}
.thrColFixHdr #navlist li
{
	display: inline;
	padding-right: 50px;
	text-decoration: none;
	clear: left;
}
.thrColFixHdr #navlist a {
	font:14px arial;
	color: #3387A6;
	text-decoration:none;
	letter-spacing:.1em;
	}
.thrColFixHdr #navlist a:hover {
	color: #C30;
	}
.thrColFixHdr #sidebar1 {
	background: #a4c2c2;
	width: 200px;
	float: right;
	padding: 0px 10px 10px 10px;
}
.thrColFixHdr #mainContent {
	margin: 0px 25px 0px 25px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 10px 10px 10px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #ffcc99;
	width: 450px;
}
.thrColFixHdr #contentizdanja {
	margin: 0px 10px 0px 10px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 5px 5px 5px 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #ffcc99;
}
.thrColFixHdr #footer {
	background-color: #FCC;

} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
