* {
	margin: 0;
	padding: 0;
	border: none;
}
body {
	background: #d3b67c url(img/body.jpg) repeat-x;
	font-family: arial;
	font-size: 13px;
	color: #000;
}
#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: 70px;
	width: 519px;
	left: 54px;
	top: 41px;
}
#content {
	margin: 20px 0 0 60px;
	width: 550px;
	float: left;
}
#sidebar {
	width: 260px;
	float: right;
	margin: 20px 40px 0 0;
}
#menu {
	width: 240px;
}
#footer {
	background: url(img/footer.jpg) no-repeat;
	padding-top: 50px;
	text-align: center;
	clear: both;
}
h1 {
	font-size: 30px;
	margin-bottom: 20px;
	color: #7a0903;	
}
h2 {
	margin: 20px 0 10px;
	font-size: 16px;	
	color: #ad3510;
}
h3 {
	margin: 10px 0;
	font-size: 14px;
	color: #cc4f17;
}
p {
	margin: 10px 0;
}
	#footer p {
		
	}
	#content p {
		text-align: justify;
	}
	p.reklama {
		text-transform: uppercase;
		letter-spacing: 1em;
		font-size: .7em;
	}
big {
	display: none;
}
small {
	font-size: .85em;
}
img {}
	#content img {
		border: 2px solid;
		border-color: #E7D7B6 #d3b67c #d3b67c #E7D7B6;
	}
a {}
	#content a {
		color: #ad3510;
	}
	a:hover {
		text-decoration: none;
	}
ul#menu {
	margin-bottom: 20px;
}
#menu li {
	font-family: arial;
	font-size: 16px;
	border-bottom: 1px solid #d3b67c;
}
#menu a {
	display: block;
	text-decoration: none;
	color: #ad3510;
	padding: 5px 15px;
}
#menu a:hover {
	background: #E7D7B6;
}
#menu a.current {
	font-weight: bold;
}
div.ads {
	margin: 30px 0;
	width: 468px;
}
/*
 * listy
 */
#menu li {
	list-style: none outside;
}
#content ul,
#content ol {
	margin-bottom: 10px;
}
#content li ul,
#content li ol {
	margin-bottom: 3px;
}
#content li {
	margin-left: 30px;
}
#content li li {
	margin-left: 20px;
}
#content ul {
	list-style: disc;
}
ol.lo-la { list-style: lower-latin; }
ol.up-la { list-style:  upper-latin; }
#links li {
	color: #d3b67c;
	margin-left: 20px;
}
#links a {
	display: block;
	padding: 6px 4px 4px;
	border-bottom: 1px solid #d3b67c;
}

