body
{
	background-image: url(background.jpg);
	font-weight: thick;
}
#bodyDiv
{
	margin: auto;
	width: 950px;
}
#titleContainer
{
	background-color: gray;
	float: left;
	font-size: larger;
	height: 95px;
	position: relative;
	width: 100%;
}
#titleImg
{
	float: left;
}
#titleTextContainer
{
	float: left;
	height: 95px;
	position: relative;
}
#titleTexts
{
	bottom: 2px;
	left: 5px;
	min-width: 540px;
	position: absolute;
}
#titleChinese
{
	color: #9a0507;
	font-size: 40px;
}
#titleEnglish
{
	color: #9a0507;
	font-size: 20px;
}
#titleSubtext
{
	bottom: 2px;
	color: #ffffff;
	float: right;
	font-family: "楷体", "KaiTi";
	font-size: 24px;
	position: absolute;
	right: 5px;
}
#languageSelector
{
	float: right;
	font-size: 20px;
	position: absolute;
	right: 5px;
	top: 2px;
}
#languageSelector a, a:visited, a:active
{
	color: white;
	text-decoration: none;
}
#taiwanMap
{
	bottom: 0;
	position: absolute;
	right: 0;
}
.menuBar, .menuItem, .menuItemDropDown, .submenu, .submenuItem, .menuLink
{
	z-index: 999;
	background-color: #d8d8d8;
}
.menuBar
{
	background-color: #d8d8d8;
	height: 30px;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 950px;
}
.menuItem, .menuItemDropDown
{
	background-color: #d8d8d8;
	border-left: 2px solid white;
	float: left;
	list-style: none;
	margin: 0;
	width: 130px;
}
.submenu
{
	background-color: #d8d8d8;
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
	width: 130px;
}
.submenuItem
{
	background-color: #d8d8d8;
	list-style: none;
	margin: 0;
	width: 130px;
}
.menuLink
{
	background-color: #d8d8d8;
	display: block;
	margin: 0;
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: center;
}
a, a:visited, a:active
{
	color: black;
	text-decoration: none;
}
a:hover
{
	background-color: #0000c0;
	color: white;
	text-decoration: none;
}
#pictureDisplay
{
	float: left;
	height: 360px;
	margin-top: 10px;
	position: relative;
	width: 600px;
}
#pictureSelector
{
	bottom: 5px;
	position: absolute;
	right: 5px;
}
.pictureNumber
{
	background-color: #9a0507;
	color: white;
	float: left;
	margin-right: 5px;
	padding: 5px;
}
.divBlock
{
	background-color: #fffff0;
	border: 1px dotted gray;
	float: left;
	margin-top: 10px;
}
.divBlock ul
{
	list-style-type: square;
}
.divBlock ul > li
{
	color: red;
	border-bottom: 1px dotted gray;
	margin-bottom: 8px;
	width: 90%;
}
.divBlockTitle
{
	background-color: #9a0507;
	color: white;
	padding: 5px;
}
.divBlockBody
{
	padding: 5px;
}
.divColumn
{
	float: left;
	margin-right: 5px;
}
.divFooter
{
	background-color: gray;
	color: white;
	margin-top: 50px;
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: center;
	width: 100%;
}
.divFooter a
{
	color: white;
}
.divMainText
{
	background-color: #fffff0;
	float: left;
	margin-top: 10px;
	padding: 10px;
	width: 930px;
}
.bioName
{
	display: block;
	width: 100%;
	margin-bottom: 10px;
}

