@font-face {
    font-family: "PalaceMuseumChinese";
    src: url("webfont/PalaceMuseumChinese.eot"); /* IE9 */
    src: url("webfont/PalaceMuseumChinese.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */

    url("webfont/PalaceMuseumChinese.woff") format("woff"), /* chrome、firefox */
    url("webfont/PalaceMuseumChinese.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+ */

    url("webfont/PalaceMuseumChinese.svg#PalaceMuseumChinese") format("svg"); /* iOS 4.1- */
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "PalaceMuseumEnglish";
    src: url("webfont/PalaceMuseumEnglish.eot"); /* IE9 */
    src: url("webfont/PalaceMuseumEnglish.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */

    url("webfont/PalaceMuseumEnglish.woff") format("woff"), /* chrome、firefox */
    url("webfont/PalaceMuseumEnglish.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+ */

    url("webfont/PalaceMuseumEnglish.svg#PalaceMuseumEnglish") format("svg"); /* iOS 4.1- */
    font-style: normal;
    font-weight: normal;
}



*{
	border: 0px;
	margin: 0 auto;
}
a{
	color: #9D0C00;
	text-decoration: none;
}
body{
	text-align: center;
	font-family: Verdana;
	font-size: 18px;
}
#wrapper{
	width: 100%;
}
#head{
	margin-top: 8px;
	width: 880px;
	border: 1px solid #946A2F;
}

#content{
	width: 880px;
	background-color: #FFFFFF;
	border: 1px solid #946A2F;
	border-top: 0px;
}

#navigator{
	margin-top: 18px;
}
#navigator .item{
	margin-left: 18px;
}
#navigator .first{
	margin-left: 0px;
}

#copyright{
	margin-top: 18px;
}


.yellow{
	color: #946A2F;
}
.red{
	color: #9D0C00;
}


.chinese{
	font-family: "PalaceMuseumChinese";
}
.english{
	font-family: "PalaceMuseumEnglish";
}
