body {
	margin: 0;
	padding: 0;
	background: #FBF1D6;
	font-family: Tahoma;
	font-size: 12px;
	color: #787878;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #32639A;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 2.4em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}


a {
	text-decoration: none;
	color: #787878;
}

a:hover {
	color: #FFC019;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	position: center;
	text-align: justify;
}

#p {
	width: 940px;
	margin: 0 auto;
	padding: 0;
}

/* TOP */

#t {
	height: 100px;
	background: #592114;
	border-bottom: 5px solid #F7811D;
}

#t_l {
	width: 940px;
	height: 40px;
	margin: 0 auto;
}



#title {
	float: left;
	margin: 0;
	padding-top: 20px;
	color: #000000;
}

#title h1 {
	margin: 0;
	padding: 0;
	float: left;
	letter-spacing: -1px;
	letter-spacing: -1px;
	font-size: 3.8em;
	color: #ffffff;
}

#title h2 {
	margin: 0;
	padding: 0;
	float: left;
	letter-spacing: -1px;
	font-size: 3.8em;
	color: #787878;
}

#title a {
	border: none;
	background: none;
	text-decoration: none;
	color: #FCF2D9;
}

/* Treść */

#c {
	float: right;
	width: 620px;
	padding: 30px 0px 0px 0px;
}

#c img{
	padding: 5px 5px 5px 5px;
	border: solid 3px #ffffff;
}



/* Sidebar */
#s{
	float: left;
	width: 280px;
	padding-top: 20px;
	color: #787878;
}

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

#s li {
	margin: 0;
	padding: 0;
	border-bottom: 1px dashed #D1D1D1;
	margin: 0px 0px;
	line-height: 35px;
}

#s li ul {
	margin: 0px 0px;
	padding-bottom: 30px;
}

#s li li {
	line-height: 35px;
	border-bottom: 1px dashed #D1D1D1;
	margin: 0px 30px;
	border-left: none;
}

#s li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}

#s h2 {
	height: 38px;
	padding-left: 30px;
	letter-spacing: -.5px;
	font-size: 1.8em;
	color: #FA8C11;
}

#s p {
	display: block;
	margin: 0 0px;
	padding: 0px 30px 20px 30px;
	text-align: justify;
}

#s a {
	border: none;
}

#s a:hover {
	text-decoration: underline;
	color: #FFC019;
}

/* Footer */
#f {
	height: 50px;
	margin: 0 auto;
	padding: 0px 0 15px 0;
	background: #542015;
	border-top: 5px solid #F7811D;
	clear: both; 
}
#f p {
	margin: 0;
	padding-top: 20px;
	line-height: normal;
	font-size: 10px;
	text-transform: uppercase;
	text-align: center;
	color: #FF9535;
}


#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }



