@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
}
#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #517D0F;
	border-left-color: #517D0F;
	border-bottom-style: solid;
	border-bottom-color: #517D0F;
}
#wrapper #logo {
	height: 148px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #menuText{
	width: 800px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #517D0F;
	border-left-color: #517D0F;
	margin: 0px;
	padding: 0px;
}
#wrapper #menuText #mainText {
	font-family: Verdana, Geneva, sans-serif;
	width: 580px;
	float: right;
}
#wrapper #menuText #menu {
	width: 160px;
	float: left;
}
#wrapper #menuText #footer {
	height: 1px;
	clear: both;
}
