html,body{
	width: 100%;
	height:100%;
}

body {
	font-size: 9pt;
	line-height: 160%;
	margin: 0px auto;
	text-align: center;
	color: #000;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
}

#top {
	width: 960px;
	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,.head {
	width: 960px;
	margin:0 auto;
	/*filter: gray;*/
}
.head .logo{
	float: left;
	padding-top: 5px;
}
.nav{
	/*border-bottom: 1px dashed #666;
	font-size: 10.5pt;
	font-weight: bold;*/
}
#topnav{
	float: right;
	background-color: #95BC0B;
	background-image: url(../cnk079/topnav1.gif);
	height: 23px;
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 12px;
}
#headtopbg{
	background-image: url(../cnk079/topbg.gif);
	height: 93px;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-top-color: #000000;
	background-repeat: repeat-x;
}
.headbanner{
	margin:0 auto;
}

#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: 960px;
	height: 80px;
}
/*head end*/


/*vertical menu*/
.verticalmenubar{
	margin:5px;
	padding:5px;
	border:1px solid #EFEFEF;
	font-size:10pt;
}


/*body*/
#cnkbody {
	width: 960px;
	text-align: left;
	background-color: #FFF;
	margin:0 auto;
}
.bodybgy{
	background-repeat: repeat-x;
}
#cnkbody .left{
	float: left;
	width: 205px;
	margin-right: 1px;	
	background-color: #FFF;
}
#cnkbody .middle {
	float: left;
	width: 735px;
	margin-right: 1px;
	border-left: 1px dashed #002dad;
	padding-left: 5px;
}
#cnkbody .middle .newsbox{
	float: right;
	width: 750px;
}
#cnkbody .middle .lunhuan{
	float: left;
	width: 248x;
	margin: 5px;	
}
hr{
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #666600;
}
#cnkbody .right{
	float: left;
	width: 235px;
}
#cnkbody .longright{
	float: left;
	width: 730px;
	background-color: #FFF;
	border-left: 1px dashed #002dad;
}
/*body end*/



/* Copyright */
#copyright {
	color: #FFF;
}

/*ÕûÕ¾Ä¬ÈÏLink style*/
a:link,
a:active,
a:visited {  color: #444; text-decoration: none}
a:hover {  color: #F00; text-decoration: none}

