body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(pozadina5.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	margin: 0;
}
.oneColFixCtrHdr #container {
	width: 900px;
	text-align: center; /* this overrides the text-align: center on the body element. */
	top: -50px;
	margin: 0 auto;
	background-color: #FFFFFF;
	background-image: url(pozadina5.jpg);
}
.oneColFixCtrHdr #header {
}
.oneColFixCtrHdr #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 */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-image: url(footer.jpg);
	background-color: #000000;
	font-size: 10pt;
	text-align: center;
	font-weight: bold;
}
.oneColFixCtrHdr #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 */
		color:#FFFFFF;
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */


.oneColFixCtrHdr #container #mainContent #logo {
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background-position: left;
	font-size: 8pt;
}
.oneColFixCtrHdr #container #mainContent #okvir {
	float: right;
	width: 186px;
}
.oneColFixCtrHdr #container #mainContent .style3 {
	color: #990000;
	text-decoration: none;
}
.oneColFixCtrHdr #container #mainContent table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.oneColFixCtrHdr #container #kuglica {
	clear: none;
}
.oneColFixCtrHdr #container #mainContent .style3 {
	color: #990000;
	font-weight: bold;
	font-size: 18pt;
}
.oneColFixCtrHdr a:link {
text-decoration: none;
	color: #990000;
}
.oneColFixCtrHdr a:visited {
	text-decoration: none;
}
.oneColFixCtrHdr a:hover {
	color:#0033FF;
	text-decoration:underline;
}
.oneColFixCtrHdr a:active {
	text-decoration: none;
}
.oneColFixCtrHdr .style5 {font-size: 14pt}
.oneColFixCtrHdr #container #footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
