body {
	margin: 0;
	padding: 0;
	background: #000;
	font-family: Arial, sans-serif;	
}

td {
}

div.clearing {
	clear: both;
}

#root {
	width: 760px;
	margin: auto;
	background: url(../gfx/faux.gif);
}

#top {
	position: relative;
	width: 760px;
	height: 277px;
	background: url(../gfx/header.jpg);
}

#top h1, #top h2 {
	display: none;
}

#menuTop {
	position: absolute;
	list-style-type: none;
	padding: 0 0 0 20px;
	margin: 0;
	left: 0px;
	top: 142px;
	height: 28px;
	width: 485px;
	background: url(../gfx/menuTopBg.gif);
}

#menuTop li {
	float: left;
	padding: 2px 17px 0 17px;
}

#menuTop li a {
	font-size: 13px;
	font-style: italic;
	font-family: Helvetica, sans-serif;
	font-weight: bold;	
	text-decoration: none;
	color: #000;
}

#sidebar {
	width: 196px;
	height: 460px;
	float: left;
}

#menuRight {
	width: 196px;
	background: url(../gfx/menuRightTop.gif) no-repeat;		
	list-style-type: none;
	margin: 0;
	padding: 30px 0 0;
}

#menuRight li {
	background: url(../gfx/menuRightTick.gif) left center no-repeat;
	margin: 0 15px 0 15px;
	padding: 4px 0px 4px 30px; 
	border-bottom: 1px solid #999;
}

#menuRight li * {
	font-style: italic;
	font-weight: bold;
	font-size: 12px;
	color: #dce0e3;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#contentWrp {
	float: right;
	background: url(../gfx/contentTop.jpg) no-repeat;
	width: 564px;
}

#content, #content td {
	font-size: 12px;
}

#content {
	width: 540px;
	margin: 50px 10px;
}

#content h1#indexHeader {
	margin: -35px 0 35px 0;
	padding: 0;
	width: 285px;
	height: 22px;
//	background: url(../gfx/headerGlowna.png);
}

#footer {
	width: 760px;
	height: 32px;
	background: #000 url(../gfx/footer.jpg) no-repeat;
	padding: 158px 0 0 0;
}


.column {
	width: 262px;
	text-align: justify;
}

.column h2 {
	color: #727272;
	font-family: Helvetica, sans-serif;
	font-size: 18px;
}

.left {
	float: left;
}

.right {
	float: right;
}

#langs a {
	display: block;
	width: 46px;
	height: 24px;
	float: left;
}

#langs a span {
	display: none;
}

#langPl {
	margin: 17px 0 0 13px;
}

#langEn {
	margin: 17px 0 0 409px;
}

.more a {
/*	font-weight: bold; */
	font-size: 80%;
}

#content a, #content a:hover {
	color: #16387C;
	font-weight: bold;
}

#subgallery {
	float: left;
	margin: 0 10px 0 0;
	border: none;
}

img {
	border: none;
}

h3, h4 {
	color: #16387C;
}

#footer .copyright {
	margin: 0;
	padding: 0;
	float: left;
	color: #fff;
	font-size: 9px;
}

#footer .copyright a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#footer .stat {
	display: block;
	float: right;
}
