body { 
	margin: 0; 
	padding: 0; 
	background-color: #fff; 
	font-size: 16px;
	color: #373737;
	font-family: Georgia, serif;
	background-image: url('../images/backgrounds/all.png');
	background-repeat: repeat-x;
}
#top{
	margin: 0; 
	padding: 0; 
	width: 100%;
	height: 301px;
	color: #fff;
}
#top a{
	color: #fff;
	text-decoration: none;
}
#top a:hover{
	text-decoration: underline;
}
#top a.logo{
	display: block;
	margin: 0; 
	padding: 0; 
	width: 180px;
	height: 106px;
}
#top p{
	margin: 24px 0 0 0; 
	padding: 0;
	line-height: 30px;
}
#top p span{
	float: left;
	display: inline;
	width: 363px;
}
#container{
	top: 301px;
	left: 0;	
	width: 100%;
	position: absolute;
}
#left{
	margin: 0;
	padding: 0;
	width: 50%;
	height: 1172px;
	background-image: url('../images/backgrounds/left.png');
	background-repeat: repeat-x;
}
#content{
	margin: 0 auto; 
	padding: 0; 
	width: 970px;
	height: 1172px;
	background-image: url('../images/backgrounds/content.jpg');
	background-repeat: no-repeat;
}
#content h2{
	float: left;
	display: inline;
	margin: 46px 0 0 0; 
	padding: 0;
	width: 595px;
}
#content p{
	float: left;
	display: inline;
	margin: 10px 0 0 0; 
	padding: 0;
	width: 595px;
	line-height: 30px;
}
#content p.first{
	margin: 22px 0 0 0;
}
#content p.second{
	margin: 62px 0 0 0;
}
#content p.ankieta{
	margin: 20px 0 0 0;
	padding: 0 0 0 56px;
	width: 539px;
	height: 35px;
	background-image: url('../images/pdf.png');
	background-repeat: no-repeat;
	line-height: 30px;
}
#content p.ankieta a{
	color: #0096ff;
}
#content p.ankieta a:hover{
	text-decoration: none;
}
#content ul{
	float: left;
	display: inline;
	margin: 0; 
	padding: 0;
	width: 595px;
	list-style: none;
	line-height: 30px;
}
#content ul li{
	margin-top: 0;
	padding: 0 0 0 20px;
	width: 575px;
	background-image: url('../images/v.png');
	background-repeat: no-repeat;
	background-position: 2px 10px;
}
#content table{
	float: left;
	display: inline;
	margin: 10px 0 0 0; 
	padding: 0;
	width: 595px;
	border-collapse: collapse;
}
#content table tr{
	height: 40px;
}
#content table th{
	text-align: left;
	width: 304px;
}
#foot{
	margin: 0; 
	padding: 0; 
	width: 100%;
	height: 127px;
	background-image: url('../images/backgrounds/foot.png');
	background-repeat: repeat-x;
}
.centerTop{
	margin: 0 auto; 
	padding: 0; 
	width: 970px;
	height: 301px;
	background-image: url('../images/backgrounds/top.png');
	background-repeat: no-repeat;
}
.center{
	margin: 0 auto; 
	padding: 0; 
	width: 970px;
	color: #fff;
}
.center p{
	float: left;
	display: inline;
	margin-top: 16px;
	padding: 0;
	line-height: 30px;
}
.center a{
	color: #fff;
	text-decoration: none;
}
.center a:hover{
	text-decoration: underline;
}
.clear{
	clear: both;
}