html, body {
	background-color: #e2e2e;
	background-image: url(background.gif);
	color: #000;
	text-align: center;
}

#top {
	width: 780px;
	border-style: solid;
	border-width: thin;
	margin-left: auto;
	margin-right: auto;
}

#NAGLOWEK {
	background-image: url(logo.gif);
	border-bottom-width: thin;
	width: 780px;
	height: 150px;
	text-indent: -9999px;

}

#MENU {
	height: 75px;
	width: 780px;
	text-align: right;
	float: left;
	background-color: #b19970;
	background-image: url(logo2.gif);

}


#TRESC {
	
	width: 780px;
	float: left;
	overflow: hidden;
	background-color: #fff;
	padding: 0;
}
#KONTAKT
	{
	text-align: left;

}
#STOPKA {
	clear: both;
	height: 75px;
	background-color: #888;
	background-image: url(foot.gif);
}
#STOPKA_TEKST {
	padding: 25px;
	text-style: bold;
	font-size: small;
	font-family: arial;
}

#PAINT {
	float: left;
	display: in-ine;
	padding: 10px;
	margin-left: 10px;

}

#FORM {
	margin-left: 300px;
}
#PHONE {
	text-style: bold;
	font-size: medium;
	font-family: arial;
	padding-top: 60px;
	padding-left: 50px;
	padding-bottom: 50px;
}
#phone {
	margin-left: 40px;
	margin-top: 30px;
	float: left;
}

h1 {
	text-style: bold;
	font-size: medium;
	font-family: arial;
	text-align: center;
	text-transform: uppercase;
}
h2 {
	text-style: bold;
	font-size: small;
	font-variant: small-caps;
	font-family: arial;
	text-align: center;
	text-transform: capitalize;
}
h3 {
	font-size: small;
	font-family: arial;
	text-align: justify;
	text-transform: lowercase;
	font-weight: normal;
}
p {
	margin-left: 20px;
	margin-right: 20px;
	font-size: small;
	font-family: arial;
	text-align: justify;
	
}

ul, ul li {
	
	display: block;
	list-style: none;
	margin-right: -30px;
	text-transform: uppercase;
}

ul li {
	float: left;
	margin-left: 0px;
	text-style: bold;
	font-size: small;
	font-family: arial;
	font-weight: 600;
	text-align: center;
	padding-top: 17px;
	padding-left: 100px;
}

ul a:link, ul a:visited {
	text-decoration: none;
	display: block;
	width: 110px;
	color: black;
	border-right:1px solid #f19900;
	border-left:1px solid #f19900;
}

ul a:hover {
	color: #fec600;
}