
    .h { display: none }
    .v { display: block }
	
body {
	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 */
	color: #000000;
	background-color: #FFF;
	background-image: url(gfx/pasek.gif);
	background-repeat: repeat-x;
}
.oneColFixCtrHdr #container {
	margin-bottom: 0px;
	width: 990px;
	margin: 0 auto;
	text-align: left;
}
.oneColFixCtrHdr #header {
		margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
		margin-bottom: 0px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background-image: url(gfx/pasek.gif);
	background-repeat: repeat-x;
	margin-bottom: 0px;
font-size: 0pt;
}
.oneColFixCtrHdr #mainContent {
	margin-top: 0px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #003399;
	background-image: url(gfx/zawiajas.jpg);
	background-position: right bottom;
	background-attachment: scroll;
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #footer {
	margin-top: 20px;
	padding-top: 10px;
	padding-bottom: 1px;
	padding-left: 130px;
	background-color: #003399;
	background-image: url(gfx/footer.jpg);
	background-repeat: no-repeat;
	text-align: justify;
}
.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 */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
body,td,th {
	color: #FFF;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: small;
}
.oneColFixCtrHdr #container #footer table tr td h2 {
	text-align: left;
}
.oneColFixCtrHdr #container #footer table tr td h3 {
	text-align: left;
}
.oneColFixCtrHdr #container #footer h2 {
	text-align: left;
}

