@charset "utf-8";
#CONTAINER {
	height: auto;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	background-color: #FFF;
	padding: 0px;
	margin-top: 0px;
}
#BANNER {
	height: 100px;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/banner_001.png);
	border: 1px solid #000;
}
#MENU {
	height: 31px;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	background-color: #F90;
	border: 1px solid #000;
}
#CONTAINER #MENU {
	padding: 0px;
	height: 31px;
	width: 1024px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #000;
}
#CONTAINER #MENU #MENU_BAR ul {
	margin: 0px;
	padding: 0px;
}
#CONTAINER #MENU #MENU_BAR ul li {
	background-color: #F90;
	float: left;
	border: 1px solid #000;
	position: relative;
	list-style-type: none;
	color: #FFF;
}
#CONTAINER #MENU #MENU_BAR ul li ul li a:hover {
	background-color: #0000FF;
	color: #FFF;
	font-weight: bolder;
}

#CONTAINER #MENU #MENU_BAR ul li a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 30px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	display: block;
	height: 30px;
	width: 100px;
	font-style: normal;
	font-weight: bold;
}
#CONTAINER #MENU #MENU_BAR ul ul {
	position: absolute;
	visibility: hidden;
	top: 31px;
}
#CONTAINER #MENU #MENU_BAR ul li:hover ul {
	visibility: visible;
	color: #FFF;
}
#CONTAINER #MENU #MENU_BAR ul li:hover {
	background-color: #00F;
	color: #FFF;
}







#BODY {
	height: auto;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #000;
	background-color: #FFF;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#FOOTER {
	height: 60px;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/footer_001.png);
	border: 1px solid #000;
}
