#wrapper {
	width: 800px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#Header {
	background-repeat: no-repeat;
	height: 80px;
	width: 800px;
	border-top-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #5a84d0;
	border-bottom-color: #cccccc;
	border-bottom-width: 1px;
}
#Flash {
	height: 400px;
	width: 800px;
}
#Memu  {
	margin: 0px;
	padding: 0px;
	height: 50px;
	width: 800px;
}
#Memu ul {
	margin: 0px;
	padding: 0px;
}
#Memu li {
	font-size: 18px;
	line-height: 50px;
	text-decoration: none;
	background-image: url(../images/Main_Menu.gif);
	background-repeat: no-repeat;
	text-align: center;
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 50px;
	width: 170px;
	list-style-type: none;
	color: #FFFFFF;
}
#Memu li a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	height: 100%;
	width: 100%;
}
#Memu li a:visited {
	color: #FFFFFF;
}
#Memu li a:hover {
	text-decoration: none;
	background-image: url(../images/Main_Menu_MO.gif);
	background-repeat: no-repeat;
}

#Memu li.sitemap{
	font-size: 18px;
	line-height: 50px;
	text-decoration: none;
	background-image: url(../images/Main_Menu.gif);
	background-repeat: no-repeat;
	text-align: center;
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 50px;
	width: 120px;
	list-style-type: none;
	color: #FFFFFF;
}

#Memu li.sitemap a{
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	height: 100%;
	width: 100%;
}

#Memu li.sitemap a:visited {
	color: #FFFFFF;
}
#Memu li.sitemap a:hover {
	background-image: url(../images/Main_Menu_MO.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
}




#Space {
	height: 10px;
	width: 800px;
	background-color: #FFFFFF;
}

#Footer {
	font-size: x-small;
	line-height: 2em;
	background-color: #FFFFFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 2em;
	border-top-color: #cccccc;
	border-top-width: 1px;
	border-top-style: double;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: middle;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #5a84d0;
}

