#header {
	width: 800px;
	text-align: right;
}
#image {
	width: 480px;
	height: 480px;
	float: left;
	padding-top: 20px;
	padding-left: 50px;
}
#menu {
	float: right;
	width: 250px;
	padding-top: 5px;
	padding-right: 5px;
	height: 500px;
}
#footer {
	clear: both;
	width: 800px;
	background-image: url(image/footer_bg.gif);
	background-repeat: repeat-x;
	color: #5E3200;
	padding-top: 15px;
}
#wrapper {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: thin solid #CCC;
}
#wrapper_top {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: right;
}
