/* general style */
body {
    margin: 0;
    padding: 0;
    background: #000 url(images/bg.png);
    font-family: Arial, "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    color: #fff;
    font-size: 13px;
}
img {
    border: 0;
}
a { 
ĦĦĦĦbehavior:url(line.htc);
    outline: none; /* for Firefox */
    hlbr:expression(this.onFocus=this.blur()); /* for IE */
}
a:focus {
    -moz-outline-style: none;
}
#contentWrapper {
    margin: 0 auto;
    width: 960px;
}
.number {
    color: #FE9714;
}
/* content text */
#content {
    width: 100%;
    background: #000;
}
.textyellow {
	color: #ff9a18;
}
.textblue {color:#0075ab; text-decoration:underline; font-weight:bold;}

/* header style */
#header {
    display: block;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #333;
}
#header-top {
    height: 20px;
    background: url(images/header.gif) no-repeat bottom;
}
#logo {
    display: block;
    width: 259px;
    height: 88px;
    position: absolute;
    top: 20px;
    left: 8px;
}
#logo h1, #logo h2 {
    display: none;
}
#menu {
    display: block;
    width: 480px;
    height: 90px;
    position: absolute;
    top: 20px;
    left: 300px;
    margin: 0;
    padding: 0;
    list-style: none;
}
#menu li {
    float: left;
    width: 76px;
    text-align: center;
}
#menu a {
    text-decoration : none;
}
#menu span {
    display: block;
    font-size: 12px;
    color: #fff;
    padding-top: 4px;
}
#trbox {
    display: block;
    width: 210px;
    height: 130px;
    position: absolute;
    top: 20px;
    right: 10px;
    text-align: right;
    margin: 0;
    font-family: Arial, sans-serif;
    font-size: 12px;
}
#logininfo {
    line-height: 2em;
    margin-bottom: 1em;
}
#trbox .username {
    font-weight: bold;
    color: #f90;
}
#trbox a {
    color: #fff;
    text-decoration: none;
}
.lang {
    position: relative;
    font-family: Arial, sans-serif;
    padding-top: 10px;
}
#lang {
    position: absolute;
    top: 26px;
    right: 0;
    margin: 0;
    padding: 0;
    width: 60px;
    display: none;
    background: #fff;
    border: 2px ridge #fff;
}
#lang li {
    display: block;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
}
#lang li a {
    display: block;
    background: #fff;
    text-decoration: none;
    padding-left: 6px;
    text-align: left;
    text-decoration: none;
    width: 54px;
    color: #000;
    margin: 0;
    font-family: Arial, sans-serif;    
}
#lang li a:hover {
    background: #FE9714;
}
#search {
    margin-top: 20px;
    color: #72A1CF;
    font-style: italic;
    font-weight: bold;
    width: 184px;
    float: right;
}
#keywords {
    width: 100px;
    height: 13px;
    margin: 0;
    border: 2px ridge #fff;
}
#searchbtn {
    padding: 0;
    vertical-align: bottom;
}
#header-line {
    padding-top: 130px;
    background: #000;
    border-bottom: 18px solid #111;
}
#page-title a, #page-title a:link, #page-title a:visited, #page-title a:hover, #page-title a:active {
    color: #fff;
    text-decoration: none;
}

/* footer style */
#footer-clear {
    height: 25px;
}
#footer-top {
    height: 20px;
    background: url(images/footer.gif) no-repeat top;
}
#footer {
    font-family: Arial, sans-serif;
}
#footer a {
    color: #fff;
    text-decoration : none;
}
#footer .disclaim {
    text-align: center;
    padding-top: 10px;
}
#footer .copyright {
    margin-top: 10px;
    margin-bottom: 10px;
}
#footer .sponsor {
    float:right;
    margin: -57px 53px 0 0;
}
#footer ul li {
    display: inline;
    padding: 1px;
}