@import	url(reset.css);
body {
	font-size: 65%;
	font-family: "Warnock Pro", "Minion Pro", Georgia, serif;
}
#wrapper {
/*	width:75.6em;*/
	margin:0 auto;
}
h1 {
/*	text-align: center;*/
	color:#002868;
	font-style: italic;
	font-weight: normal;
	font-size: 4.8em;
	margin:1em 0 0 320px;
	line-height:1;
	background:transparent url(../img/oliveBranch.png) no-repeat scroll .5em .5em;
	padding-left:2em;
	width:430px;
}
.dropcap {
	float:left;
	font-size:3em;
	line-height:1em;
	margin-right:.1em;
}
p {
	font-size: 1.3em;
	font-family: Georgia, Times, serif;
	text-indent: 1.8em;
}
p.intro {
	font-size: 1.4em;
	margin-bottom:1em;
}
p.no-indent {
	text-indent: 0;
}
#foot {
	margin-left:420px;
	margin-bottom:3em;
	color:#818790;
}
#foot p {
	text-indent: 0;
	font-size: 1em;
}
#flags {
	width:378px;
	height:199px;
	position:fixed;
	z-index:100;
	top:16em;
	left:2em;
}
#flags img {
	position:absolute;
	width:100%;
	height:100%;
/*	margin:0 50%;*/
}
#usofchina { visibility:hidden; }
#statement {
	width:430px;
	margin: 1em 0 1em 420px;
/*	z-index:100;*/
	position:relative;
/*	padding:3em;*/
/*	background: rgb(255,255,255);*/
/*	background: rgba(255,255,255,0.7);*/
}
.center {
	margin:2em 0;
	text-align:center;
}