@charset "windows-1251";
body {
	font-family: "Trebuchet MS";
	margin: 0px;
	padding: 0px;
	background-color: #BA9278;
	color: #4c2f1e;
}
#logo {
	width: 800px;
	height:194px;
	margin: 0 auto;
}
#menu {
	width: 800px;
	height:47px;
	margin: 0 auto;
	background-image: url(../gui/menubg.jpg);
	background-repeat: repeat-x;
	text-align: center;
}
#footer {
	width: 800px;
	height:27px;
	margin: 0 auto;
	background-image: url(../gui/footerbg.jpg);
	background-repeat: repeat-x;
	text-align: center;
	color: #F9E3D5;
}
.left {
	width: 191px;
	background-image: url(../gui/leftbg.jpg);
	background-repeat: repeat-y;
}
.right {
	width: 191px;
	background-image: url(../gui/rightbg.jpg);
	background-repeat: repeat-y;
}
.mt {
	width: 800px;
	margin: 0 auto;
}
.content {
	background-color: #d9ad8f;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-family: "Trebuchet MS";
	color: #4c2f1e;
}
a:hover{
	color: #000000;
	text-decoration: none;
}
h1 {
	font-family: "Trebuchet MS";
	font-weight: normal;
	color: #000000;
	margin: 0px;
	font-size: large;
}
p.link{
	margin-top: 10px;
	text-align: right;
}

p.link a{
	color: #97613e;
	text-align: right;
	margin: 0px 2px;
	text-decoration: underline;
}
p{
	margin-top: 10px;
}
a{
	color: #96725A;
	text-decoration: underline;
}
