@charset "windows-1251";
body {
	font-family: "Trebuchet MS";
	margin: 0px;
	padding: 0px;
	color: #537c4f;
	background-color: #EFECC3;
}
.mt {
	background-color: #f6f9e8;
	width: 900px;
	margin:0 auto;
}

.head {
	height: 258px;
	width: 900px;
	margin:0 auto;
	background-color: #D7D463;
}
.left {
	width: 280px;
	padding-top: 10px;
}
.right {
	width: 620px;
}
.menu {
	width: 215px;
	height: 28px;
	color: #706F50;
	background-color: #f0f1d3;
	display: block;
	text-align: left;
	text-decoration: none;
	background-image: url(images/menubg.jpg);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin:0 auto;
}
.menumini {
	width: 215px;
	height: 31px;
	color: #706F50;
	background-color: #f0f1d3;
	display: block;
	text-align: left;
	text-decoration: none;
	background-image: url(images/menubg.jpg);
	background-repeat: no-repeat;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	line-height: 14px;
}
.menu:hover {
	color: #000000;
}
.footer {
	height: 167px;
	width: 900px;
	margin:0 auto;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-color: #F6F9E8;
	text-align: center;
}
.content {
	background-color: #ecebc2;
	border: 1px solid #dbdaae;
	margin: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
p.link{
	margin-top: 10px;
	text-align: right;
}

p.link a{
	color: #990000;
	text-align: right;
	margin: 0px 2px;
	text-decoration: underline;
}
p{
	margin-top: 10px;
}
a{
	color: #65170B;
	text-decoration: underline;
}
a:hover{
	color: #193908;
	text-decoration: none;
}
h1 {
	font-family: "Trebuchet MS";
	font-weight: normal;
	color: #3A516B;
	margin: 0px;
	font-size: x-large;
}
