﻿body {
	background: rgb(26, 23, 136) url('background-01.png') repeat-x fixed;
	font-family: 'Arial';
	font-size: .9em;
	/* rgb(26, 23, 136);  BLUE */
	/* rgb(181,159,50);  GOLD */
}
div#LayoutWrapper {
	background-color: white;
	width: 800px;
	border: 1px solid SILVER;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 20px;
}
div#LogoWrapper {
	background: url('logo-01.png') no-repeat;
	margin-left: auto;
	margin-right: auto;
	width: 756px;
	height: 157px;
}
div#MenuWrapper {
	width: 756px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}
div#MenuContainer {
	overflow: auto;
	width: 100%;
}
div#PageWrapper {
	width: 756px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 2px dotted rgb(181,159,50); /* GOLD */
}
div#PageContainer {
	overflow: auto;
	width: 100%;
}
div#FooterWrapper {
	width: 756px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: center; 
}
div#FooterContainer {
	overflow: auto;
	width: 100%;
}