* {
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url(../img/fon.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f8e8b6;
}
h1 {
	font-size: 26px;
	color: #ffd75c;
	font-style: normal;
	padding-bottom: 10px;
}
h2 {
	font-size: 26px;
	color: #ffd75c;
	font-style: normal;
	background-image: url(../img/pixel_h2.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 45px;
	margin-bottom: 10px;
}
a {
	color: #f3af1e;
}
a:hover {
	text-decoration: none;
}
p {
	margin-bottom: 7px;
}
img {
	border: 1px solid #690001;
	margin-right: 5px;
	margin-bottom: 5px;
	cursor: pointer;
}

#index {
	background-image: url(../img/BGG2.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
}
#flash {
	height: 528px;
	width: 670px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -335px;
	margin-top: -264px;
}

#zastavka {
	height: 100px;
	width: 100px;
	margin-left: -50px;
	position: absolute;
	left: 50%;
	margin-top: 20px;
}
#main {
	background-image: url(../img/fon_table.jpg);
	background-repeat: no-repeat;
	height: 1194px;
	width: 660px;
	left: 50%;
	position: absolute;
	margin: 185px 0 0 -345px;
	padding: 10px 20px 75px 10px;
}
#top_menu {
	width: 690px;
	position: absolute;
	margin-top: 165px;
	margin-left: -345px;
	height: 20px;
	left: 50%;
	text-align: center;
}
#top_menu img {
	border: 0;
	padding-right: 7px;
}

#left_menu {
	width: 230px;
	float: left;
}

#left_menu a {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	text-decoration: none;
	color: #f8e8b6;
	font-weight: bold;
	background-image: url(../img/pixel.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#left_menu a:hover {
	color: #f3af1e;
}

#map1 {
	width: 210px;
	margin-top: 50px;
}
#map2 {
	width: 210px;
	margin-top: 100px;
}
#map1 a {
	text-decoration: underline;
	color: #f3af1e;
	background-image: none;
	display: inline;
}
#map2 a {
	text-decoration: underline;
	color: #f3af1e;
	background-image: none;
	display: inline;
}
#content {
	margin-left: 260px;
	text-align: justify;
}
#footer {
	height: 40px;
	width: 660px;
	position: absolute;
	bottom: 85px;
	left: 10px;
}

#footer p {
	color: #f3af1e;
	vertical-align: middle;
	margin-top: 10px;
}
