body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-color: #000;
}
.oneColElsCtr #container {
	width: 53em;
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; 
	width: 1028px; height: 322px;/* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #container2 {
	width: 40em;
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; 
	width: 942px; height: 562px;/* this overrides the text-align: center on the body element. */
	padding-left: 0px;
	
}
.oneColElsCtr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.text-meni {
	font-size: 10px; font-family:Verdana, Arial, Helvetica, sans-serif; color: #d1d3d4; text-decoration:none;
	}
.text-meni_on{
	font-size: 10px; font-family:Verdana, Arial, Helvetica, sans-serif; color: #6c5a84; text-decoration:none;
	}
.text-naslov {
	font-size: 12px; font-weight: normal; font-family:Verdana, Arial, Helvetica, sans-serif; color: #6a2d91;
	}	
.text {
	font-size: 12px;  color: #9875ae; font-family:Verdana, Arial, Helvetica, sans-serif; text-decoration:none;
	}
.text-manifesto {
	font-size: 12px; font-weight: normal; color: #6c5a84; font-family:Verdana, Arial, Helvetica, sans-serif; text-decoration:none;
	}
.text-recipe_naslov {
	font-size: 14px; font-weight: normal; color: #6a2d91; font-family:Verdana, Arial, Helvetica, sans-serif;
	}


