body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.clear{  clear:both;  }
img{
	border-style: none;
}
.center{
	text-align: center;
}

#index{
	text-align: left;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}

#header{
	background-image: url(bg-R.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
	width: 100%;
}
#header h2{
	background-image: url(logo.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
	height: 70px;
	width: 120px;
	margin: 0px;
	padding: 0px;
}
#header h2 a{
	text-indent: -999em;
	display: block;
	height: 70px;
	width: 120px;
	overflow: hidden;
}
#top-nav{
	float: left;
	width: 650px;
	margin: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#top-nav li{
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#top-nav a{
	background-image: url(top-navi-off_L.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	display: block;
	padding-left: 10px;
	line-height: 200%;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#top-nav a span{
	background-image: url(top-navi-off_R.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	display: block;
	padding-right: 20px;
	padding-left: 10px;
}
#top-nav a:hover{
	background-image: url(top-navi-on_L.gif);
	line-height: 300%;
	color: #000000;
}
#top-nav a.on{
	background-image: url(top-navi-on_L.gif);
	line-height: 300%;
	color: #000000;
}
#top-nav a.on span{
	background-image: url(top-navi-on_R.gif);
}
#top-nav a:hover span{
	background-image: url(top-navi-on_R.gif);
}
#position{
	padding: 0px;
	float: left;
	width: 70%;
	margin-top: 30px;
	margin-bottom: 0px;
	font-size: 12px;
	clear: both;
	line-height: 150%;
	font-weight: normal;
}
#position a{
	color: #000000;
	text-decoration: none;
}
#position a:hover{
	text-decoration: underline;
}

#main{
	float: left;
	width: 100%;
}

#footer{
	width: 100%;
	margin-top: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	margin-bottom: 10px;
	float: left;
}
#footer p{
	line-height: 150%;
	text-indent: 5px;
	margin: 0px;
	padding: 0px;
}
#footer a{
	color: #990000;
	text-decoration: none;
}
.Fleft{
	float: left;
}

