2010-07-21* {
	margin: 0;
	padding: 0;
}
a {
	color: #FFF;
	text-decoration: none;
}
body {
	color: #FFF;
	font-family: Arial;
	font-size: 14px;
	background-image: url(img/bg.jpg);
	background-color: #0d1327;
	background-repeat: no-repeat;
	text-align: center;
	background-position: top center;
}
#wrapper {
	margin: 0;
	padding: 0;
	width:100%;
	height: 100%;
	background-image: url(img/bg2.png);
	background-repeat: repeat-x;
	background-position: bottom center; 
}
#banner {
	width:100%;
	height: 263px;
	background-image: url(img/banner1.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#main {
	background-color: #131b33;
	width: 960px;
	min-height: 600px;
	text-align: left;
	margin: 0 auto;
	overflow: auto;
}
#left {
	float: left;
	width:250px;
	min-height: 600px;
	background-image: url(img/left-bg.png);
	background-repeat: no-repeat;
	background-position: center;
}	
.left-pasek {
	background-image: url(img/left-pasek-bg.gif);
	background-repeat: repeat-x;
	height: 30px;
	font-size: 20px;
	padding: 0 0 0 20px;
	margin: 10px 0 10px 0;
}
#right {
	float: right;
	width:710px;
}
.post {
	margin: 15px 0 0 30px;
	width: 650px;
	min-height: 155px;
	background-position: top center;
	background-image: url(img/post-bg.gif);
	background-repeat: no-repeat;
}
.post p {
	margin: 5px 30px 0 30px;
}
h2 {
	padding: 3px 0 0 0;
	margin: 0 0 5px 15px;
	font-size: 24px;
	color: white;
}
#footer {
	height: 100px;
	width: 100%;
	background-image: url(img/footer-bg.gif);
	background-repeat: repeat-x;
}
#footer-content {
	width: 960px;
	margin: 0 auto;
}
#footer-left {
	float: left;
	width: 250px;
	height: 100px;
	background-image: url(img/footer-dzielnik.png);
	background-repeat: no-repeat;
	background-position: right;
}
#footer-left img {
	margin: 20px 0 0 0;
}
#footer-right {
	float: right;
	width: 710px;
	height: 100px;
}
.menu ul {
	margin: 30px 0 0 60px;
	padding: 0;
	float: left;
}
.menu ul li {
	display: inline;
}
.menu ul li a {
	margin: 0 30px 0 0;
	float: left; text-decoration: none;
	color: white;
	padding: 8px 10px;
}
.menu ul li a:visited {
	color: white;
}
.menu ul li a:hover, .menu ul li .current {
	color: #fff;
	background-color: #353b50;
}
#szukaj-btn {
	margin: 5px 0 0 0;
}
#s {
	margin: 0 0 0 10px;
}
.collapsCatList {
	margin: 0 0 0 10px;
}
.collapsing categories {
	color: #FFF;
	font-size: 16px; 
	margin: 0 0 0 10px;
}
.collapsing categories collapse {
	margin: 0 0 0 20px;
}
