@charset "windows-1251";
body {
	margin: 0;
	padding: 0;
	background-color: #F8F0E3;
	height: auto;
	width: auto;
	position: relative;
	background-image: url(images/bkgr_l.jpg);
	background-attachment: scroll;
	background-repeat: repeat-x;
}
a {
	text-decoration: none;
	color: #8A0000;
}
a:hover {
	text-decoration: underline;
	color: #880000;
}

.body #table {
	vertical-align: middle;
	height: 100%;
	width: 100%;
	position: relative;
}

.body #container {
	width: 777px;
	margin: 0px auto;
	text-align: left;
	vertical-align: top;
	height: 100%;
	background-image: url(images/backgroundimg.jpg);
	background-repeat: repeat-y;
	color: #666666;
} 
.body #header {
	width: 777px;
	margin: 0;
	background-image: url(images/head_en.jpg);
	background-repeat: no-repeat;
	padding-top: 96px;
}
.body #headerbg {
	width: 777px;
	margin: 0;
	background-image: url(images/head_bg.jpg);
	background-repeat: no-repeat;
	padding-top: 96px;
}


.body #footer {
	padding: 5px 0;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	vertical-align: bottom;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	height: 15px;
} 
.body #footer p {
	margin: 0;
	padding: 0 10px;
	vertical-align: bottom;
}


.fltrt {
	float: right;
	margin-left: 5px;
}
.fltlft {
	float: left;
	margin-right: 5px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.body #main {
	margin: 50px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	height: auto;
	max-width: 777px;
	position: relative;
	vertical-align: top;
	text-align: left;
	padding: 0;
	color: #767676;

}
.body #main .bkgr {
	margin: 50px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	height: auto;
	max-width: 777px;
	position: relative;
	vertical-align: top;
	text-align: left;
	padding: 0;
	color: #F3EBDE;
}

.body #main .text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #666666;
}
.body #main .text2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 25px;
	border-bottom: solid #DDD1B9 1px;
	color: #666666;
}
.body #main .text3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 25px;
	border-bottom: solid #DDD1B9 1px;
	color: #666666;
}


.body #main h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #666666;
	line-height: normal;
}
.body #main h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #666666;
	line-height: normal;
}
.body #main h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #666666;
	line-height: 15px;
	font-style: italic;
}
.body #main h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: lighter;
	line-height: 15px;
	color: #666666;
}
.body #main h6 {
	border-bottom-color: #876412;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	margin-bottom: 10px;
}

