@charset "utf-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: #000;
	background-repeat: no-repeat;
	background-position: center top;
}
a:link {
	color: #FF0000;
	text-decoration: none;
}     /* unvisited link */
a:visited {
	color: #666;
	text-decoration: none;
}  /* visited link */
a:hover {color: #FF00FF}   /* mouse over link */
a:active {color: #0000FF}   /* selected link */
.oneColElsCtr #container {
	width: 46em; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(img/HomeClub30.jpg);
	background-repeat: no-repeat;
	background-position: center;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	margin-top: 50px;
}
h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FC6;
	font-style: normal;
	text-align: justify;
}
#wyliczanka {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.7em;
	color: #FC0;
	list-style-image: url(img/v5_bullets_06.gif);
	margin: 5px;
	padding: 20px;
}
#gora {
	font-family: Arial, Helvetica, sans-serif;
	color: #C00;
	font-size: 1.5em;
	margin: 5px;
	font-weight: bold;
	text-align: center;
}
#avertissment {
	margin: 5px;
	padding-right: 80px;
	padding-left: 80px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	color: #099;
	text-align: center;
}
#linki {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #93FF93;
	text-align: center;
}
.oneColElsCtr #mainContent {
	padding-top: 140px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
