html, body {
	background:url(foty/tlo.jpg);
	margin: 0;
	padding: 0;
}
#page {
	width: 710px;
  	margin: 0px auto;
  	text-align: left;
	border-color:#FF9966;
	border-width:thick;
	}

#top {
	width: 700px;
	text-align: center;
}

#NAGLOWEK {
	background-color: #c39d5f;
	border:#FFCC66;

}

#MENU {
	width: 200px;
	height: 648px;
	float: left;
	overflow: hidden;
	background-color: #c39d5f;
	border:thin;
	border:#000000;

}

#TRESC {
	width: 480px;
	height: 648px;
	float: left;
	overflow: hidden;
	background: #c39d5f;
	font: Tahoma;
	font-size:16px;
	font-style:italic;
	font-weight:200;
	padding-right: 20px;

}

#TRESC_AKT {
	width: 480px;
	height: 648px;
	float: left;
	overflow: hidden;
	background: #c39d5f;
	font: Tahoma;
	font-size:14px;
	font-style:italic;
	font-weight:200;
	padding-right: 20px;

}


#STOPKA {
	clear: both;
	width: 100%;
	background-color: #c39d5f;
	font-variant:small-caps;
}


li {
	text-align:left;
	}

.galeria {
	text-align: center;
}

.galeria table {
	margin-left: auto;
	margin-right: auto;
}

.galeria td {
	padding: 5px 5px 10px 5px;
}

.galeria td img {
	border: 1px solid black;
}

