#top {
	text-align: center;
	height: 185px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#logo {
	background-image: url(../img/logo.jpg);
	background-repeat: no-repeat;
	height: 150px;
	width: 960px;
	/* [disabled]float: left; */
}
#banner {
	background-image: url(../img/banner.gif);
	background-repeat: no-repeat;
	height: 35px;
	width: 960px;
	/* [disabled]float: left; */
}
a {
	text-decoration:none;
	color:#000;
}
a:hover {
	text-decoration:none;
	color:#C93;
}

#banner a:hover {
	color: #C90;
}
#banner ul {
	list-style-type: none;
	float: left;
}
#banner ul li {
	font-size: 16px;
	line-height: 30px;
	float: left;
	height: 30px;
	width: 119px;
	font-weight: bold;
	margin-top: 3px;
}
