html, body {
/*	height: 100%; */
}
body {

	background-color: #9D9E7E;
	padding: 0px;
	margin: 0px;
}
#goddiv {
	width: 800px;
	margin: 0 auto;
}
#topDiv {
	width: 800px;
	height: 156px;
	background-image: url(top.jpg);
	background-repeat: no-repeat;
}a.top{ text-decoration:none; color:#000000; font-size:13px;}
a.top:hover{ text-decoration:underline;color:#000000; font-size:13px;}
#navitable {
	background-image: url(navi.jpg);
	background-repeat: no-repeat;
	height: 444px;
	text-align: center;
}
#navicontent {
	padding-top: 40px;
	line-height: 1.3em;
}
a.naviLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}
a.naviLink:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #DDDDDD;
	text-decoration: underline overline;
}

