@charset "windows-1251";
body {
	font-family: Tahoma;
	color: #000000;
	background-color: #e1dbc5;
	margin: 0;
}
.logo {
	width: 850px;
	height:235px;
	background-color:#96b16c;
	margin: 0 auto;
}
.menu {
	width: 850px;
	height:54px;
	background-color:#dbd5bd;
	margin: 0 auto;
}
.table {
	width: 850px;
	background-color:#d9d2b9;
	margin: 0 auto;
}
.center {
	width: 550px;
	background-color:#e1dbc5;
	padding: 5px;
}
.content {
	font-family: "Trebuchet MS";
	color: #6e6958;	
}

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: #97613e;
	text-decoration: underline;
}
a:hover{
	color: #000000;
	text-decoration: none;
}
h1 {
	font-family: "Trebuchet MS";
	font-weight: normal;
	color: #3b4331;
	margin: 0px;
}
.footer {
	width: 850px;
	height:30px;
	background-color:#e4e0cb;
	background-image:url(../gui/footerbg.jpg);
	background-repeat:repeat-x;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	text-align: center;
	color: #6E6958;
	font-family: "Trebuchet MS";
}

