body{
	margin:0px; 
  padding:0px; 
  font-family:Verdana,Arial,Sans-Serif;
  font-size:10pt;
	background:url('p00_b02_bg.jpg') repeat 0px 270px black;
}
#canvas{
	margin:0px auto;
  width:1200px; 
  text-align:left;
  /*background-color:yellow;/*test*/
}
#brand{
  height:200px;
  text-align:center;
}
#brand_en{
  top:20px;
  left:20px;
  position:absolute;
}
#brand_bg{
  left:0px;
  /*height:200px;*/
  width:100%;
  position:absolute;
	background:url('p00_b01_bg.jpg') no-repeat right top black;
}
#logo{
  padding:10px;
  /*
  width:120px;
  height:120px;
  float:right;
  */
}
#mainmenu_bg{
  left:0px;
  height:70px;
  width:100%;
  position:absolute;
	background-color:rgb(64,32,32); 
}
#mainmenu{
	width:100%; 
  height:70px;
  float:left;
  background-color:rgb(64,32,32); 
  text-align:center;
}
#mainmenu ul{
	list-style:none;
  margin:0px auto;
  padding:0px;
  position:relative;
}
#mainmenu li a{
	padding:13px 16px 0px;
  height:57px;
  color:rgb(230,204,128);
  font-size:11pt;
  font-weight:bold;
  text-decoration:none;
  line-height:160%;
  float:left; 
  display:block;
}
#mainmenu li .a1{
	padding-top:25px;
  height:45px;
}
#mainmenu li a:hover{
	background:url('p00_b02_bg01.gif'); 
  color:rgb(230,230,230);
}
#mainmenu .current a{
	background:url('p00_b02_bg01c.gif'); 
  color:white;
}
#mainmenu .current a:hover{
	background:url('p00_b02_bg01c.gif'); 
}
#banner{
	width: 980px; height: 200px; float: left;
}
#banner_heading_position{
	left: 0px; top: 7px; float: left; position: relative;
}
#banner_image_position{
	left: 10px; top: 7px; position: relative;
}
#foot{
	background-color:rgb(230,204,128);
  width:1200px;
  height:25px; 
  position:fixed;
  bottom:0px;
  font-size:8pt;
  line-height:80%;
  vertical-align:text-top;
  margin:0px;  /* margin:40px 0px 100px 0px; */
  padding:0px; /* padding-top:1px;padding-bottom:5px; */
}
.cls{
	clear:both;
}

#content{
  width:1200px;
  margin:0px auto;
  position:relative;
  background-color:rgb(255,255,224);
  color:rgb(48,48,48);
  font-size:11pt;
}
#content #preface1{
  width:350px;
  height:480px;
  padding:20px;
  font-size:14pt;
  font-family:SimSun,STSong,song,sung;
  text-align:justify;
  text-justify:distribute;
}
#content #preface2{
  width:95%;
  height:465px;
  padding:20px;
  font-size:12pt;
  text-align:justify;
  text-justify:inter-word;
}
#content #preface1 #foot, #content #preface2 #foot{
  text-align:right;
}
#content h1{
  font-size:16pt;
  text-align:center;
}
