/* Przydatne style */
	*					{ margin: 0; padding: 0; }
	img				{ border: 0; }

	.left				{ float: left; }
	.right			{ float: right; }
	.clear			{ clear: both; }
	.block			{ display: block; }
	.text-right		{ text-align: right; }
	.text-center	{ text-align: center; }
	
	a					{ color: #B9C3DF; cursor: pointer; }
	a:hover			{ color: #7483AD; text-decoration: none; }

html { height: 100%; }
	
body {
	background: #F3EED6 url(../images/layout/site-bg.gif) repeat-x;
	font: 12px Tahoma;
	color: #000;
	text-align: center;
	height: 100%;
}
	
/* Main */	
#main {
	margin: 0 auto;
	min-height: 89%; _height: 89%;
	width: 790px;
	text-align: left;
}
	#mainTop { height: 253px; /*background: transparent url(../images/layout/main-top-bg.jpg) no-repeat;*/ font: bold 14px Georgia;
				  }
		
		/* Logo */
		#mainTop .logo { display: block; margin: 0 auto; position: relative; top: 161px; left: 3px; }
		
		/* Wersje j�zykowe*/
		#mainTop #lang { float: right; width: 100px; height: 14px; text-align: center; position: relative; top: 12px; right: 20px; }
		
	#mainLeftColumn { float: left; width: 224px; position: relative; left: 35px; top: 10px; }
	#mainRightColumn { float: right; width: 496px; position: relative; right: 35px; top: 10px; }
	#mainFooter { height: 100px; width: 100%; font-size: 11px; color: #fff; padding-top: 15px;
					  background: transparent url(../images/layout/main-footer-bg.gif) center bottom repeat-x;  }
					  
		#mainFooter div { margin: 0 auto; width: 790px; }
		#mainFooter div .left { position: relative; top: 60px; text-align: left; }
		#mainFooter div .right { position: relative; top: 65px; right: 30px; text-align: right; }
		#mainFooter div .img { float: left; position: relative; top: 8px; left: 200px; }
		
		#mainFooter div a { font-weight: bold; color: #fff; background: transparent url(../images/layout/other/border-dotted-white.gif) center bottom repeat-x; 
								  text-decoration: none; padding-bottom: 1px; }
		#mainFooter div a:hover { background: none; }


        #gallery {height:192px; margin:37px 0 0 34px; position:absolute; width:722px;}
        #gallery a {float:left; position:absolute;}
        #gallery a img {border:none;}
        #gallery a.show {z-index:500}
