@import url("./menu.css");

* {

	padding: 0;

	margin: 0;

}

body {

	background: /*#5cac88*/#12895F url("./data/bg.jpg") top left repeat-x;

	font-family: Verdana, Arial, sans-serif;

	font-size: 0.8em;

	color: #630;

}


.fotogalerka{
margin-bottom: 30px;
}
/*.fotogalerka a{
border: 1px solid #663300;
padding: 1px;
}
.fotogalerka a:hover{
border: 1px solid #EBE4D1;
}*/



h1 {

	width: 786px;

	height: 274px;

	background: url("./data/top.jpg") top left no-repeat;

	margin: 0 auto;

	margin-top: 70px;

}

h1 span {

	display: none;

}

h2 {

	/*color: #ff9;*/

	padding: 10px 0;

	font-size: 1.0em;

	text-align: center;

}

h3 {

  font-size: 1.0em;

  margin-top: 5px;

}

p {

  /*text-align: justify;*/

	padding: 5px 0;

	/*letter-spacing: 0.7px;*/

}

div#footer {

	width: 786px;

  height: 108px;

  background: url("./data/bottom.jpg") top left no-repeat;

  position: relative;

  margin: 0 auto;

  padding-top: 200px;

  font-weight: bold;

  text-align: center;

  top: -150px;

  z-index: 0;

}

span#bg {

	display: block;

	width: 100%;

	height: 128px;

	background: url("./data/bg-bottom.jpg") top left repeat-x;

	position: relative;

	top: -230px;

	z-index: -1;

}

div#main {

	width: 786px;

	/*padding-left: 35px;

	padding-right: 40px;

	padding-bottom: 30px;*/

	background: url("./data/bg-main.jpg") top left repeat-y;

	margin: 0 auto;

}

div#page {

	/*padding-left: 180px;

	_position: relative;

	_top: -100px;*/

	padding: 30px 130px;

	position: relative;

	z-index: 1;

}

address {

	padding: 10px 0;

	font-style: normal;

	margin-top: 0px;

}

a {

	font-weight: bold;

	color: #363;

}

a:hover {

	text-decoration: none;

}

img {

  border: none;

}

th {

  color: #000;

  font-size: 0.8em;

  padding: 5px;

}

td {

  text-align: center;

  padding: 10px 15px;

}

table {

  background: #fff;

  margin-top: 10px;

  margin: 0 auto;

}

object {

  margin-top: 20px;

}

div#banner {

	padding-left: 15px;

}

div#menu {

	height: 52px;

	background: url("./data/menu.jpg") top left no-repeat;

	padding: 0 100px;

	padding-top: 25px;

	position: relative;

	z-index: 1;

	text-align: center;
	
	_width: 500px;


	/*float: left;

	_float: left;

	width: 159px;

	_position: relative;

	_top: -55px;*/

}

div#menu ul li {

	list-style: none;

	float: left;

	margin-bottom: 5px;

	/*display: inline;

	/*height: 27px;

	margin-bottom: 3px;*/

}

div#menu ul li a {

	display: block;

	height: 13px;

	/*background: url("./data/menu.jpg") top left no-repeat;

	color: #fff;

	display: block;

	width: 124px;

	height: 22px;

	padding-top: 5px;

	padding-left: 35px;

	text-decoration: none;*/

}

div#menu ul li a span {

	display: none;

}

div#menu ul li a.right {

	border: none;

	padding-right: 0;

}

div#menu ul li a span {

	font-size: 1.2em;

}

div#menu a:hover {

	/*background: url("./data/menu.jpg") bottom left no-repeat;

	color: #ff9;*/

}


