#naglowek {
	height: 50px;
	margin: 70px 0 45px 0;
}
	#logo {
		background: url(../img/logo.jpg) bottom no-repeat;
		display: block;
		height: 50px;
		text-indent: -9999%;
		width: 300px;
	}
	#belka {
		border-bottom: 1px solid #b5985a;
		height: 50px;
	}
		#belka a {
			color: #b5985a;
			font-family: Arial;
			font-size: 10px;
			position: absolute;
			right: 0;
			text-decoration: none;
			top: 30px;
		}
			#belka a:hover {
				color: #002d56;
			}
#menu {
	list-style: none;
	margin: 0 60px 0 120px;
	height: 297px;
}
	#menu li {
		display: block;
		height: 33px;
		margin: 0;
	}
		#menu li a {
			color: #a5a5a5;
			display: block;
			float: left;
			height: 33px;
			font-size: 18px;
			line-height: 33px;
			text-align: right;
			text-decoration: none;
			width: 240px;
		}
		#menu li span {
			background: url(../img/strzalka.jpg) left no-repeat;
			display: block;
			float: left;
			height: 33px;
			width: 40px;
		}
		#menu li span.pusty {
			background: url(../img/strzalka.jpg) 240px 0 no-repeat;
			display: block;
			height: 33px;
			width: 280px;
		}
			#menu li a:hover {
				color: #002d56;
			}
#tresc {
	color: #002d56;
	padding-top: 33px;
	min-height: 300px;
}
	#tresc h2 {
		font-size: 24px;
		font-weight: normal;
	}
	#tresc p {
		font-size: 15px;
	}
	#load {
		display: none;
		position: absolute;
		right: 50%;
		top: 50%;
		background: url(../img/ajax-loader.gif);
		width: 16px;
		height: 11px;
		text-indent: -9999%;
	}
#stopka {
	border-top: 1px solid #d7d7d7;
	color: #d8d8d8;
	font-family: Arial;
	font-size: 10px;
	margin-top: 40px;
	padding-top: 23px;
}
	#stopka p {
		text-align: center;
	}
	#stopka p a {
		color: #bababa;
		margin-left: 15px;
		text-decoration: none;
	}
		#stopka p a#plej {
			margin: 0 5px 0 0;
			color: #d8d8d8;
		}
		#stopka p a#plej:hover, #stopka p a:hover {
			color: #002d56;
		}