html, body {
	background-color: #E9E9E9;
	color: #000;
	margin: 0;
	padding: 0;
}

h1 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: xx-large;
	font-weight: 800;
	text-align: center;
}

p {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	margin-left: 0.5cm;
	margin-right: 0.5cm;
}


fieldset {
	margin-left: 0.5cm;
	margin-right: 0.5cm;
}

address {
	margin-left: 0.5cm;
	margin-right: 0.5cm;
}

#top {
	float: left;
	width: 80%;
}

#NAGLOWEK {
	background-color: #761A1A;
	text-decoration:none;
	color:#fff
}

#MENU {
	width: 25%;
	float: left;
	overflow: hidden;
}

#INFORMACJE {
	width: 20%;
	float: right;
	overflow: hidden;
	background-color: #761A1A;
	text-decoration:none;
	color:#fff;
}

#TRESC {
	width: 55%;
	float: left;
	overflow: hidden;
	background-color: #E9E9E9;
}

#STOPKA {
	clear: both;
	width: 100%;
	background-color: #761A1A;
	text-decoration:none;
	color:#fff;
}