@charset "utf-8";
#box {
	text-align: left;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 5px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
#banner {
	background-image: url(../../images/web1/banner.jpg);
	height: 101px;
}
#menu {
	height: 25px;
	text-align: center;
	background-color: #999999;
}
#menu td {
	text-align: center;
	width: 97px;
}
#foot {
	height: 10px;
	margin-top: 10px;
	font-size: 10px;
	line-height: 10px;
	background-color: #999999;
}
a {
	font-weight: bold;
	text-indent: 0px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
#menu a {
	font-family: "黑体";
	font-size: 15px;
	line-height: 20px;
	color: #003366;
}
#content{
  width:780px;
  margin:10px;
  text-align:left;
}
