#wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#header {
	background-color: #A70E01;
	height: 200px;
	margin: 0px;
	padding: 0px;
}

#navbar {
	height: 50px;
	background-color: #000;
	color: #000;
	margin: 0px;
	padding: 0px;
}

#wrapper #header h1 {
	font-size: 70px;
	text-align: left;
	margin: 0px;
	padding: 0px;
}


#content {
	background-color: #FFFF9F;
	background-image: url(../images/background_parchment.gif);
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 30px;
	padding-left: 50px;
	text-align: justify;
	white-space: normal;
}
p {
	font-style: normal;
	text-align: justify;
}

h2 {
	font-size: 20px;
	color: #A70E01;
}

#wrapper #header h1 img {
	margin-right: 50px;
	vertical-align: middle;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;

}
h1 {
	text-align: center;
	font-size: 35px;
}


#footer {
	height: auto;
	background-color: #A70E01;
	padding: 10px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: left;
	margin: 0px;
}
body {
	background-color: #817100;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-attachment: fixed;
	background-repeat: repeat-y;
	background-position: center;
	text-align: justify;
	margin: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.redtext {
	font-weight: bold;
	color: #A70E01;
}
.chinesecharacter {
	font-size: x-small;
	font-style: italic;
}
.centertext {
	text-align: center;
}
#indexpage {
	margin-top: -25px;
	text-align: center;
}
a:link {
	color: #817100;
	text-decoration: none;
}
a:visited {
	color: #817100;
	text-decoration: none;
}
a:hover {
	color: #817100;
	text-decoration: underline;
}
a:active {
	color: #FCDB00;
	text-decoration: underline;
	font-style: italic;
}
.image_right {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.image_left {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
