@charset "utf-8";
body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
	color: #999999;
	font-style: normal;
	font-variant:small-caps;
	font-weight: normal;
	letter-spacing: 0.75px;
	line-height: 20px;
	background: #fff;
	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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */

}
.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #fff;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-top: 40px;
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}



.oneColFixCtr #menu {
	margin-bottom: 30px;

}


.oneColFixCtr #przesunsie {
	padding-left: 30px;

}

.oneColFixCtr #footer {
	margin-top: 40px;
	text-align: center;
	font-family: Helvetica, sans-serif;
	font-variant:normal;
	font-size: 10px;
	color: #b9b7b8;
}

.headz {
	background:url(../img/gwiazd.png) top left no-repeat;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
	color: #999999;
	font-style: normal;
	font-variant:small-caps;
	font-weight: normal;
	letter-spacing: 0.75px;
	padding-top: 15px;
	padding-left: 33px;
	line-height: 20px;
}

.spades {
	background:url(../img/lila.png) top left no-repeat;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
	color: #999999;
	font-style: normal;
	font-variant:small-caps;
	font-weight: normal;
	letter-spacing: 0.75px;
	padding-top: 15px;
	padding-left: 33px;
	margin-left: 33px;
	line-height: 30px;
	height: 45px;
}

a{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
	color: #999999;
	font-style: normal;
	font-variant:small-caps;
	font-weight: normal;
	letter-spacing: 0.75px;
	line-height: 20px;
	text-decoration:none;
}

.majle a{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333;
	font-style: normal;
	font-variant:normal;
	font-weight: bold;
	letter-spacing: 0.75px;
	line-height: 20px;
	text-decoration:none;
}

.majle a:hover{
color: blue;

}
