#top_main {
	width: 880px;
	margin: 0px auto 0px auto;
}

#nav {
	width: 880px;
	margin: 0px auto 0px auto;
	height: 30px;
	background-color: #194278;
	border-top-color: #00FF00;
}
#nav ul {
	list-style-type: none;
	margin-left: 120px;
}
#nav li {
	float: left;
	line-height: 30px;
	color: #EAF0F7;
	font-family: "ËÎÌå";
	font-size: 12px;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 20px;
}
a.nav:link,a.nav:visited {
	font-family: "ËÎÌå";
	font-size: 12px;
	color: #EAF0F7;
	text-decoration: none;
}
a.nav:hover {
	font-family: "ËÎÌå";
	font-size: 12px;
	color: #FFFF00;
	text-decoration: underline;
}
