@charset "utf-8";
body {
	font-family: tahoma;
	font-size: 12px;
	color: #4f413b;
	margin: 0px;
}
input {
	background-color: #e9e1e1;
	border: 1px solid #e6cdc7;
	font-family: tahoma;
	font-size: 12px;
	color: #836a6a;
}
input[type=button] {
	background-image: url(btn.jpg);
	height: 20px;
	width: 80px;
	font-family: tahoma;
	font-size: 12px;
	color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#mainpage {
	width: 776px;
	margin-right: auto;
	margin-left: auto;
	background-color: #F3EFF0;
}
#header {
	background-image: url(header.jpg);
	height: 167px;
}
.head-tit {
	display: block;
	height: 125px;
}
.lang {
	text-align: right;
	padding-right: 40px;
	padding-top: 6px;
	color: #FFFFFF;
}
.lang a {
	color: #CCCCCC;
	text-decoration: none;
}
.lang a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#footer {
	background-image: url(fot-bg.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 25px;
	color: #333333;
	background-color: #F3EFF0;
	text-align: right;
	padding-right: 20px;
	padding-top: 16px;
}
#container {
	padding-top: 15px;
	padding-bottom: 15px;
}

#menu-left {
	float: left;
	width: 218px;
	padding-left: 22px;
}
#page-center {
	float: right;
	width: 527px;
	padding-right: 6px;
}
.box-bg {
	background-image: url(box-bg.jpg);
	background-repeat: repeat-y;
	width: 218px;
	margin-bottom: 10px;
}
.box-title {
	background-image: url(box-title.jpg);
	height: 28px;
	padding-top: 8px;
	padding-left: 30px;
	font-weight: bold;
	color: #b27667;
}
.box-foot {
	background-image: url(box-foot.jpg);
	height: 23px;
}
.box-cont {
	padding: 10px;
}
.block-bg {
	background-image: url(block-bg.jpg);
	width: 527px;
}
.block-title {
	background-image: url(block-title.jpg);
	height: 30px;
	padding-top: 65px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 15px;
}
.block-cont {
	background-image: url(block-head.jpg);
	padding-right: 25px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 25px;
	background-repeat: no-repeat;
	background-position: top;
}
.contscroll {
	text-align: justify;
}

.block-foot {
	background-image: url(block-foot.jpg);
	height: 13px;
}
.mnu a {
	display: block;
	background-image: url(mnu-lnk.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 16px;
	margin-bottom: 5px;
	color: #bb6848;
	text-decoration: none;
	padding-left: 20px;
}
.mnu a:hover {
	display: block;
	background-image: url(mnu-lnk-hover.jpg);
	color: #ba7a16;
	text-decoration: none;
}
.desainy {
	display: block;
	float: left;
	height: 35px;
	width: 130px;
	position: relative;
	margin-top: -15px;
}
.ptitle {
	font-weight: bold;
	color: #A7624E;
}
.ntitle {
	color: #BE9D8C;
	text-decoration: underline;
}
.slogn {
	font-weight: bold;
	color: #A7624E;
	text-align: right;
	margin-bottom: 10px;
	padding-right: 20px;
}
a:link, a:visited {
	color: #BE9D8C;
	text-decoration: underline;
}
a:hover {
	color: #BE9D8C;
	text-decoration: none;
}