body {
	margin: 20px;
	padding: 0;
	background: #FFFFFF url(img/img1.gif);
	background-attachment: fixed;
	font: normal small Arial, Helvetica, sans-serif;
	color: #000;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	color: #000;
}

p, ul, ol, blockquote {
	margin-top: 0;
}

a {
	color: #6F4503;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

/* ================================= LOGO ====================================== */

#logo {
	width: 720px;
	height: 110px;
	margin: 0 auto;
	padding: 35px 0 0 0;
	background: #FFEE8F url(img/img2.gif) repeat-x;
	border: 5px solid #FFFFFF;
	border-bottom: none;
}

#logo h1 {
	text-align: center;
	font-size: 3em;
}

#logo h2 {
	text-align: center;
	font-size: 1.4em;

}

#logo a {
	text-decoration: none;
	color: #333333;
}

/* ===================================== MENU ================================== */

#menu {
	width: 720px;
	height: 36px;
	margin: 0 auto;
	padding: 0;
	background: #4E4E4E;
	border: 5px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;;
}

#menu h2 {
	display: none;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 98px;
	height: 26px;
	padding-top: 10px;
	text-align: center;
	text-decoration: none;
	color: #CCCCCC;
}

#menu a:hover{
	background: #000000;
	color: #FFFFFF;
}

/* ================================== BANER ==================================== */

#baner {
	width: 720px;
	margin: 0 auto;
	background: #FFFFFF;
	border-left: 5px solid #FFFFFF;
	border-right: 5px solid #FFFFFF;
}

/* ================================== TREŚĆ ==================================== */

#tresc {
	width: 720px;
	margin: 0 auto;
	background: #FFFFFF;
	border: 5px solid #FFFFFF;
}

#tresc .tytul {
	padding: 10px 20px;
	background: #FFEE8E url(img/img4.gif) repeat-x left bottom;
	font-size: 1em;
}

#tresc .tekst {
	padding: 20px;
	border: 2px solid #FFEE8E;
}

/* ============================== STOPKA ======================================= */

#stopka {
	width: 680px;
	margin: 0 auto;
	padding: 10px 20px;
	background: #4E4E4E;
	border: 5px solid #FFFFFF;
	border-top: none;
}

#stopka p {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 12px;
	color: #CCCCCC;
}

#stopka a {
	color: #CCCCCC;
}
