*{
	font-family:sans-serif;
}

BODY {
	background: url(../images/back.jpg);
	font-family: sans-serif;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
}
div {
	position: absolute;
	float: left;
}

#back {
	z-index: 30;
	/*width: 928px;*/
	width: 916px;
	min-height: 693px;
	top: 91px;
	left: 230px;
	background:#e2dbc8;
	/*background: url(../images/back_square.png);*/
}


#logo {
	z-index: 50;
	width: 277px;
	height: 112px;
	top: -91px;
	left: 749px;
}
#logo:hover {
	filter: alpha(opacity=70);
	moz-opacity: 0.7;
	opacity: 0.7;
}

#post-it {
	z-index: 50;
	width: 300px;
	height: 300px;
	top: -70px;
	left: -110px;
	background: url(../images/post-it.png);
}
#info_post-it {
	z-index: 60;
	width: 250px;
	height: 220px;
	top: 50px;
	left: 15px;
	color: blue;
	font-weight: 200;
	/*border: 1px solid red;  ��������� ������� */
}
#first_aid {
	z-index: 50;
	width: 100px;
	height: 100px;
	top: 20px;
	left: 20px;
}


#m_menu {
	z-index: 50;
	width: 240px;
	height: 340px;
	top: 287px;
	left: -58px;
	background: url(../images/menu.jpg);
}
table.menu_table {
	width: 100%;
	height: 100%;
	margin-top: 0px;
}
table.menu_table tr {
	text-align: center;
}
table.menu_table a {
	text-decoration: underline;
	color: #3c3521;
	font: 20px Arial;
	font-weight: 600;
}
table.gallery_menu a {
  text-decoration: none;
  color: #95d;
  font: 17px Arial;
  font-weight: 600;
}

#info_block {
	z-index: 40;
	width: 650px;
	height: 500px;
	top: 70px;
	left: 230px;
	color: #3c3521;
	font-size: 16px;
	font-weight: 200;
}

#info_block h1{
	font-size:1.5em;
}

#info_block a {
	color: #c11137;
}

#candies {
	z-index: 60;
	width: 195px;
	height: 211px;
	top: 100px;
	left: 720px;
	background: url(../images/candies.png);
	display:none;
}
#cup {
	z-index: 100;
	width: 301px;
	height: 322px;
	top: 300px;
	left: 730px;
	background: url(../images/coffee_cup.png);
	display:none;
}
#marker {
  z-index: 50;
  width: 364px;
  height: 177px;
  top: 550px;
  left: 500px;
  background: url(../images/marker.png);
}
#radar {
	display:none;
  z-index: 50;
  width: 261px;
  height: 261px;
  top: 430px;
  left: 710px;
  background: url(../images/radar.png);
}

#back_bottom {
	z-index: 30;
	width: 916px;
	height: 700px;
	top: 666px;
	left: 0px;
	background:#e2dbc8;
	/*background: url(../images/back_line.png);*/
}
#bottom_text {
	z-index: 40;
	width: 530px;
	height: 430px;
	float: left;
	top: -65px;
	left: 220px;
	color: #eee;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}


#footer {
	z-index: 100;
	height: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	left: 0px;
	top: 710px;
	color: #222;
}

#list {
  z-index: 50;
  width: 491px;
  height: 604px;
  top: 35px;
  left: 220px;
  background: url(../images/list.png);
}
#info_list {
  z-index: 60;
  width: 410px;
  height: 570px;
  top: 5px;
  left: 65px;
  color: #000;
  font: 13px "Times New Roman";
  font-weight: bolder;
}

#bottom_text_gallery {
  z-index: 40;
  width: 618px;
  height: 503px;
  top: 35px;
  left: 220px;
  color: #eee;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
}

/* FIX */



table form#cform tr td{
	text-align:left;
	margin:0;
	padding:0;
}

