body {
	margin: 0;
	padding: 0;
	min-width: 525px;
}

h1 {
  font-size: 20pt;
  font-family:  "Microsoft JhengHei", "Noto Sans TC", "PingFang TC", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  color: black;
  text-align: center;
}

h2 {
  font-size: 14pt;
  font-family:  "Microsoft JhengHei", "Noto Sans TC", "PingFang TC", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: normal;
  color: black;
}

h3 {
  font-size: 12pt;
  font-family:  "Microsoft JhengHei", "Noto Sans TC", "PingFang TC", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: normal;
  color: black;
  padding-left: 25px;
}

header {
	float: left;
	width: 100%;
	text-align: center;
	background-color: rgb(255,160,122);
}

footer {
	position: relative;
	float: left;
	width: 100%;
	background-color: #cccccc;
	text-align: center;
	font-style: italic;
}

#wrapper {
	float: left;
	padding-left: 160px;
	padding-right: 25px;
	overflow: hidden;
}

#left_side {
	position: relative;
	float: left;
	width: 160px;
	background-color: rgb(230,230,230);
	right: 160px;
	margin-left: -100%;
	margin-bottom: -2000px;
	padding-bottom: 2000px;
}

#right_side {
	position: relative;
	float: left;
	width: 25px;
	background-color: rgb(255,255,255);
	margin-right: -25px;
	margin-bottom: -2000px;
	padding-bottom: 2000px;
}

#content_area {
	position: relative;
	float: left;
	background-color: #ffffff;
	width: 100%;
	margin-bottom: -2000px;
	padding-bottom: 2000px;
}

#left_side ul {
	list-style: none;
	margin:: 12px 0px 0px 12px;
)

#left_side li a:link, #nav li a:visited {
	font-size: 12 pt;
	font-weight: bold;
	padding: 3px 0px 3px 3px;
	color: #000000;
	text-decoration: none;
	display: block;
}

#left_side li a:hover, #nav li a:active {
	font-size: 12 pt;
	font-weight: bold;
	padding: 3px 0px 3px 3px;
	color: #ffffff;
	text-decoration: none;
	display: block;
}

