html, body {
	background-color: #fff;
	color: #000;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
}
table {
  	table-layout: fixed;
  	font-size: 12px;
  	border-color: #28e;
  	width: 100%;
	background-color: #005CAA;	
}
td	{
  	border-width: 1px; border-style: solid;
  	border-color: #28e;
  	text-align: center;
  	background-color: #005CAA;  	
}
tr	{
  	border-width: 1px; border-style: solid;
  	border-color: #28e;
  	text-align: center;
  	background-color: #005CAA;
}
a	{
  	text-decoration: none;
  	color: #FF2A55;
  	font-weight: bold;	 
}
a:visited	{
    	color: #00FFFF;
    	text-decoration: underline;
}
a:hover {
	color: #808;
}
#wrapper {
  	margin: 0px auto;
	width: 1000px;
}

#NAGLOWEK {
	background-color: #005CAA;
	text-align: center;
	width: 1000px;
	height: 250px;
}
#MENU 
ul, ul li {
	display: block;
	list-style: none;
	margin: 0 0 1px 0;
	padding: 0;
}
ul {
	padding: 2px 2px 2px 2px;
	background-color: #005CAA;
	border: 3px double #28e;
	float: left;
}
ul li {
	float: left;
}
ul a:link, ul a:visited {
	display: block;
	width: 131px;
	text-decoration: none;
	padding: 5px 5px;
	font-weight: bold;
	background-color: #005CAA;
	color: #FF2A2A;
	border-right: 1px solid #28e;
}
ul a:hover {
	background-color: #21e;
	color: #f00;
}
ul a:visited {
    	color: #00FFFF;
    	text-decoration: underline;
}
#PARTNERZY {
	background-color: #005CAA;
	text-align: center;
	float: left;
	width: 140px;
	height: 20px;
	color: #def;
	text-align: center;
	font-weight: bold;
	border: 2px double #28e;
	margin: 0 1px 0 0;
	padding: 4px 0px 0px 0px;
}
#PODNOZEK {
	background-color: #005CAA;
	float: left;
	width: 851px;
	height: 24px;
	color: #def;
	text-align: center;
	font-weight: bold;
	border: 2px double #28e;
	margin: 0 0 0 0;
}
#LOGO	{
  	float: left;
	width: 150px;
	background-color: #fff;
	text-align: center;
}
#TRESC {
	margin-left: 150px;
	margin-top: 65px;
	padding: 0px 0px 0px 15px;
	background-color: #fff;
	line-height: 22px;
	text-align: justify;
	white-space: normal;
	text-indent: 20px;
}
#ZDJECIA {
  	margin-left: 150px;
  	background-color: #fff;
	text-align: center;
}
#STOPKA {
	clear: left;
	background-color: #005CAA;
	text-align: center;
	height: 10px;
	color: #def;
	text-align: center;
	font-weight: bold;
	padding: 7px 5px 8px;
	border: 3px double #28e;
}
