body {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;	
	background-image: url(images/bg.jpg);
	background-repeat:repeat-x;
	background-color: #a1d8ef;	
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 850px; 
	margin: 0 auto; 
	
}
.oneColFixCtrHdr #header {
background-image  : url(images/top.jpg);
width:786px;
height:156px;
margin: 0 auto; 
}
.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; 
	
}
.oneColFixCtrHdr #footer {
	width: 800px; 
	margin: 0 auto;
	padding-left: 20px; 
	text-align: left;
	float:left;
	font-size:10px;
}
.oneColFixCtrHdr #footer a{
text-decoration:underline;
color:#000000;}

.oneColFixCtrHdr #linki {
	width: 850px; 
	margin: 5px auto 0 auto;
	padding-left: 20px; 
	text-align: left;
	float:left;
	font-size:10px;
	color:#FFFFFF;
	}
.oneColFixCtrHdr #linki a{
text-decoration:underline;
color:#ffffff;
}	

ul.nawigacja {
list-style: none;
margin-left: 50px;
padding: 0;
color:#000000;

}	

li a:link, li a:visited {
display:  block;
padding: 5px 0 0 0;
height: 15px;
text-decoration:none;
color:#000000;
border-collapse: collapse;
font-style: normal;
font-weight: bold; 
}	
 li a:hover {
color: #ff8000;
}
