* {
	margin: 0;
	padding: 0;
	border: none;
}
body {
	background: #000 url(img/body.jpg) repeat-x;
	font-family: tahoma;
	font-size: 13px;
	color: #fff;
}
#container {
	background: url(img/container.jpg) repeat-y;
	position: relative;
	width: 955px;
	margin: 0 auto;
}
#header {
	background: url(img/header.jpg);
	height: 242px;
}
#logo {
	display: block;
	position: absolute;
	height: 116px;
	width: 270px;
	left: 33px;
	top: 22px;
}
#content {
	margin: 3em 0 0 40px;
	width: 683px;
	float: left;
}
#sidebar {
	width: 140px;
	margin-right: 20px;
	float: right;
}
#menu {
	position: absolute;
	left: 38px;
	top: 210px;
}
#footer {
	background: #000 url(img/footer.jpg) 0 0 no-repeat;
	padding-top: 50px;
	text-align: center;
	clear: both;
}
h1 {
	font-size: 23px;
	margin-bottom: 20px;	
	color: #fff;
}
h2 {
	margin: 20px 0 10px;
	font-size: 16px;	
	color: #f90;
}
h3 {
	margin: 10px 0;
	font-size: 14px;
	color: #f90;
}
p {
	margin: 10px 0;
}
	#footer p {
		
	}
	#content p {
		text-align: justify;
	}
	p.reklama {
		text-transform: uppercase;
		letter-spacing: 1em;
		font-size: .7em;
	}
a {
	color: #fff;
}
a:hover {
	text-decoration: none;
}
big {
	display: none;
}
blockquote {
	margin: 20px;
}
blockquote.uwaga {
	margin: 20px 0;
	font-size: 1.4em;
	color: #ddd;
	border: 2px solid #ddd;
	text-align: center;
	padding: 20px;
}

#menu ul {
	list-style: none outside;
}
#menu li {
	float: left;
	padding: 5px;
	margin-right: 10px;
	font-family: arial;
	font-size: 13px;
}
#menu a {
	display: block;
	text-decoration: none;
	color: #f90;
}
#menu a:hover {
	text-decoration: underline;
}
#menu a.current {
	font-weight: bold;
}

/*
 * listy
 */
#content ul,
#content ol {
	margin-bottom: 10px;
}
#content ul ul,
#content ul ol,
#content ol ul,
#content ul ol {
	margin-bottom: 3px;
}
#content li {
	margin-left: 20px;
}
#content ul {
	list-style: disc;
}
#links {
	margin-left: 5px;
}
#links li {
	margin-bottom: 3px;
}
#links li,
#links a {
	color: #f90;
}
#links a:hover {
	color: #fff;
}
