* {
	padding: 0px;
	margin: 0px;
}
body {
	font-family: "Trebuchet MS";
	font-size: 13px;
	background: #F7F7F6 url(images/body-bg.gif) repeat-x;
	text-align: center
}
/* LINKS */
a {
	text-decoration: none;
	color: #363636;
}
a:hover {
	color: #525252;
	text-decoration: underline;
}

/* END LINKS */
/* TOP */
#top {
	width: 800px;
	margin: 50px auto 0px auto;
	overflow: hidden;
}
.logo {
	float: left;
}
.search {
	float: right;
	margin: 35px 10px 0px 0px;
	color: #3878B7;
	font-weight: bold;
}
.submit {
	width: 30px;
	height: 24px;
	border: 0;
	cursor: pointer;
	background-image:url(images/submit.gif);
}
.field {
	background-image:url(images/field.gif);
	border: 0px;
	width: 150px;
	height: 21px;
	padding-left: 10px;
	padding-top: 3px;
}
/* END TOP */
/* MAIN */
#main {
	width: 800px;
	margin: 30px auto 0px auto;
	text-align: left;
}

#right .block {
	margin-top: 10px;
	margin-bottom: 20px;
	text-align: left;
}

#left .block {
	margin-top: 10px;
	margin-bottom: 20px;
	margin-right: 15px;
	width: 250px;
	float: left;
}

#left .blockn {
	margin-top: 10px;
	margin-bottom: 20px;
	margin-right: 15px;
	width: 520px;
	float: left;
}
.content {
	padding-left: 40px;
}
.clear {
	padding: 50px;
	clear: both;
}
/* END MAIN */
/* FOOTER */
#footer {
	clear: both;
	padding-top: 20px;
	text-align: center;
	background: url(images/footer-bg.gif) repeat-x;
	font-weight: bold;
	color: #464646;
	font-size: 11px;
}
/* END FOOTER */

#left{	border: 0px solid #000;
	float: left;
	width: 540px;
}

#right{	border: 0px solid #000;
	float: right;
	width: 250px;
}

.wiecej_link{	display: block;
	float: right;
	margin-right: 20px;
	font-style: italic;}

img{	border: 0px;
}

div.png 
{ 
      behavior: url(iepngfix.htc); 
}
#left{	border: 0px solid #000;
	width: 540px;
}
