@charset "utf-8";
body {
	font: 100% "Myriad Pro", Helvetica, Verdana, Arial, sans-serif;
	background: #666666;
	margin: 0;
	padding: 0;
	color: #000000;
}
p {
	font-size:14px;
	margin: 0 0 5px 0;
}
h2 {
	margin-top:10px;
}
h3 {
	margin:0 0 0 0;
}
.oneColFixCtrHdr #container {
	width: 780px;
	background: #ddf2c3;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 10px solid #FFF; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #b3dd7f; 
	padding: 0 10px 0 10px;  /* 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. */
}
.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 60px 20px 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #ddf2c3;
}
.oneColFixCtrHdr #footer {
	padding: 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#b3dd7f;
}
.oneColFixCtrHdr #footer p {
	font-size:12px;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 2px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

A:link    { color: #060; text-decoration: underline; } 
A:visited { color: #060; text-decoration: underline;  } 
A:active  { color: #060; text-decoration: underline;  } 
A:hover   {	color: #F90; text-decoration: underline;
}

.trvanie {
	color:#F90;
	text-align:right;
}

.nastred {
	text-align:center;
}
