body {
	background:#000;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}
#wrapper {
	background:url('../img/canvas1.jpg') repeat;
	width:1000px;
	min-height:500px;
	margin:0 auto;
	position:relative;
	font-family:Georgia;
	font-size:18px;
	z-index:1;
}
#borders {
	background:url('../img/l-r-borders.png') repeat-y;
	width:100%;
	height:100%;
}
#content {
	width:800px;
	min-height:290px;
	padding:0px 100px;
	position:relative;
	z-index:3;
}
#citata {
	
}
/* Prorez v holste
#blok {
	position:absolute;
	width:500px;
	top:50px;
	left:50px;
	height:300px;
	background:#000;
	color:#996600;
	box-shadow:0px 0px 10px #A99B92 inset;
}
*/
h1, h2 {
	margin:0px;
	padding-top:30px;
	text-shadow:1px 1px 2px #000;
	text-align:center;
	cursor:default;
	color:#000;
	margin-bottom:50px;
}
h2 {
	color:#3f1e00;
}

/* --- Languages --- */

#lang {
	width:115px;
	height:15px;
	position:absolute;
	top:10px;
	right:50px;
	display:none;
}
#lang div {
	width:25px;
	height:15px;
	position:absolute;
	box-shadow:1px 1px 2px #000;
	border-radius:2px;
}
#lang div a {
	display:block;
	width:100%;
	height:100%;
}
#rus {
	left:10px;
	background:url('../img/rus.png');
}
#eng {
	left:45px;
	background:url('../img/eng.png');
}
#pl {
	right:10px;
	background:url('../img/pl.png');
}
/* --- Main menu --- */

#menu {
	width:1000px;
	height:190px;
	background:url('/tmp/img/menu.png');
	margin:0 auto;
}
#menu ul {
	text-align:center;
	padding-top:77px;
	padding-left:0px;
}
#menu li {
	list-style:none;
	display:inline;
	margin:0px 20px;
	font-size:160%;
}
#menu a {
	text-decoration:none;
	color:#3F1E00;
	font-weight:bold;
	text-shadow:0px 0px 3px #3F1E00;
	transition:text-shadow 0.3s, color 0.3s;
	-moz-transition:text-shadow 0.3s, color 0.3s;
	-webkit-transition:text-shadow 0.3s, color 0.3s;
	-o-transition:text-shadow 0.3s, color 0.3s;
}
#menu a:hover, #art-cat td a:hover {
	text-shadow:0px 0px 3px #3f1e00;
	color:rgba(0,0,0,0);
}

/* --- Gallery --- */

.gallery {
	width:880px;
	border-collapse:collapse;
	margin-left:-40px;
}
.gallery img {
	max-width:200px;
	max-height:200px;
	display:block;
	margin:0 auto;
	margin-bottom:10px;
	border:3px ridge #8C6013 !important;
	box-shadow:3px 3px 6px #000;
}
.gallery img:hover  {

}
.gallery td {
	vertical-align:bottom;
	width:210px;
	height:240px;
	border-bottom:1px solid #000;
	/* background:url('/tmp/img/pict-back.png') no-repeat; */
	background:linear-gradient(to top, rgba(0,0,0,.6), transparent);
	background-position:bottom;
}

/* --- Contacts --- */

#contacts td {
	vertical-align:middle;
	font-size:20px;
}
#contacts td img {
	padding-top:10px;
	padding-right:10px;
}
#contacts td strong {
	text-shadow:1px 1px 2px #000;
}
#contacts td a {
	color:#000;
}
#contacts td a:hover {
	color:#3f1e00;
	text-decoration:none;
}

/* --- Footer --- */

#footer {
	width:900px;
	height:80px;
	padding:10px 50px 40px 50px;
	margin:0 auto;
}
#copy {
	color:#996600;
	width:230px;
	padding:8px;
	float:left;
	text-align:center;
}
#kikel {
	color:#996600;
	padding:8px;
	float:right;
	font-size:70%;
	text-align:center;
}
#kikel a {
	color:#bbb;
	text-decoration:none;
}
#bottom {
	background:url('../img/bottom.png');
	width:1000px;
	height:39px;
	position:absolute;
	bottom:0px;
}
#bottom-wrap {
	width:100%;
	height:100px;
}