@charset "utf-8";
/* CSS Document */

body {
	background-image: url(background.png);
	//background-repeat: repeat-x;
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	//background-color:#F9F9F7;
	background-color:#fff;
	}
#indexLogo{
	background-image:url(indexLogo.png);
	background-repeat: no-repeat;
	background-position: left;
}
#tableBK{
	background-image:url(images/table_backgroung.png);
	background-repeat: no-repeat;
	background-size: cover;

}

#tableWhiteBK
{
	background-color: white;
}

#title{
	background-image:url("images/banner_title_bar.jpg");
	background-repeat: repeat-x;
	width:100%;
	height:20px;
}
#title1{
	
	font:"Comic Sans MS", cursive;
	color:#000;
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
}
#banner{
	background-image:url("images/banner.jpg");
	width:785px;
	height:287px;
}
#b{
	width:100%;
	height:100px;
	bottom: 0px;
	position: relative;
	font:"Comic Sans MS", cursive;
	color:#000;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	background-color:#fff;
	}
#menu_left .1{
	width:168px;
}
#menu_left .2{
	width:168px;
}
#menu_left .3{
	width:168px;
}
#menu_left .4{
	width:168px;
}
#menu_left .5{
	width:168px;
}

#txt{
	font:"Comic Sans MS", cursive;
	color:#000;
	font-size: 13px;
	font-family: Verdana, Geneva, sans-serif;
	padding-left:10px;
	}

#txt2{
	width:800px;
	font:"Comic Sans MS", cursive;
	color:#000;
	font-size: 13px;
	font-family: Verdana, Geneva, sans-serif;
	padding-left:10px;
	}
#txt1{
	font:"Comic Sans MS", cursive;
	color:#CCC;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	/*padding-left:10px;*/
	}
#menu {
		list-style:none;	
		padding:0;		
		margin:0 auto;
		height:120px;
		width:1000px;
		}
	
		#menu li {
			float:left;
			width:109px;
			height:inherit;
			position:right;
			overflow:hidden;
		}

		#menu li a  {
			position:absolute;
			top:20px;
			text-indent:-999em;
			/*background:url("menu.png") no-repeat 0 0;*/
			display:block; 
			width:121px; 
			height:160px;
			
			/* fast png fix for ie6 */
			position:relative;
		behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true));
		}
.indextxt {
	font-family: "å¾®è?æ­??é«?;
	font-size: 16px;
	font-weight: bold;
	color: #000;
}