body {
	background: #FFFACD;
	background-image: url(back.jpg);
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7b500c;
	margin: 0px;
	padding: 0px;
}
HR {
  border: 0px solid #7b500c;	/* Убираем ненужную рамку для браузера Opera */
  background-color: #7b500c;	/* Цвет линии для браузера Opera и Netscape */
  color: #7b500c; 			/* Цвет линии для браузера IE */
  height: 1px;			/* Высота линии */
  width: 80%;			/* Ширина линии */
  text-align: center;/* Выравнивание по центру */
}

H2 {
 	text-align: center;
}

a {
	color:#7b500c;
}

a:hover {
	text-decoration: none;
	color: red;
}

p {
	text-indent: 2em;
}

.hr {
	width: 60%;
}
.head {
	background-image: url(head_back.jpg);
	background-position: right;
	background-repeat: no-repeat;
	height: 148px;
	margin: 0px;
	padding: 0px;
	z-index: 1;
}
.dragon {
	position: absolute;
	top: 17px;
	left: 189px;
	z-index: 0;
}

.menu {
	position: relative;
	display: inline;
	left: 0px;
	float: left;
	/*background-color: #FFFFF0;
	background-image: url(menuback.jpg);*/
	border: none;
	width: 178px;
	margin-top: 5px;
	margin-left: 11px;
	margin-bottom: 20px;
	z-index: 1;
}
.switok {
	display: inline;
	position: relative;
	margin: 0px;
	clear: both;
	left: -3px;
	bottom: 6px;
}
.switok1 {
	display: inline;
	position: relative;
	margin: 0px;
	clear: both;
	left: -3px;
	top: 10px;
}
.menuback {
	background: url(menupict.jpg) no-repeat right top;
	padding: 1px 10px 15px 10px;
	font-size: 12px;
	line-height: 18px;

}
.menuu {
	border: 1px solid maroon;
	margin: 0px;
	padding: 0px;
	background-image: url(menuback.jpg);
	background-color: #FFFFF0;
}
.menuback a {
	background: transparent url(rollover1.gif) no-repeat 0px 2px;
	padding-left: 16px;
}
.menuback a:hover {
	background: transparent url(rollover.gif) no-repeat 0px 2px;
}
.content {
	position: relative;
	background-color: #FFFFF0;
	background-image: url(menuback.jpg);
	border: 1px solid maroon;
	margin: -29px 13px 6px 200px;
	padding: 0px;
	z-index: 4;
}
.flag {
	position: relative;
	float: left;
	z-index: 2;
}
.contback {
	background-image: url(contback.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	margin: 0px 15px 0px 70px;
	}

.contback img {
	position: relative;
	border: none;
	/*float: left;*/
	margin: 5px 5px 5px 0px;
}

.navigate {
	padding: 10px;
	font-size: 12px;
	text-align: right;
}
.navigate a {
	font-weight: bold;
}
.name {
	position: absolute;
	left: 270px;
	top: 15px;
}
.footer {
	clear:both;
	padding: 5px 15px 15px 200px;
}