* {
	margin: 0;
	padding: 0;
	outline: none;
}
html, body {
	background: url(img/site_bg.gif) repeat-x left top #282b32;
	font-family: Verdana;
	font-size: 12px;
	color: #000;
}
img {
	border: 0px;	
}
a:link, a:visited {
	color: #e73a00;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#site {
	margin: 0 auto;
	width: 988px;
}
#top {
	width: 988px;
	height: 60px;
	float: left;
}
#logo {
	float: left;
	width: 360px;
	height: 60px;
	padding-left: 20px;
	position: relative; 
}
#logo a img {
  position: absolute;
  width: 332px;
  height: 60px;
  z-index: 1;
}
#logo h1 {
  position: absolute;
  width: 332px;
  height: 60px;
  z-index: 2;
  background-color: #434E55;
  color: #F1F1EF;
  font: italic normal 42px/60px Times;    
}
#icons {
	float: right;
	padding-right: 20px;
	width: 270px;
	height: 60px;
	text-align: right;
}
#icons img {
	margin: 20px 3px 0px 3px;
}
#icons a {
	position: relative;
	top: -4px;
}
#siteContent {
	float: left;
	width: 988px;
	background: url(img/site_spacer.gif) repeat-y left top;
}
#siteContentTop {
	float: left;
	width: 988px;
	height: 20px;
	background: url(img/site_top.gif) no-repeat left top;
}
#mainPic {
	float: left;
	width: 988px;
}
#picLeft {
	float: left;
	width: 24px;
	height: 261px;
	background: url(img/site_top_left.gif) no-repeat left top;
}
#pic {
	float: left;
	width: 680px;
	height: 261px;
}
#menu {
	width: 241px;
	float: left;
	height: 227px;
	background: url(img/menu_spacer.gif) repeat-y left top;
	padding-top: 33px;
	padding-left: 19px;
}
#menu img {
	float: left;
}
#picRight {
	float: left;
	width: 24px;
	height: 261px;
	background: url(img/site_top_right.gif) no-repeat left top;
}
#content {
	float: left;
	width: 988px;
	margin-top: 20px;
	padding-bottom: 20px;
}
#txt {
	float: left;
	width: 680px;
	margin: 0px 20px;
	display: inline;
}
#title {
	float: left;
	width: 680px;
	height: 41px;
	position: relative;
}
#title img {
  position: absolute;
  z-index: 1;
}
h2 {
  position: absolute;
  z-index: 2;
  width: 680px;
  height: 38px;
  background-color: #E1E1DF;
  color: #E95912;
  font: normal 32px/35px Times;
}
#txt1 {
	float: left;
	width: 680px;
	text-align: justify;
	margin-top: 10px;
}
#galleryBox {
	float: left;
	width: 241px;
	background: url(img/galeria_spacer.gif) repeat-y left;
}
#galeriaHeader {
	float: left;
	width: 241px;
	height: 39px;
}
#galleryTop {
	float: left;
	width: 241px;
	background: url(img/galeria_top.gif) no-repeat left top;
}
#galleryBottom {
	float: left;
	width: 241px;
	background: url(img/galeria_bottom.gif) no-repeat left bottom;
	padding: 10px 10px 0px 10px;
}
#galleryBottom img {
	margin-bottom: 10px;
}
#stopka {
	float: left;
	width: 988px;
	color: #e1e1df;
	font-size: 11px;
	background: url(img/site_bottom.jpg) no-repeat left top;
}
#stopkaLeft {
	float: left;
	height: 30px;
	padding-left: 20px;
	margin-top: 10px;
}
#stopkaRight {
	float: right;
	padding-right: 20px;
	height: 30px;
	margin-top: 10px;
}
