.defaultcss {
}
#toppro {
	margin: auto;
	padding: 0px;
	height: 99px;
	width: 950px;
}
#top {
	margin: auto;
	padding: 0px;
	height: 99px;
	width: 950px;
}
#menu {
	width: 950px;
	padding: 0px;
	margin: auto;
}

#content {
	background-image: url(../image/mainbg.jpg);
	background-repeat: repeat;
	margin: auto;
	padding: 0px;
	height: auto;
	width: 950px;
}
#bottom {
	margin: auto;
	padding: 0px;
	height: 40px;
	width: 950px;
	background-color: #006607;
	font-size: 16px;
	color: #FFF;
	text-align: left;
}
#main_word {
	width: 890px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 30px;
}
#main_pic {
	width: 420px;
	padding-left: 30px;
	margin: 0px;
}

a:link{
  color:blue; text-decoration: none
}
a:visited{
  color:blue; text-decoration: none
}
a:hover{
  color:blue; text-decoration: none
}