body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(img/bg.jpg) repeat left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #615a62;
}
strong {
	font-weight: bold;
}

h1 {
	font-size: 18px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	color: #000;
}
h2 {
	font-size: 16px;
	font-family: Arial, sans-serif;
	color: #afb925;
	text-transform: uppercase; 
	margin: 0;
}
h3 {
	font-size: 13px;
	color: #2E67A3;
}
h4 {
	font-size: 16px;
	font-family: Arial, sans-serif;
	color: #ccc;
	text-transform: uppercase; 
	margin: 0;
}
h5 {
	font-size: 13px;
	color: #999;
}
p, ul, ol {
	margin: 0;
	padding: 0;
}
ul, ol {
}
img {
	border: 0;
}
a {
	text-decoration: none;
	color: #615a62;
}
#wrapper {
	width: 903px;
	margin: 0;
	padding: 0;
}
#middle {
	width: 903px;
	height: 475px;
	margin: 20px auto;
	clear: both;
}
/* Page */

#page {
	width: 900px;
	margin: 0 auto;
}


/* Content */
#content {
	float: right;
	width: 560px;
	padding: 0 10px 0 10px;
	margin-top: 10px;
}
.post {
	margin-bottom: 8px;
}
.post .entry {
	font-family: Arial, sans-serif;
	font-size: 14px;
	padding: 0 0 15px 20px;
	text-align: justify;
}
.post .entry p{
	color: #ccc;
}
.post .entry img {
	vertical-align: middle;
	padding-right: 5px;
}
.post .entry a{
	font-family: verdana, sans-serif;
	font-size: 11px;
	color: #2E67A3;
}
.post .entry a:hover{
	font-family: verdana, sans-serif;
	font-size: 11px;
	text-decoration: underline;
}
ul {
	margin-left: 50px;
}
#content li {
	margin-top: 10px;
}

/* Sidebar */
#sidebar {
	float: left;
	width: 290px;
	padding: 0 10px 0 10px;
	font-family: Arial, sans-serif;
	color: #615a62;
	border-right: 1px dotted #ACACAC;
}
#news {
	background: url("img/aktualnosci_bg.gif") top left no-repeat;
	width: 290px;
	height: 564px;
	padding: 15px 0 0 20px;
	font-family: Arial, sans-serif;
	color: #615a62;
}
.date {
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	color: #2e67a3;
	margin-bottom: 5px;
	border-bottom: 1px dotted #ACACAC;
}
.news_txt {
	margin-top: 10px;
	margin-bottom: 10px;
	width: 240px;
}


/* Footer */
#footer {
	width: 900px;
	height: 180px;
	text-align: left;
	margin: 0 auto 20px;
	font-size: 12px;
	font-family: Arial, sans-serif;
	color: #615a62;
	border-top: 1px dotted #ACACAC;
}
#footer img {
	vertical-align: middle;
}
#footer a:hover {
	text-decoration: underline;
}