@charset "windows-1251";
body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #F9F9F7;
}
.logo {
	width: 800px;
	height: 285px;
	margin: 0 auto;
}
.sublogo {
	width: 800px;
	height: 65px;
	margin: 0 auto;
}
.mt {
	width: 800px;
	margin: 0 auto;
}
.left {
	width: 229px;
	background-color:#dedacf;
	text-align: left;
	vertical-align: top;
}
.leftcount {
	width: 229px;
	background-color:#dedacf;
	text-align: center;
}
.content {
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	vertical-align: top;
	padding-top: 5px;
	background-color: #FFFFFF;

}
.copy {
	width:571px;
	height:31px;
	background-image: url(../images/rightf.jpg);
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 90px;
	font-weight: bold;
	color: #716A59;
}
a:hover{
	color: #000000;
	text-decoration: none;
}
h1 {
	font-family: "Trebuchet MS";
	font-weight: normal;
	color: #3A516B;
	margin: 0px;
	font-size: x-large;
}
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: #990000;
	text-decoration: underline;
}

.menu a{
	color: #333333;
	background-color: #D8C7B8;
	border: 1px solid #645143;
	display: block;
	text-align: left;
	font-weight: normal;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 20px;
	margin-bottom: 1px;
	font-size: small;
	font-family: "Trebuchet MS";
}
.menu .big {
	font-size: medium;
	font-weight: bold;
}
.menu a:hover {
	color: #333333;
	background-color: #E7DDD3;
	border: 1px solid #000000;
	display: block;
	text-align: left;

	text-decoration: none;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 20px;
	margin-bottom: 1px;

}
