html, body {
	background: #fff url(chalk.jpg);
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #8E866D;
	margin: 0;
	padding: 0;
	/*background-repeat: repeat-y;*/
}

#STRONA {
	background: white;
	margin: 5px auto;
	width: 780px;
	text-align: center;
	border: 2px ridge Silver;
}

#NAGLOWEK {
	background-color: #fff;
	margin-bottom: 10px;
}

#MENU {
	margin-top: 5px;
	background: #fff url(sidebar2.jpg) no-repeat ;
	width: 180px;
	height: 1000px;
	float: left;
	overflow: hidden;
}

#TRESC {
	text-align: justify;
	margin: 5px;
	width: 580px;
	float: left;
	overflow: hidden;
	background: #fff;
}

.centered{
	text-align: center;
}

#TRESC img{
	border: solid;
	border-color: #8E866D;
}

#STOPKA {
	clear: both;
	width: 100%;
	background: silver url(stopka.jpg) repeat-x;
}

#MENU ul{
	display: block;
	margin: 0;
	padding:0;
	list-style-type: none;
	
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	/*background: transparent;*/
	
}

#MENU ul li{
	margin: 0;
	padding: 0;
	display:  block;
	/*border: 1px solid black;*/
	/*background-color: SILVER;*/
	/*border: 1px black solid;*/
}

#MENU ul a:link, #MENU ul a:visited{
	padding: 4px 0;
	display: block;
	text-decoration: none;
	color:  #a59c86; /*#6C6C6C;*/
	background: url(button.png) no-repeat; /*tutaj bylo but2.png*/
}

#MENU ul a:hover{
	text-decoration: none;
	color: #A08C96;
	background-image: url(hover.png);
}

#MENU ul li.podmenu a:link, #MENU ul li.podmenu a:visited{
	padding: 2px 0 2px 0;
	background: url(podmenu.png);/*tutaj bylo podmenu.png*/
	font-size: 12px;
	text-align: center;
}

#MENU ul li.podmenu a:hover{
	text-decoration: none;
	color: #A08C96;
	background-image: url(hover.png);
	
}
