#header {
	width: 800px;
	height: 240px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	padding-bottom: 40px;
	overflow: hidden;
	border: none thin;
}

#banner {
	border: none;
	height: 203px;
	width: 720px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	z-index: 1; 
}

#footer {
	height: 150px;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	text-align: center;
	padding-top: 40px;
	text-align: center;
	color: #000000;
	font-family: 'ArialMT', 'Arial', 'sans-serif';
	font-size: 12px;
}

#content {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.menu {
	border: none thin;
	height: 35px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	z-index: 1;
}

.submenu {
	border: none thin;
	height: 35px;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	z-index: 1;
	padding-top: 10px;
}

.menuitem {
	position: relative;
	z-index: 1;
	padding: 10 10 10 10;
	top: 10px;
	height: 12px;
	display: inline;
	border: none thin;
	margin-left: 30px;
	margin-right: 30px;
}

.submenuitem {
	position: relative;
	z-index: 1;
	padding: 10 10 10 10;
	top: 10px;
	height: 18px;
	display: inline;
	width: 300px;
	border: none thin;
	margin-left: 15px;
	margin-right: 15px;
}
