body {
	margin: 0px;
	padding: 0px;
	background-image: url(img/bg_site.jpg);
	background-repeat: repeat-x;
}
.footer {
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #756C43;
	font-family: Arial, Helvetica, sans-serif;
	color: #756C43;
	padding-top: 20px;
	font-size: 10px;
}
#center {
	clear: right;
	float: right;
	width: 500px;
}
#navigation {
	clear: left;
	float: left;
	height: 400px;
	width: 200px;
}

#navigation a:link, #navigation a:visited  {
	font-family: Arial, Helvetica, sans-serif;
	color: #756C43;
	text-decoration: none;
	clear: left;
	float: left;
	width: 165px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	background-color: #F2F1EC;
	margin-bottom: 2px;
	margin-left: 10px;
	border-top-width: 1px;
	border-left-width: 10px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #756C43;
	border-left-color: #756C43;
	border-right-width: 10px;
	border-right-style: solid;
	border-right-color: #756C43;
}
#navigation a:hover  {
	font-family: Arial, Helvetica, sans-serif;
	color: #F2F1EC;
	text-decoration: none;
	clear: left;
	float: left;
	width: 165px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	background-color: #756C43;
	margin-bottom: 2px;
	margin-left: 10px;
	border-top-width: 1px;
	border-left-width: 10px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #756C43;
	border-left-color: #756C43;
	border-right-width: 10px;
	border-right-style: solid;
	border-right-color: #756C43;
}

.head {
	height: 150px;
	width: 780px;
	background-image: url(img/head.jpg);
	background-repeat: no-repeat;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.center {
	background-image: url(img/bg.jpg);
	background-repeat: no-repeat;
	height: 400px;
}
