* { margin: 0; padding: 0 }
body { background: url('../images/bg.png'); font-family: Georgia; font-size: 14px; color: #3d0300; }
a { color: #3d0300; }
img { border: 0; }
h1, h2, h3, h4 { padding-bottom: 5px; }
#header { width: 100%; background: url('../images/header_bg.png') repeat-x; }
#headerWrapper { width: 980px; height: 186px; background: url('../images/h1.jpg') no-repeat top left; margin: auto; position: relative; }
#logo { position: absolute; top: 59px; left: 501px; width: 397px; height: 53px; background: url('../images/logo.png') no-repeat; }
#separator { height: 36px; background: url('../images/separator.png') no-repeat bottom right; width: 980px; margin: auto; }
#wrapper { width: 980px; margin: auto; background: transparent url('../images/menu_bg.png') repeat-y 0px 14px; }
#left { width: 260px; float: left; padding-top: 10px; }
#left ul { list-style: none; width: 260px; }
#left ul li { font-size: 13px;  }
#left ul li a { font-size: 13px; text-decoration: none; line-height: 29px; background: url('../images/li_bg.png') no-repeat bottom center; text-transform: uppercase; padding-left: 30px; padding-top: 7px; display: block; }
#left ul li ul li a { font-size: 11px; line-height: 20px; padding-left: 40px; }
#left ul li a:hover { background: #bcb985; }
#left div.heads { width: 260px; text-align: center; padding-top: 50px; padding-bottom: 50px; }
#right { width: 692px; float: right; }
#contentWrapper { width: 680px; padding-left: 12px; background: url('../images/left_content.png') no-repeat top left; }
#content { background: #eeeee6; width: 640px; min-height: 550px; padding: 20px; }

#content div.article { padding-top: 10px; padding-bottom: 10px; border-bottom: 1px solid gray; }
#content div.date { font-size: 11px; }
#singleNews div.date { padding-top: 10px; }

#rightSeparator { height: 20px; }

#footer { clear: both; background: #dbd9b8; height: 31px; padding-top: 19px; width: 960px; margin-left: 20px; }
#footer div.licznik { float: left; width: 49%; }
#footer div.copyright { float: right; width: 400px; text-align: right; padding-right: 20px; font-size: 10px; padding-top: 2px;  }

.pager {
	display: block;
	float: left;
	width: 20px;
	margin: 3px;
	height: 18px;
	padding-top: 2px;
	font-size: 14px;
	text-align: center;
	background: #e6edfa;
	border: 1px solid #6689a2;
	text-decoration: none;
	}
.pager:hover {
	background: white;
	border: 1px solid #6689a2;
	}
.pager_a {
	display: block;
	float: left;
	width: 20px;
	margin: 3px;
	height: 18px;
	padding-top: 2px;
	text-align: center;
	color: #FFFFFF;
	font-size: 14px;
	background: #6689a2;
	border: 1px solid #6689a2;
	text-decoration: none;
	}
a.pager_a {
	color: white;
	text-decoration: none;
}
a.pager {
	text-decoration: none;
}

ul li.search-item { height: 35px; vertical-align: middle; padding-left: 29px; }
ul li.search-item input { vertical-align: middle; }
ul li.search-item input[type=text] { padding: 5px; width: 165px;}
ul li.search-item input[type=submit] { cursor: pointer; border: 0; background: url('../images/search.png') no-repeat; width: 24px; height: 24px; margin-left: 10px;}


