body {
	margin: 0;
	padding: 0;
	background: #770304; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: justify;
}

#page-container {
	width: 790px;
	height: 500px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
/*==============================
	UPPER TAB NAVIGATION
===============================*/
#overheader {
	height: 31px;
	margin-right: 4px;
	margin-top: 5px;
}

#overheader div {
	float: right; /*clean the floats!!!*/
	width: 134px;
	padding-left: 2px;
}
#overheader a {
	display: block;
	padding: 8px; /*nie wiadomo czemu padding left i right moze byc dowolny byle nie wyzszy niz ok 40px*/
}
#overheader a:link,
#overheader a:visited,
#overheader a:hover,
#overheader a:active {
	color: #FFFFCC;
	font-weight: bold;
	text-decoration: none;
}
#overheader a:link,
#overheader a:visited {
	background: url('images/tab.jpg') no-repeat;
}
#overheader a:hover,
#overheader a:active {
	background: url('images/tab_hover.jpg') no-repeat;
}

/*==============================
	HEADER
===============================*/
#header {
	background: url('images/header.jpg');
	margin-bottom: 0;             /*nie dziala!!!*/
}
#header h1 {
	padding: 0;
	padding-top: 30px;
	margin:0;
	margin-left: 55px;
	height: 180px;
	text-align: left;
}
/*==============================
	CONTENT
===============================*/
#content {
	background-color: #EEDFC8;
	margin-top: 0px;           /*nie dziala!!!*/
}

/*==============================
	MENU LEFT
===============================*/

#content #menu {
	background: url('images/content_bg3.jpg') repeat-x;
	width: 230px;
	height: 260px;
	float: left;
	text-align: center;
	font-size: 15px;
	padding-top: 20px;
	border-right: 1px solid #EFDECA;
}
#content #menu ul,
#content #menu li {
	padding: 0;
	margin: 0;
	list-style: none;
	
}
#content #menu ul li {
	margin: 0 0 0 20px;
}

#content #menu ul li a {
	display: block;
	text-decoration: none;
	padding: 4px 2px 3px 5px;
	color: #770304;
}
#content #menu li a:hover {
	color: #ED080C;
}
#content #menu h2 {
	text-align: center;
	color: #770304;
	font-size: 120%;
	margin-left: 20px;
}
/*==============================
	MAIN TEXT
===============================*/

#content #text {
	background: url('images/content_bg3.jpg') repeat-x;
	margin-left: 230px;
	height: 100%; /*temporary!!!*/
	text-align: justify;
	color: #000000;
	padding: 35px;
	padding-top: 25px;
	
	line-height: 150%;
}
#content #text h1 {
	font-size: 130%;
}
#content #text blockquote {
	font-style: italic;
	font-family: Georgia, sans;
	font-size: 15px;
	text-align: right;
	margin: 25px 20px 25px 0;
}
#content #text a,
#content #text a:active,
#content #text a:visited {
	color: #770304;
	text-decoration: underline;
}
#content #text a:hover {
	color: #770304;
	text-decoration: none;
}
#content #clearer {
	clear: both;
}
.mapa {
	font-size: 12px;
	height: 900px;
}
/*==============================
	FOOTER
===============================*/

#footer {
	background: url('images/footer.jpg') no-repeat;
	padding-top: 2px;
	border-top: 1px solid #E9D6B8;
	height: 40px;
}
#footer span {
	float: right;
	color: #BE9D3A;
	font-size: 11px;
	margin: 0;
	padding: 0;
	padding-bottom: 7px;
	padding-top: 3px;
}
#footer span a,
#footer span a:active,
#footer span a:visited {
	text-decoration: underline;
	color: #BE9D3A;
}
#footer span a:hover {
	text-decoration: none;
	color: #BE9D3A;
}