.Global_Box {
	height: 600px;
	width: 800px;
	top: auto;
	clip: rect(auto,auto,auto,auto);
	left: auto;
	right: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
.Top_Box {
	float: left;
	height: 120px;
	width: 800px;
}
.Logo_box {
	float: left;
	width: 172px;
	height: 120px;
	clip: rect(auto,auto,auto,auto);
	clear: right;
	left: 0px;
	top: 0px;
}
.Main_Box {
	float: left;
	height: 480px;
	width: 800px;
	left: 0px;
	top: 0px;
}

.Menu_Box {
	float: right;
	height: 120px;
	width: 628px;
	margin: 0px;
	top: 0px;
	right: 0px;
	clip: rect(auto,auto,auto,auto);
}
.Menu_Top_Box {
	width: auto;
	top: 0px;
}
.Menu_Bottom_Box {
	width: auto;
	bottom: 0px;
}

