﻿body {
	margin: 0px;
	padding: 0px;
	background-color: #8d7954;
}
/* Hyperlink Color Scheme */
a {
	color: #625439;
}
a:hover {
	color: #FF0000;
}
/* General Page Layout */
#wrapper {
	width: 1024px;
	height: 768px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
#masthead {
	width: 90px;
	height: 520px;
	position: absolute;
	top: 30px;
	left: 30px;
	background-image: url('../images/banner.jpg');
}
#navigation {
	width: 150px;
	height: 520px;
	position: absolute;
	top: 30px;
	left: 150px;
	display:inline;
}
#content {
	padding: 0px 50px 0px 50px;
	width: 600px;
	height: 520px;
	position: relative;
	top: 30px;
	float: right;
	clear: both;
	overflow: auto;
	font-family: DFKai-SB;
	font-size: 20px;
	line-height: 40px;
}
/* Individual Page Background */
#wrapperaboutus {
	width: 1024px;
	height: 768px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	background-image:url('../images/BGaboutus.jpg');
}
#wrapperyungsikwei {
	width: 1024px;
	height: 768px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	background-image:url('../images/BGyungsikwei.jpg');
}
#wrappermaoshan {
	width: 1024px;
	height: 768px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	background-image:url('../images/BGmaoshan.jpg');
}
#wrapperhuxiuhua {
	width: 1024px;
	height: 768px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	background-image:url('../images/BGhuxiuhua.jpg');
}
#wrapperfivearts {
	width: 1024px;
	height: 768px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	background-image:url('../images/BGfivearts.jpg');
}
#wrapperlegacy {
	width: 1024px;
	height: 768px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	background-image:url('../images/BGlegacy.jpg');
}
#wrapperarchives {
	width: 1024px;
	height: 768px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	background-image:url('../images/BGarchives.jpg');
}
#wrappergallery {
	width: 1024px;
	height: 768px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	background-image:url('../images/BGgallery.jpg');
}
#wrapperlatestnews {
	width: 1024px;
	height: 768px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	background-image:url('../images/BGlatestnews.jpg');
}
#wrapperlinks {
	width: 1024px;
	height: 768px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	background-image:url('../images/BGlinks.jpg')
}
#wrappersubdomains {
	width: 1024px;
	height: 768px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	background-image:url('../images/BGsubdomains.jpg')
}
#wrappercontactus {
	width: 1024px;
	height: 768px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	background-image:url('../images/BGcontactus.jpg');
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 0;
	line-height:20px;
	font-family: DFKai-SB;
	font-size: 18px;
	color: #625439;
	width: 100%;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
}
#navigation a {
	display: block;
	padding: 8px;
	border-bottom: 1px solid #625439;
	text-decoration: none;
	color: #625439;
}
#navigation a:hover {
	display: block;
	border-bottom: 2px solid #000000;
	text-decoration: none;
	color: #000000;
}
/* Styles for Content */
.photoframe {
	border-style: solid;
	border-width: 5px;
}
