/* 移除頁面邊界的空白 */
html, body {
  margin: 0;
  text-align: center;
	background-color: #FFFFFF;
}

/* 將頁面固定寬度並置中 */
#container {
  position: relative;
  margin: 0 auto;
  width: 700px;
  text-align: left;
  border: 1px solid #003399;
}

/* 將頁首的背景部份加上原來的影像 */
#page_header {
  height: 80px;
  background-image: url(../images/header.jpg);
}

/* 將整個頁首設為可連結 */
#page_header h1 {
  margin: 0;
  line-height: 80px;
}

#page_header a {
  display: block;
  text-decoration: none;
}

/* 隱藏頁首的文字 */
#page_header span {
  position: relative;
  top: -80px;
}

/* 將頁面中間的內容部份固定為 500px 寬，並往左靠 */
#page_content {
  float: left;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 200px;
  width: 500px;
}

#page_sidebar {
  float: left;
  width: 200px;
  margin-left: -200px;
  margin-top: 9px;
  margin-bottom: 9px;
}

#page_footer {
  clear: both;
  height: 40px;
  background-image: url(../images/footer.jpg);
}

#page_footer p {
  display: none;
}

#article_list {
  padding: 2px;
}

#article_content {
  padding: 2px;
}

#article_comments {
  padding: 2px;
}

#article_comment_form {
  padding: 2px;
}
.sidebar_block, #calendar_table {
  position: relative;
  width: 180px;
  margin: 0 auto;
  padding: 3px;
  border: 1px solid #CCC;
  border-collapse: collapse;
}

#calendar_table td {
  padding: 3px;
  border: 1px solid #CCC;
}

* {
  font-family: Arial, Helvetica, sans-serif;
}

h2, h3, h4 {
  margin: 5px;
}

div, td {
  font-size: 9pt;
}

a {
  text-decoration: underline;
}

a:link, a:visited {
	color: blue;
	font-size: 11px;
	text-decoration: none;
	line-height: 14px;
}

a:hover {
	color: red;
	font-size: 11px;
	text-decoration: none;
	line-height: 14px;
}

li {
  margin-left: -10px;
}

#top_center{
	text-align: center;
	vertical-align: text-top;
}
#middle_center{
	text-align: center;
	vertical-align: middle;
}
.text_menu_12pt {
	font-family: "新細明體";
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	font-weight: normal;
}
.text_menu_12pt:hover {
	font-family: "新細明體";
	font-size: 11px;
	color: #FF3300;
	text-decoration: none;
	font-weight: bold;
}
.wite12text {
	font-size: 13px;
	color: #FFFFFF;
}
.wite12text a:link, a:visited {
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
}
.wite12text a:hover {
	font-size: 13px;
	color: #FF9900;
	text-decoration: none;
}
.gray12text {
	font-size: 12px;
	color: #666666;
}
.gray12text a:link, a:visited {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
.gray12text a:hover {
	font-size: 12px;
	color: #6666CC;
	text-decoration: none;
}
.red12text {
	font-size: 12px;
	line-height: 20px;
	color: #D50000;
}
