@charset "windows-1251";
body {
	background-color: #f7f1e7;
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS";
	color: #372321;
}
#logo {
	background-color: #fafffb;
	height: 246px;
	width: 1000px;
	margin: 0 auto;
}
#menu {
	background-color: #8c8276;
	height: 78px;
	width: 1000px;
	margin: 0 auto;
}
.main {
	width: 1000px;
	background-color: #fbf7ee;
	margin: 0 auto;
}
.left {
	width: 250px;

	text-align: center;
	background-color: #fbf7ee;
	background-image: url(/gui/leftbg.jpg);
	background-repeat: repeat-y;
	vertical-align: top;
}
.content {
	width: 500px;
	background-color: #fbf7ee;
	background-image: url(/gui/centerbg.jpg);
	background-repeat: repeat-y;
	vertical-align: top;
}
.right {
	width: 250px;

	text-align: center;
	background-color: #fbf7ee;
	background-image: url(/gui/rightbg.jpg);
	background-repeat: repeat-y;
	vertical-align: top;
}
.footer {
	font-family: "Trebuchet MS";
	color: #372321;
	height: 28px;
	width:1000px;
	background-color: #F9F2E3;
	background-image: url(../gui/footerbg.png);
	background-repeat: repeat-x;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 3px;
}
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: #46646C;
	text-decoration: underline;
}
.brd {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #615954;
	border-right-color: #615954;
	border-bottom-color: #615954;
	border-left-color: #615954;
	width:1000px;
	margin: 0 auto;
}

a:hover{
	color: #000000;
	text-decoration: none;
}
h1 {
	font-family: "Trebuchet MS";
	font-weight: normal;
	color: #000000;
	margin: 0px;
}
