body{
	background-color: #FAF9F4;
	margin: 0 auto;
}
#body{
	background: url('');
	width: 1200px;
	margin: 0 auto;
}
#logo{
	background: url('../images/logo.jpg');
	width: 231px;
	height: 80px;
	margin-top: 50px;
	float: left;
}
#left{
	width: 250px;
	float: left;
}
#menu{
	width: 240px;
	margin-top: 20px;
	font-size: 14pt;
	float: left;
}
#menu A{
	color: gray;
}
.menu{
	background: url('../images/menu.png') no-repeat;
	width: 140px;
	height: 40px;
	padding: 5px 45px 0px;
}
.menu:hover{
	background: url('../images/menu1.png') no-repeat;
	color: white;
}
.menu:hover A{
	color: white;
}
.gallery{
	width: 190px;
	float: left;
	text-align: center;
	margin: 30px;
}
.gallery img{
	width: 129px;
}
.kropki{
	background: url('../images/kropki.png') repeat-x;
	height: 1px;
	padding: 5px 30px;
}
.images{
	width: 250px;
	height: 200px;
	text-align: center;
	float: left;
}
.img{
	width: 120px;
}
.img1{
	height: 120px;
}
#index{
	width: 100%;
	text-align: center;
}
#flashcontent{
	float: left;
	margin-left: 190px;
}
#text{
	width: 850px;
	padding: 10px;
	float: left;
	text-align: justify;
	font-size: 13pt;
	color: gray;
}
#stopka{
	background: url('../images/stopka.png');
	width: 1200px;
	height: 31px;
	padding-top: 10px;
	margin-top: 50px;
	text-align: center;
	font-size: 11pt;
	float: left;
}
A{
	text-decoration: none;
	color: #6C7B8B;
}
img{
	border: none;
	margin: 0 auto;
}
h1{
	width: 100%;
	text-align: center;
}
h3{
	width: 100%;
	text-align: center;
	color: #8B0000;
}
.nawigacja-gora {
	width: 750px;
	text-align: center;
	float: left;
	padding-top: 20px;
	margin: 0 auto;
	font-size: 17px;
}
.nawigacja-gora li {
	display: inline;
	padding: 0px 10px;	
	list-style: none;
}
.ui-tabs-hide {
	display: none;
}
	/* jQuery lightBox plugin - Gallery style */
	#gallery {
		float: left;
	}
	#gallery ul { list-style: none;}
	#gallery ul li { display: inline;}
	#gallery ul img {
		border: 1px solid gray;
	}
	#gallery ul a:hover img {
		border: 1px solid black;
		color: #fff;
	}
	#gallery ul a:hover { color: #fff; }