		*{
			margin: 0px;
			padding: 0px;
			text-align: left;
			font-size: 11px;
			font-family: Verdana, Arial, Sans-Serif;
		}
		body{
			text-align: center;
			background: white;
		}
		
		h2{
			font: 240% 'Times New Roman';
		}
		h3{
			font-size: 140%;
		}
		
		a{
			text-decoration: none;
			color: #487ABE;
			font-weight: bold;
		}
		
		a:hover{
			text-decoration: underline;
		}
		
		img{
			border: 0px solid black;
		}
		
		div#all{
			width: 830px;
			margin: 0px auto;
			overflow: hidden;
			padding-bottom: 10px;
		}
		
		div#header{
			background: url('images/logo.jpg') no-repeat;
			height:190px;
			position: relative;
		}
			

		div#column1 ul{
			margin-left: 10px;
		}
			
	 	div#menu{
			overflow: hidden;
		}
		
		div#menu ul{
			list-style-type: none;
			overflow: hidden;
			background: url('images/topmenu.png') repeat-x;
			height: 26px;
		}
		
		div#menu ul li{
			float: left;
		}
		
		div#menu ul li a{
			display: block;
			padding: 8px 15px;
			background: url('images/topmenu_separator.png') right top no-repeat;
		}

		div#content{
			clear: both;
		}
		
		div#column1{
			width: 200px;
			float: left;
			background: #5384C4 url('images/sidemenu.jpg') no-repeat;
			position: relative;
			margin-bottom: 20px;
		}		
		
		div#sidemenu_end{
			background: url('images/sidemenu_end.jpg') no-repeat left bottom;
			height: 50px;
			width: 100%;
			margin-top: 0px;
			
		}
		
		div#column2{
			width: 490px;
			background: white url('images/main.png') no-repeat;
			float: right;
			padding: 5px 10px;
			min-height: 120px;
			margin-bottom: 20px;
		}
					
		div#footer{
			text-align: right;
			font-size: 90%;
			font-family: Verdana;
		}
		
		div#menu ul li a{
			text-decoration: none;
			font-weight: bold;
			color: black;
		}
		div#menu ul li{
			display: block;
		}
		div#menu ul li a:hover{
			display: block;
			text-decoration: none;
			color: navy;
			background: url('images/topmenu_hover.png') right;
			cursor: hand;
		}
		
		div#column1 ul{
			padding: 0px 10px;
			padding-top: 20px;
			list-style-type: none;
		}
		
		div#column1 ul a{
			font: bold 130% Verdana;
			color: #AFD4F4;
		}	
		
		div#header h1 a{
			display: block;
			color: #3C608D;
			font-size: 10px;
			padding: 15px 10px;
		}
		div#header h1 a em{
			display: block;
			padding-left: 50px;
		}
		
		div#header h1 a:hover{
			text-decoration: none;
		}
		
		div#footer{
			font: 7px Verdana;
			width: 810px;
			height: 33px;
			text-align: center;
			background: url('images/footer.png') no-repeat;
			padding-top: 8px;
			clear: both;
		}
		div#footer a{
			font: 9px Verdana;
		}
		
		li.powiazane{
			margin-top: 20px; 
			position: relative; 
			z-index: 100; 
			background: #5384C4;
		}
		
		.adsense{
			margin-left: 20px; 
			margin-top: -15px; 
			z-index: -100; 
		}

		input.radio{
			border: 0px;
			background: transparent;
		}
		fieldset{
			border: 0px;
		}