html, body {
	background-image: url(Body/tlo.jpg);
	background-repeat: repeat-x;
	color: #000;
	padding: 0;
	font-family: arial;
}

p { font-size: 12px }

td { font-size: 12px }

ul, li { font-size: 12px }

a{color:#44BF8B;text-decoration:none;font-size: 12px}
a:hover{color:#44BF8B;text-decoration:underline;font-size: 12px}

#container{width:950px;margin:0 auto}

#top {
	width: 950px;
	border: 2px solid #0A6C6D;
	background-color: #ffffff;
}

#NAGLOWEK {
	background-color: #ffffff;
	height: 210px;
	padding: 0;
	}

#MENU {
	width: 160px;
	height: 280px;
	float: left;
	overflow: hidden;
	background-color: #ffffff;
	background-image: url('Body/left.jpg');
	background-repeat: no-repeat;
}

#MENU ul { margin: 0; padding: 0; list-style-type: none; font-size: 12px; color: #ffffff; }
#MENU li { margin: 0 0 .2em 0; font-size: 12px; color: #ffffff; }
#MENU a { background: url('Body/menu_back.jpg'); display: block; width: 160px; height: 35px; padding-top:10px; padding-left:40px; text-decoration: none; font-size: 12px; color: #ffffff; background-repeat:no-repeat;}
#MENU a:hover{ background: url('Body/menu_back_a.jpg'); text-decoration:none; font-size: 12px; font-weight:bold; color: #ffffff; background-repeat:no-repeat;}


#TRESC {
	width: 790px;

	float: left;
	overflow: hidden;
	background-color: #fff;
}

#STOPKA {
	clear: both;
	width: 100%;
	background-color: #ffffff;
}