* {
	margin: 0px;
	padding: 0px;
}
a{
 outline: none; /* for Firefox */
 hlbr:expression(this.onFocus=this.blur()); /* for IE */
}
img {
  border: 0px
}

body {
	width: 100%;
	background-image: url(../web_images/body/body.png);
	background-repeat: repeat;
}

#header {
	height: 145px;
	width: 976px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../web_images/header/header.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-top: 15px;
	background-position: center;	
}
#nav {
	background-image:
	 url(../web_images/nav/nav.png);
    margin-left:auto;
	margin-right:auto;
	height: 50px;
	width: 996px;
	padding-left: 120px;

	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}

#nav li {
	list-style-type: none;
	float: left;
	height: 52px;
	width: 127px;
}
#nav li a {
	background-image: url(../web_images/nav/VN-nav-btn.png);
	text-indent: -9999px;
	display: block;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
}
#btn1 {
	background-position: 0px 0px;
}

#btn1:hover {
	background-position: 0px -52px;
}
#btn1:active{
	background-position: 0px -107px;
}


#btn2 {
	background-position: -128px 0px;
}

#btn2:hover {
	background-position: -128px -52px;
}
#btn2:active{
	background-position: -128px -107px;
}
#btn3 {
	background-position: -256px 0px;
}

#btn3:hover {
	background-position: -256px -52px;
}
#btn3:active{
	background-position: -256px -107px;
}
#btn4 {
	background-position: -384px -107px;
}

#btn4:hover {
	background-position: -384px -52px;
}
#btn4:active{
	background-position: -384px -107px;
}
#btn5 {
	background-position: -512px 0px;
}

#btn5:hover {
	background-position: -512px -52px;
}

#btn5:active{
	background-position: -512px -107px;
}
#btn6 {
	background-position: -640px 0px;
}

#btn6:hover {
	background-position: -640px -52px;
}

#btn6:active{
	background-position: -640px -107px;
}


#container {
	width: 996px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	background-color: #FFF;
}

#container #content {
	font-family: "Adobe 繁黑體 Std B", "Adobe 楷体 Std R", "Adobe Caslon Pro", "Adobe Caslon Pro Bold", "Adobe Devanagari", "Adobe Garamond Pro", "Adobe Garamond Pro Bold", "Adobe Hebrew", "Adobe Naskh Medium", "Adobe 仿宋 Std R", "Adobe 宋体 Std L", "Adobe 明體 Std L", "Adobe 黑体 Std R";
	font-size: 10px;
	width: 996px;
	background-color: #FFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	text-align: center;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}
#content h1 {
	font-family: "Adobe 繁黑體 Std B", "Adobe 楷体 Std R", "Adobe Caslon Pro", "Adobe Caslon Pro Bold", "Adobe Devanagari", "Adobe Garamond Pro", "Adobe Garamond Pro Bold", "Adobe Hebrew", "Adobe Naskh Medium", "Adobe 仿宋 Std R", "Adobe 宋体 Std L", "Adobe 明體 Std L", "Adobe 黑体 St";
	color: #03F;
	text-align:left;
	font-size: 30px;
	padding-top: 50px;
	padding-bottom: 20px;
}


#content h2 {
	font-family: "Adobe 繁黑體 Std B", "Adobe 楷体 Std R", "Adobe Caslon Pro", "Adobe Caslon Pro Bold", "Adobe Devanagari", "Adobe Garamond Pro", "Adobe Garamond Pro Bold", "Adobe Hebrew", "Adobe Naskh Medium", "Adobe 仿宋 Std R", "Adobe 宋体 Std L", "Adobe 明體 Std L", "Adobe 黑体 St";
	font-size: 20px;
	color: #36F;
	padding-left: 50px;
	font-style: italic;
	line-height: 35px;
	padding-right: 50px;
}
#content h3 {
	font-family: "Adobe 繁黑體 Std B", "Adobe 楷体 Std R", "Adobe Caslon Pro", "Adobe Caslon Pro Bold", "Adobe Devanagari", "Adobe Garamond Pro", "Adobe Garamond Pro Bold", "Adobe Hebrew", "Adobe Naskh Medium", "Adobe 仿宋 Std R", "Adobe 宋体 Std L", "Adobe 明體 Std L", "Adobe 黑体 St";
	font-size: 23px;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}
#content h4 {
	font-family: "Adobe 繁黑體 Std B", "Adobe 楷体 Std R", "Adobe Caslon Pro", "Adobe Caslon Pro Bold", "Adobe Devanagari", "Adobe Garamond Pro", "Adobe Garamond Pro Bold", "Adobe Hebrew", "Adobe Naskh Medium", "Adobe 仿宋 Std R", "Adobe 宋体 Std L", "Adobe 明體 Std L", "Adobe 黑体 St";
	font-size: 18px;
	line-height: 30px;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 20px;
}

#footer {
	height: 65px;
	width: 974px;
	background-image: url(../web_images/footer/VN-footer.png);
	background-repeat: no-repeat;
	border: 1px solid #000;
	line-height: 20px;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: auto;
	margin-left: auto;
}



#footer h2 {
	float: left;
	font-family: "Adobe 繁黑體 Std B", "Adobe 楷体 Std R", "Adobe Caslon Pro", "Adobe Caslon Pro Bold", "Adobe Devanagari", "Adobe Garamond Pro", "Adobe Garamond Pro Bold", "Adobe Hebrew", "Adobe Naskh Medium", "Adobe 仿宋 Std R", "Adobe 宋体 Std L", "Adobe 明體 Std L", "Adobe 黑体 Std R";
	font-size: 20px;
	text-decoration: blink;
	line-height: 3px;
	font-style: italic;
	color: #1672B9;
	padding-top: 5px;
	width: 974px;
}
#footer h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: -25px;
	letter-spacing: 1px;
	float: left;
	width: 974px;
	padding-left: 45px;
	padding-top: 30px;
}




#footer img {
	float: right;

	
}
