body {
	text-align: center;
	padding: 0px;
	margin: 0px;
	background:url(../Images/bg.gif);
}
body, a, p, td, div, input, button, textarea, select {
	font-size: 12px;
	font-family: '宋体';
	letter-spacing: 1px;
}
div, p, table {
	margin-left: auto;
	margin-right: auto;
}
p {
	margin-top: 5px;
	margin-bottom: 5px;
}
ul {
	margin-left: 26px;
}
img {
	border: 0px;
}
a {
	color: #41403F;
	display: inline-block;
	text-decoration: none;
	padding-left: 6px;
	padding-right: 6px;
}
a:link, a:visited {
	text-decoration: none;
}
a:hover {
	color: #41403F;
	text-decoration: underline;
}


#container{
    width:780px;
	background:#F9F9F9;
}
/* Banner 部分(一级和二级菜单) */
#container #Banner {
	width:780px;
	height:77px;
	background:url(../Images/logo.gif) no-repeat;
	text-align: right;
}
	/* Menu */
#Banner #MainMenu {
	height: 46px;
}
#Banner #SecondMenu {
	height: 31px;
}
#Banner #MainMenu .UnselectedMenu, #Banner #MainMenu .SelectedMenu {
	margin: 0px;
	_margin:0px;
	padding: 0px;
	_padding: 0px;
	height: 46px;
	float: right;
	cursor: hand;
}
#Banner #SecondMenu #Menu1Items, #Banner #SecondMenu #Menu2Items ,#Banner #SecondMenu #Menu3Items ,#Banner #SecondMenu #Menu4Items, #Banner #SecondMenu #Menu5Items, #Banner #SecondMenu #Menu6Items{
	text-align: right;
}
#Banner #SecondMenu .HideMenuItems {
	display: none;
}
#Banner #SecondMenu .ShowMenuItems {
	display: block;
	margin-top: 6px;
	_margin-top: 4px;
	background-image:#fff url(../default_secondmenuline.gif);
}
#Banner #SecondMenu .ShowMenuItems a {
	color: #000;
	border: 0px;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 14px;
	background-image: url(../Images/menuIcon1.gif);
}
#Banner #SecondMenu .ShowMenuItems a:hover {
	color: #0066cc;
	text-decoration:none;
	background-image: url(../Images/menuIcon2.gif);
}
/* 广告幻灯 */
#advertise{
    width:780px;
	height:190px;
	background:#FF9933;
}
/* 版权说明 */
#Copyright {
    clear:both;
	border-bottom:#000000 3px solid;
}
#Copyright #word{
	color:#999999;
	font-size:9px;
	font-family:"黑体";
}