// JavaScript Document

	body,
	html {
		margin:0;
		padding:0;
		background:#a7a09a;
		color:#000;
	}
	body {
		min-width:750px;
		background:#CCCCCC;
	}
	#wrap {
		background:#FFFFFF;
		margin:0 auto;
		width:750px;
		background:url(Design/Body.jpg);
	}
	#header {
		background:url(Design/Header.jpg);
		height:100px;
	}
	#navi {
		float:left;
		width:230px;
		height:auto;
		margin:20px;
		margin-top:20px;
	}
	#contents {
		float:right;
		width:440px;
		height:auto;
		margin:auto;
		padding:20px;
	}
	#footer {
		background:url(Design/Footer.jpg);
		clear:both;
		height:100px;
	}
	#top {
		background-image:url(Design/topandbottom.jpg);
		height:50px;
		
	}
	#center {
		width:400px;
		height:auto;
		margin:auto;
		background:url(Design/Center.jpg);
		background-repeat:repeat-y;
	}
	#bottom {
		background:url(Design/topandbottom.jpg);
		height:50px;
	}
	#word {
		width:350px;
		margin:auto;
	}
	#word  p{
		margin:0;
		padding:0;
	}
	#ntop {
		height:30px;
		background:url(Design/NT&B.jpg)
	}
	#ncenter {
		height:auto;
		background:url(Design/NC.jpg);
		background-repeat:repeat-y;
		width:210px;
		margin:auto;
	}
	#nbottom {
		height:30px;
		background:url(Design/NT&B.jpg)
	}
	#ncenter ul{
		padding:0px;
		margin:0px;
	}
	#ncenter ul li {
		text-align:center;
		list-style:none;
		width:230px;
		height:20px;
		font:Arial, Helvetica, sans-serif;
		font-size:14px;
	}
	#ncenter ul li a:hover{
		background-color:#000000;
	}
	#ncenter ul p{
		text-align:center;
	}
	#word table tr th a:hover{
		background-color:#000000;
	}
