body {
	text-align:center;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration: underline;
}
#wrap {
	width:800px;
	text-align:left;
	margin:0 auto;
}
.float-l {
	float:left;
	width:500px;
}
.k-prawo {
	float:right;
	width:200px;
	margin-top:60px;
	font-size: 16px;
	
}
.k-prawo ul li {
	color:#f88f24;
}

.clearfix {
	clear:both
}
/* header */
#header {
	background:url(images/header.gif) no-repeat;
	height:208px
}
#header h1 {
	font-size:30px;
	padding-top: 42px;
	padding-left: 240px;
	color:#656565;
}
#header h2 {
	margin-top:40px;
	font-size:16px
}

/* content */
#content {
	background:url(images/) no-repeat;
	height:246px;
	padding:10px 30px;
}
#content .left {
	width:500px
}
#content h2 {
	font-size:30px;
	color:#656565;
}
#content h3 {
	font-size:22px;
	color:#656565;
	width:600px;
}
#content p {
	padding:30px 0px;
	font-size:16px;
	color:#767373;
}
#content .right {
	width: 170px;
	padding-top: 30px;
}
ul#menu {
	margin-top:-90px;
	text-align:left;
	margin-right:40px;
	float:right;
	color:#fff;
}
ul#menu li {
	list-style:none;
	line-height:19px;
	display:inline;
	width:200px;
}

ul#menu a{
	color:#fff;
}
/* blog */
#blog {
	margin-top:60px;
	background:url(images/) no-repeat;
	height:560px;
	padding:50px 30px 0 40px;
	
	
}
.blog {
	float:left;
	width:200px;
	padding:0 20px
}
.blog h2 {
	font-size:24px;
	padding-bottom: 20px;
}
.blog .quote {
	color:#767373;
}
.blog ul li {
	list-style:url(images/punkt.png);
}
/* footer */
#footer {
	background:url(images/footer.gif) no-repeat bottom;
	height:20px;
	text-align:center;
	color:#fff;
	padding-top:50px
}
#footer a {
	color:#fff;

}
#ftlink, #copyright {
	padding-bottom:8px;
}
#partner a{
	color:#565656;
}
