body {
	background-image: url(../images/bg0909.jpg);
	background-repeat: repeat;
	/*	background-position: center center;*/
	margin: 0px;
	padding: 0px;
	background-position: center top;
}
#container #logo h1 {
	background-image: url(../images/logo2.png);
	background-repeat: no-repeat;
	text-indent: -10000px;
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 48px;
	width: 110px;
}
#container #logo #menu {
	float: right;
}
#container #logo ul {
	float: right;
	list-style-type: none;
	padding: 0px;
	display: block;
	height: 62px;
	width: 340px;
	margin: 0px;
}
#container #logo li a {
	background-image: url(../images/menu.gif);
	margin: 0px;
	padding: 0px;
	float: left;
	height: 62px;
	width: 85px;
}

#container #logo li {
	float: left;
	padding: 0px;
	text-indent: -10000px;
	display: block;
	margin: 0px;
	height: 62px;
	width: 85px;
}



#logo {
	height: 48px;
	background-image: url(../images/menu-bg.png);
	background-repeat: repeat-x;
}
#container {
	position:absolute;
	top: 50%;
	height: 48px;
	width:100%;
	margin-top: -24px;
}
#nav01 a {background-position: 0px 0px;}
#nav02 a {background-position: -85px 0px;}
#nav03 a {background-position: -170px 0px;}
#nav04 a {background-position: -255px 0px;}
#nav01 a:hover {background-position: -0px -62px;}
#nav02 a:hover {background-position: -85px -62px;}
#nav03 a:hover {background-position: -170px -62px;}
#nav04 a:hover {background-position: -255px -62px;}
#header {
	border-top-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FE1A0A;
	padding: 4px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#header a {
	color: #FFFFFF;
}
#header a:link {
	text-decoration: none;
}
#header a:visited {
	text-decoration: none;
}
#header a:hover {
	text-decoration: underline;
}
