@charset "utf-8";
/* CSS Document */

body {
	font: 85% Arial, Helvetica, Georgia, Verdana, sans-serif;
	text-shadow:0 1px 0 #fff; 
	background: #e9e9e9;
	background-image: url();
	background-repeat: repeat;

	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: justify; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
	

}
.oneColElsCtr #container {
	width: 477px;
	background: #e9e9e9;
	margin: 10px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px outset #999;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
	padding: 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.naslov {font-family: Georgia, "Times New Roman", Times, serif}

a:link  {color: #69c; text-decoration: none}
a:visited   {color: #369; text-decoration: none}
a:hover   {color: #6cf; text-decoration: underline}
a:active   {color: #6cf}
