* { border:0; 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 {
	background-color: #fff;
	margin: 5px auto;
	width: 800px;
}

#top {
	margin: 0 auto;
	padding: 0;
}
#top img{
	margin-top:5px;
	width:515px;
	height:158px;
}
#top p{
	font-weight:bold;
	padding-top:5px;
	padding-bottom:5px;
}	
#top div.left{
	width:266px;
	height:199px;
	float:left;
}
#top div.right{
	float:left;
	width:533px;
	height:199px;
	background-color:#003263;
	color: #fff;
	text-align:center;
	margin-left:1px;
}
.menu_box{
	background-color:#003263;
	width:266px;
	padding-top:16px;
	padding-bottom:16px;
	font-size:1.4em;
}
.menu_box a{
	color:#fff;
	text-decoration: none;
	padding-left:16px;
}

#wyszukiwarka{
	clear:both;
}

#content {
	font-size: 1.2em;
}
#content  div.left {
	float:left;
	width:266px;
	margin:0;
	color:#000;
	background-color:#003263;
}
#content  div.right {
	float:left;
	width:533px;
	border-left:1px solid #fff;
	margin:0;
}
.text{
	float:left;
	background-color:#e0e0e0;
	line-height:1.4em;
	width:100%;
	color:#012f6e;
	margin-bottom:1px;
}
.text p {
	margin:15px;
}
.text a{
	color: #06c;
	font-weight:normal;
	text-decoration: none;
}
.text img{

}

.photo_box{
	width:266px;
	height:187px;
	background-color:#003263;
	color:#fff;
	font-weight:bold;
	font-size:0.9em;
}
.photo_box img{
	border:1px solid #000;
}
.photo_box p {
	margin:10px;
}
.photo_box a{
	color:#fff;
	font-weight:bold;
}
.center{
	text-align:center;
}

#footer {
	background-color: #c40101;
	color:#fff;
	clear: both;
	text-align:right;
}
#footer p{
	font-weight:bold;
	padding:6px;
}

a  {
	color:#fff;
	font-weight:bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

span.red{
	color:#c40101;
}

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;}
