html
{
  height: 100%;
}
*
{
  margin: 0;
  padding: 0;
}
body
{
  font: normal .90em "微軟正黑體", sans-serif;
  background: #5E5E5E url(background.png) repeat;
  line-height: 1.7em;
}
p
{
  padding: 0 0 20px 0;
}
p.gototop
{
  float: right;
  clear: both;
  margin-top: 20px;
}
img
{
  border: 0;
}
h1, h2, h3, h4, h5, h6 
{
  font-family: "微軟正黑體", sans-serif;
  font-weight: normal;
}
h1
{
  font-size: 175%;
  margin: 0 0 15px 0;
  padding: 15px 20px 5px 0;
  color: #BE1E1E;
}
h2
{
  color: #640000;
  padding: 10px 0 15px 0;
  font-size: 120%;
}
h3, h4, h5, h6
{
  color: #000000;
  padding: 10px 0 15px 0;
}
a, a:hover
{
  outline: none;
  text-decoration: none;
  border-bottom: 1px dashed;
  color: #646464;
}
a:hover
{
  border-bottom: 0px;
}
.left
{
  float: left;
  width: auto;
  margin-right: 10px;
}
.right
{
  float: right; 
  width: auto;
  margin-left: 10px;
}
.center
{
  display: block;
  text-align: center;
  margin: 20px auto;
}
blockquote
{
  margin: 20px 0; 
  padding: 10px 20px 0 20px;
  border: 1px solid #E5E5DB;
  background: #FFF;
}
ul
{
  margin: 2px 0 22px 17px;
}
ul li
{
  list-style-type: circle;
  margin: 0 0 6px 0; 
  padding: 0 0 4px 5px;
}
ol
{
  margin: 8px 0 22px 25px;
}
ol li
{
  margin: 0 0 11px 0;
}

#main
{
  width: 960px;
  margin-left: auto; 
  margin-right: auto;
  border-left: 8px solid #FFF;
  border-right: 8px solid #FFF;
}
#header
{
  border-bottom: 6px solid #DA3238;
  background: #FFFFFF;
  height: 145px;
}
#logo
{
  width: 245px;
  height: 100%;
  background: url(logo.png) no-repeat;
  float: left;
}
#logo h1
{
  display: none;
}
#topbar
{
  width: 715px;
  height: 112px;
  float: right;
}
#topbar img
{
  width: 351px;
  height: 105px;
  border: 2px solid #fff;
}
#topbar a
{
  border-bottom: 0px;
}
.menubar
{
  width: 715px;
  height: 33px;
  float: right;
}
.menubar ul
{
  float: left;
  width: 715px;
  background: #323232 url(menu.png) repeat-x;
  margin: 0;
}
.menubar li
{
  float: left;
  list-style: none;
  line-height: normal;
  padding: 0;
  margin: 0;
}
.menubar ul li a
{
  font: normal 105% '微軟正黑體', sans-serif;
  display: block; 
  border-right: 1px solid #B3B3B3;
  height: 24px;
  width: 79px;
  background: #323232 url(menu.png) repeat-x;
  padding-top: 5px;
  text-align: center;
  border-bottom: 0px;
  text-decoration: none;
  color: #fff;
} 
.menubar ul li a:hover
{
  color: #fff;
  background: #484848 url(menu_hover.png) repeat-x;
}
.menubar ul li a.selected
{
  color: #fff;
  background: #151515 url(menu_selected.png) repeat-x;
}
.menubar ul.sub
{
  background: #979797 url(submenu.png) repeat-x;
}
.menubar ul.sub li a
{
  color: #000;
  background: #979797 url(submenu.png) repeat-x;
}
.menubar ul.sub li a:hover
{
  color: #000;
  background: #bebebe url(submenu_hover.png) repeat-x;
}
.menubar ul.sub li a.selected
{
  color: #000;
  background: #818181 url(submenu_selected.png) repeat-x;
}

#site_content
{
  width: 100%;
  padding-top: 4px;
  position: relative;
  overflow: hidden;
  background: #FFF;
  margin-left: auto;
  margin-right: auto;
}
#content
{
  text-align: left;
  width: 565px;
  padding: 30px 75px 30px 75px;
  float: right;
}
#sidebar
{
  float: left;
  clear: left;
  width: 245px;
}
#sidebar img
{
  width: 235px;
  height: 74px;
  border: 0px;
}
#sidebar a
{
  border-bottom: 0px;
}
#sideplayer
{
  float: left;
  width: 245px;
  height: 24px;
  padding-top: 4px;
  padding-bottom: 4px;
}
#donate
{
  position: relative;
  top: 8px;
  clear: left;
  width: 228px;
  border: 2px solid #3C3C3C;
  padding-left: 3px;
}
#donate h3
{
  position: relative;
  top: -13px;
  width: 80px;
  text-align: center;
  background-color: #fff;
  padding: 0px;
}
#donate ul
{
  margin-bottom: 8px;
}
#donate li
{
  font-size: 90%;
  margin: 0;
}


#footer
{
  width: 100%;
  height: 20px;
  padding: 12px 0 10px 0;
  text-align: center; 
  font-size: 90%;
  background: #3C3C3C;
  color: #E5E5E5;
}
#footer a
{
  color: #FFF;
}

table
{
  margin: 10px 0 30px 0;
}
table#committee tr td, table#rule tr td
{
  vertical-align: top; 
  padding: 5px 0 5px 0;
}
table#committee tr td:first-child, table#rule tr td:first-child 
{
  text-align: right; 
  padding-right: 20px;
  white-space: nowrap;
}
table#committee tr td:only-child
{
  text-align: left; 
  font-weight: normal;
}
table#committee tr td:first-child
{
  font-weight: bold;
}
table#rule tr td ol li
{
  margin: 0;
}
p.member span
{
  padding-right: 10px;
  white-space: nowrap;
}
.member-name
{
  padding-right: 10px;
  white-space: nowrap;
}
table#board
{
  width: 540px;
  margin-left: auto; 
  margin-right: auto;
}
table#board tr td p
{
  padding: 5px 0 5px 0;
}

