/* CSS Document */

#pagelayout {
	width: 750px;
	margin: 1px auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image:url(images/chinabackground.gif);
	background-repeat:repeat-y;
	}
	
#header {
	width: 100%;
	height: 108px;
	background-image:url(images/chinabackground.gif);
	background-repeat:repeat-y;
	}
	
#headernavigation {
	width: 484px;
	float:right;
	padding-top: 65px;
	padding-left: 13px;
	padding-right: 4px;
	}
	
#flash {
	width: 100%;
	}
	
#picheader {
	width: 100%;
	}
	
#mainbody {
	width: 100%;
	min-height: 400px;
	height: auto !important;
	height: 400px;
	background-image:url(images/chinabackground.gif);
	background-repeat:repeat-y;
	margin-top: -4px;
	}
	
#logosleft {
	width: 70px;
	float:left;
	padding-left: 70px;
	padding-top:210px;
	}
	
#logosleftall {
	width: 189px;
	float:left;
	padding-left: 50px;
	padding-top:100px;
	}
	
#textright {
	width: 440px;
	float:right;
	padding: 35px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #808285;
	}
	
#footer {
	width: 100%;
	margin-top: -3px;
	background-color:#000000;
	min-height: 40px;
	height: auto !important;
	height: 40px;
	clear:both;
	}
	
#footertext {
	width: 390px;
	float: right;
	padding-right: 5px;
	padding-left: 2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;	
	margin-top: 13px;
	}
	
	
	
