html,body{
	width: 100%;
	height:100%;
}

body {
    width:1000px;
	font-size: 9pt;
	line-height: 160%;
	margin: 0px auto;
	text-align: center;
	color: #333333;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

#top {
	width: 990px;
	text-align: right;
	height: 30px;
	padding-right: 10px;
	background-color: #F6F6F6;
	background-image: url(topbg.gif);
	background-repeat: repeat-x;
	background-color: #FFF;
	margin:0 auto;
}
#head {
	width: 1000px;
	background-color: #FFF;
	margin:0 auto;
	/*filter: gray;*/
}
#head .logo{
	float: left;
	width: 200px;
	height: 75px;
	padding-top: 5px;
}
#head .nav{
	float: left;
	width: 800px;
	height: 20px;
	margin-top: 20px;
	padding-top:9px;
	/*border-bottom: 1px dashed #666;
	font-size: 10.5pt;
	font-weight: bold;*/
}

#head .headbanner{
	float: left;
	width: 1000px;
	height: 166px;
}

#head .shadowleft{
	background-image: url(lefttopbg.gif);
	background-repeat: repeat-x;
	float: left;
	width: 201px;
	height: 12px;
}
#head .shadowright{
	background-image: url(middtopbg.gif);
	background-repeat: repeat-x;
	float: left;
	width: 799px;
	height: 12px;
}

#head .headbanner_ny{
	background-image: url(nybanner.jpg);
	float: left;
	width: 1000px;
	height: 80px;
}
/*head end*/


/*vertical menu*/
.verticalmenubar{
	margin:5px;
	padding:5px;
	border:1px solid #EFEFEF;
	font-size:10pt;
}


/*body*/
#cnkbody {
	width: 1000px;
	background-image: url(bodybg.gif);
	text-align: left;
	background-color: #FFF;
	margin:0 auto;
}
.bodybgy{
	background-repeat: repeat-x;
}
#cnkbody .left{
	float: left;
	width: 200px;
	margin-right: 1px;	
	background-color: #FFF;
}
#cnkbody .middle {
	float: left;
	width: 598px;
	margin-right: 1px;
	border-right: 1px solid #DDD;
}
#cnkbody .middle .newsbox{
	float: left;
	width: 380px;
}
#cnkbody .middle .lunhuan{
	float: left;
	width: 218px;
}
#cnkbody .right{
	float: left;
	width: 199px;
}
#cnkbody .longright{
	float: left;
	width: 798px;
	background-color: #FFF;
}
/*body end*/



/* Copyright */
#copyright {
	background-color: #FFF;
	color: #000;
	text-align: center;
	font-size: 9pt;
	padding: 8px;
	width: 984px;
	background-image: url(footbg.gif);
	background-repeat: repeat-x;
	border-top: 1px solid #CCC;
	margin:0 auto;
}

/*ÕûÕ¾Ä¬ÈÏLink style*/
a:link,
a:active,
a:visited {  color: #444; text-decoration: none}
a:hover {  color: #F00; text-decoration: none}
