body {
	background-image: url(../images/body-back.gif);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #c7a357;
	margin-top: 19px;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #392F19;
}
.bot-menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #DFD2B7;
	text-decoration: none;
}
.bot-menu:hover {
	color: #723829;
}
.text-1 {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #DFD2B7;
	text-decoration: none;
}
.text-1:hover {
	color: #FFFFFF;
}

.text-1-bold {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #DFD2B7;
	font-weight: bold;
}
.text-1-bold-dark {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #C8A559;
	font-weight: bold;
}
.textarea1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #8E7643;
	background-color: #ECDFC6;
	border: 1px solid #8E7643;
	height: 18px;
	font-size: 11px;
}
.textarea1-big {
	font-family: Arial, Helvetica, sans-serif;
	color: #8E7643;
	background-color: #ECDFC6;
	border: 1px solid #8E7643;
	font-size: 11px;
}
.but {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #F3D799;
	background-color: #B4924B;
	height: 20px;
	width: 55px;
	border: 1px solid #F3D799;
	font-size: 11px;
}

