* { margin:0; }

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: #FFF;
	color: #333;
}

#page {
	margin: 5px auto;
	width: 1000px;
	font-size:1.2em;
	text-align: justify;
}

#top {
	margin: 0 auto;
	padding: 0;
}
#top div.header{
	clear:both;
	background-color:#003263;
	text-align:center;
	font-size:2.2em;
	/*font-weight:bold;*/
	padding:20px 0;
}
#top div.header a{
	text-decoration:none;
	color:#fff;
}
#top div.menu{
	width:100%;
	clear:both;
	float:left;
	background-color:#003263;
	margin:1px 0;
	padding:10px 0;
}
.menu_part{
	margin:0 20px;
	float:left;
	font-size:1.4em;
}
.menu_part a{
	text-decoration:none;
	color:#fff;
}
.menu_part a:hover{
	text-decoration:none;
	color:#b3e2e6;
}

#photo_content{}
#wyszukiwarka{}
#text_content{
	color:#003263;
	background-color:#e0e0e0;
	line-height:1.4em;
	width:940px;
	padding:30px;
	float:left;
	clear:both;
}

#text_content div.left,div.right{
	width:410px;
	float:left;
	padding:30px;
	line-height:1.6em;
}

#footer {
	background-color: #003263;
	color:#fff;
	clear: both;
}

span.red{color:red}
p{padding:10px}
a{
	color: #06c;
	font-weight:normal;
	text-decoration: none;
}
a:hover {text-decoration: underline}
img{margin:0;padding:0;margin-right:0px;margin-left:0px;}

a.gal {
	display: block; 
	text-align: center;
	border: 1px solid #06c; 
	margin: 0 8px 8px 0;
	width: 108px; 
	height: 76px;
	float:left;	
}
a.gal:hover { background-color: #06c; }
a.gal img { border: 0; padding: 4px; width: 100px; height: 68px;}