html, body {
	background-color: #fff;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	margin: 0 auto  0 auto;
	padding: 0;

}

#top {
	width: 760px;
	margin: 0 auto 0 auto;
	text-align: center;
}

#GORA {
	width: 760px;
	height: 30px;
	background-image: url(gora.jpg);
	overflow: hidden;
}

#NAGLOWEK1 {
	width: 760px;
	height: 50px;
	text-align: right;
	
	background-image: url(panorama1.jpg);
}


#NAGLOWEK2 {
	width: 760px;
	height: 55px;
	text-align: center;
	font-size: 30px;
	background-image: url(panorama2.jpg);
}

#NAGLOWEK3 {
	width: 760px;
	height: 55px;
	text-align: center;
	font-size: 9px;
	background-image: url(panorama3.jpg);
}





#TRESC {
	width: 760px;
	text-align: left;
	background: url(tresc.jpg) repeat-y;
	float: left;
	overflow: hidden;
}


#STOPKA {
	clear: both;
	height: 30px;

	width: 100%;
	background-image: url(dol.jpg);
}


ul.menu, ul li.menu {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

ul.menu li {
	float: left;

}

ul.menu a:link, ul a:visited {
	
	text-decoration: none;
	display: block;
	width: 135px;
	text-align: center;
	
	background-color: #c5884c;
	font-weight: 500;
	color: #fffae0;
	border: 2px outset #ccc;
	padding: 3px;
}

ul.menu a:hover {
	border-style: inset;
	padding: 3px 3px 3px 3px;
}


table {
	width: 748px;
	
border-top-width: 0px;
border-bottom-width: 1px;
border-left-width: 0px;
border-right-width: 0px;
 
border-top-style: none;
border-bottom-style: solid;
border-left-style: none;
border-right-style: none;
border-color: #c5884c;
background-color: #fffae0;
	text-align: center;
	font-size: 12px;

	margin: 6px;

}

td {	
	text-align: left;
	padding: 0px;
	width: 200px;
	background-color: #fffae0;
	margin: 6px;
		overflow: hidden;
}	

td.tytul {
	background-color: #c5884c;
	width: 748px;
	font-weight: 600;
	text-align: center;
	padding: 6px;
}

td.lewa {
width: 110px;
text-align: center;
}

td.prawa {
width: 650px;
text-align: left;
}

