html, body 		{ margin: 0; padding: 0; }
		body 			{ color: #333; font: 16px Georgia, Arial, sans-serif; line-height: 18px; background:url(../zdjecia/blue.jpg); text-align: justify;}
		h2				{ color: #333; }
		
		a:link {
	color: #434E6C;
	text-decoration:none;
}

a:hover {
	text-decoration: none;
	color: #D4FF55;
    
}

a:visited {
	color:#BFA326;
    text-decoration:none;
}

		p				{ margin: 0 0 18px; }
		#wrapper		{ float: right; width: 100%; margin-left: -33%; }
		
		/* Header */
		#header			{ background: #eee; border-bottom: 2px solid #ddd; }
		#header h1  	{ color: #004b6f; margin: 0 0 3px; padding: 24px 18px 0; }
		#header p		{ color: #666; font-size: 11px; font-weight: bold; padding: 0 18px; }
       
		
		/* Content Style */
		#navigation		{ border-bottom: 1px solid #ccc; padding-left: 18px; background-image:url(../zdjecia/blue1.jpg);}
		#navigation ul	{ padding: 0 18px 9px; }
		#extra			{ border-bottom: 1px solid #ccc; padding-left: 18px; background-image:url(../zdjecia/blue1.jpg);}
		#extra small	{ font-size: 11px; line-height: 18px; }
		#content p, #extra p { padding-right: 18px; }
		#content ol li { padding-right: 18px; padding-bottom:6px;}
        #content  li { padding-right: 18px; padding-bottom:11px;}
		/* Content Positioning & Size */
		#navigation		{ float: left; width: 30%; }
		#content		{ margin-left: 34.3%; }
		#extra			{ float: left; clear: left; width: 30%; }		/* Footer */
		#footer			{ background: #333; border-bottom: 2px solid #999; clear: both; width: 100%; }
		#footer a		{ color: #eee; }
		#footer	p		{ color: #ccc; margin: 0; padding: 0 18px 10px; }
		#footer ul		{ border-bottom: 1px solid #555; list-style: none; margin: 0 18px 6px; padding: 10px 0 6px; }
		#footer li		{ display: inline; font-size: 11px; font-weight: bold; padding-right: 5px; 
		}
        
        
        
        
        #menu {
    
	float: right;
    padding-top:2px;
	
	width: 773px;
	display: block;
}

#menu ul {
    
	margin: 0;
	margin-left: 100px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: right;
	width: 90px;
	height: 26px;
	padding-top: 5px;
	text-align: center;
	text-decoration: none;
	color:BLACK;
	font-weight: ;
}

#hc2 li{
margin:0 0 0 0; /*Spacing between each LI container*/
border: 2px solid black;
}

#hc2 li .hpanel{
padding: 5pt; /*Padding inside each content*/

background-image: url();
cursor: hand;
cursor: pointer;
}



