@charset "utf-8";
* {
	margin: 3px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#Wrapper {
	background-color: #888844;
	width: 810px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 4px;
	border-left-width: 4px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #ABAB58;
	border-left-color: #ABAB58;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #ABAB58;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #ABAB58;
}
#Wrapper #Body {
	background-color: #848442;
	height: 475px;
	width: 800px;
}
#Wrapper #Navigation {
	background-color: #505027;
	height: 30px;
}
#Wrapper #Body #Left {
	background-color: #cccc99;
	float: left;
	height: 445px;
	width: 385px;
}
#Wrapper #Body #Right #Bottom_Logo {
	float: left;
	width: 795px;
}
#Wrapper #Body #Bottom_Logo {
	float: left;
	width: 795px;
	margin-right: 0px;
	margin-left: 0px;
}


#Wrapper #Body #Right {
	background-color: #cccc99;
	float: right;
	height: 445px;
	width: 385px;
}
