body{
  font-family: "century gothic", Arial;
  font-size:11px;
  text-decoration:none;
  line-height:14px;
}

#main-content {
	position:absolute;
	z-index:1;
	width:960px;
	height:592px;
	/*background:url('../img/bg_white.png') no-repeat #fff;*/
	margin:auto;
}

.menu {
	position:absolute;
	left:25px;
	bottom: 15px;
}

.menu a {
	font-family: "century gothic", Arial;
	font-size:12px;
	color:#777;
	text-decoration:none;
	line-height:16px;
}

.menu a.active{
	font-weight: bold;
}

#left-cover {
	position:absolute;
	left:0;
	top:0;
	z-index:3;
	height:588px;
	background-color:#fff;
}

#right-cover {
	position:absolute;
	right:0;
	top:0;
	z-index:3;
	height:588px;
	background-color:#fff;
}

#left-side-content {
	position:absolute;
	top:4px;
	z-index:4;
	width:6px;
	height:580px;
	background:url('../img/right-bar.jpg') no-repeat;
	left:966px;
}

#right-side-content {
	position:absolute;
	top:4px;
	z-index:4;
	width:6px;
	height:580px;
	background:url('../img/left-bar.jpg') no-repeat;
}

.gallery {
	z-index:3;
	border-top:1px solid #aaa;
	border-bottom:1px solid #aaa;
	height:160px;
	top: 210px;
	left:-600px;
	position:absolute;
	background-color:#fff;
}

.gallery img {
	position: absolute;
}
	
	
.contact {
	position: absolute; 
	width: 480px; 
	height: 358px; 
	background-color: #fff;
	left: 30px;
	top: 90px;
}

.contact input[type='text'], .contact textarea {
	width: 460px;
	border: 1px solid #ccc;
	height: 18px;
	margin: 3px 0;
	padding: 0 5px;
}

.contact textarea {
	height: 100px;
}

.contact input[type='submit']{
	float: right;
	border: none;
	background: none;
	cursor: pointer;
	color: #666;
	font-weight: bold;
	font-size: 11px;
}

.contact .error{
	position: absolute;
	right: 70px;
	bottom: 0px;
	border: 1px solid #ccc;
	padding: 2px 10px;
	color: #666;
	display: block;
	width: 200px;
	margin: 0 5px;
}

.contact .thanks {
	position: absolute;
	left: 70px;
	top: 170px;
	display: none;
}

.lang-selector{
	position: absolute;
	right: 30px;
	bottom: 15px;
}

.lang-selector, .lang-selector a {
  font-family: "century gothic", Arial;
  font-size:14px;
  color:#777;
  text-decoration:none;
}

.about{
	position: absolute; 
  width: 700px; 
  height: 300px; 
  background: url('../img/mikolajkatus.jpg') no-repeat;
	padding-left: 210px;
  left: 25px;
  top: 155px;
	text-align:justify;
}

.about p{
  margin-bottom: 4px;
	color: #565656;
	font-size: 13px;
	line-height: 14px;
}

.preloader {
	position: absolute;
	width: 180px;
	height: 16px;
	left: 370px;
	top: 280px;
	font-size: 20px;
	font-weight: bold;
	padding: 10px 40px;
	z-index: 4;
}

