html, body {
	background-color: #fff;
	color: #000;
	
	text-align: center;
}

#top {
	width:100%;
	text-align: left;
}

#MENU2 {
	font-family: Verdana;
	font-size: 13px;
	height:30px;
	text-align: right;
	width:100%;
	background-color: #cc0000;
}



#NAGLOWEK {
	background-color: #cc0000;
	height:120px;
}

#MENU1 {

	margin-top: 2px;
	width: 200px;
	float: left;
	overflow: hidden;
	background-color: #cc0000;

}

#INFORMACJE {
	color: #4d4d4d;
	font-size: 12px;
	font-family: Verdana;
	font-style: bold;
	width: 40%;
	float: right;
	overflow: hidden;
	background-color: white;
}

#TRESC {
	margin-bottom: 20px;
	color: #4d4d4d;
	font-size: 12px;
	font-family: Verdana;
	font-style: bold;
	width: 30%;
	margin-left: 50px;
	float: left;
	overflow: hidden;
	background-color: #fff;
}


ul, ul li {	
margin-top:0px;
	margin-right: 25px;
	color: white;
	display: block;
	list-style: none;
	
	padding: 0;
}

ul li {

	display: inline;
	white-space: nowrap;
}


ul a:link, ul a:visited {
	color: white;
	text-decoration: none;
	text-align: center;
		
}

ul a:hover{
color: #aaaaaa;

}

p {
font-size: 24px;
color: cc0000;


}