body {
	padding: 0px;
	margin: 0px;
	voice-family: inherit;
	text-align: center;
	background-color: #fff;
	background-image: url(image/pappertexture.gif);
}
html, body, #content {
	min-height: 100%;
	width: 100%;
	height: 100%;
}/*these for footer, correct the bugs of diffent browsers 不同平台, 不同浏览器, body會使 討厭的水平捲軸出現*/
html>body, html>body #content {
	height: auto;
}/* these for footer , Opera 5 支援第三种选择子： html>body p   */
#primarybg {
	background-image: url(image/graybg.gif);
	background-repeat: repeat-x;
	height: 210px;
	width: 100%;
}
#operator {
	position: absolute;
	height: 158px;
	width: 747px;
	left: 0px;
	top: 4px;
	background-color: transparent;
	background-image: url(../images/001543.jpg);
	background-repeat: no-repeat;
}
#operator-base-cen {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 210px;
	width: 747px;
	top: 0px;
}
#operator-text {
	position: absolute;
	height: 72px;
	width: 367px;
	left: 280px;
	top: 68px;
	font-family: "Times New Roman", Georgia, "新細明體";
	font-size: 22px;
	font-weight: bold;
	color: #666666;
	text-align: left;
}
#header {
	font-size: 0.9em;
	width: 100%;
	line-height: 1.5em;/* here control the buttons height */
	position: absolute;
	left: 0px;
	bottom: 0px;
	font-weight: bold;
}
#header ul {
	list-style-type: none;
	margin: 0px;
}
#header li {
   padding: 0px 0px 0px 9px;
   background: url(image/norm_left.gif) no-repeat left top;
   float: left;
   margin: 0px;
}
#header a {
	padding-right: 15px;
	display: block;
	padding-left: 6px;
	font-weight: bold;
	background: url(image/norm_right.gif) no-repeat right top;
	float: left;
	padding-bottom: 4px;
	color: #765;
	padding-top: 5px;
}
#header a {
	float: none/* why ? */
}
#header a:hover {
	color: #333
}
#header li#current {
	background-image: url(image/norm_left_on.gif);
}
#header li#current a {
	background-image: url(image/norm_right_on.gif);
	PADDING-BOTTOM: 6px;
	COLOR: #333
}
#content {
	margin-right: auto;
	margin-left: auto;
	width: 94%;
	position: relative;
	background-color: #FFF;
	top: 80px;
	color: #666666;
	text-align: left;
	font-family: Arial, "新細明體", "細明體";
	font-size: 1em;
	line-height: 1.5;
	font-weight: bold;
}
.gemblue {
	border: 0px;
	background-image:  url(image/blue.jpg);
	background-repeat: no-repeat;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: 210px;
}
a.gemblue:hover {
	background-image:  url(image/blue-br.jpg);
	background-repeat: no-repeat;
	position: relative;
	left: 1px;
	top: 1px;
}
.gemblue-nodelay {
	background-image:  url(image/blue-br.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	border: 0px;
	height: 40px;
	width: 210px;
}
#leftmenu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#leftmenu li {
	margin: 10px 0px 10px 0px;
	text-align: left;
	border: 1px solid #999;
	width: 210px;
	display: block;
	background-color: #FFF;
}
#leftmenu a {
	font-family: Georgia, "標楷體", "新細明體";
	font-size: 16px;
	font-weight: bold;
	color: #000066;
	display: block;
	padding: 2px 0px 2px 8px;
}
#leftmenu a.current {
	color: #00CCFF;
}
#leftmenu a:hover {
	color: #00CCFF;
}

#divright {
	margin-left: 220px;
}
.itembox1 {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-top: 2em;
	margin-bottom: 2em;
	height: 450px;
	margin-right: 1em;
	margin-left: 1em;
}
.itembox {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-top: 2em;
	margin-bottom: 2em;
	margin-right: 1em;
	margin-left: 1em;
}
.itembox-lighter {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-top: 2em;
	margin-bottom: 2em;
	margin-right: 1em;
	margin-left: 1em;
	font-weight: lighter;
	color: #000000;
}
.floatleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

#content h3 {
	margin-top: -7px;
	margin-bottom: -10px;
}
#content h4 {
	margin-top: -5px;
	margin-bottom: -5px;
}

.clear-both {
	clear: both;
}
.floleft {
	float: left;
}
.floatright {
	float: right;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 20px;
	margin-left: 5px;
	text-align: left;
}
.floatright-bg {
	float: right;
	width: 236px;
	font-family: "Times New Roman", "新細明體", "細明體";
	font-size: 14px;
	font-weight: lighter;
	color: #990066;
	background-color: #FAF1ED;
	border-top: thick solid #FFFFFF;
	border-bottom: thick solid #CC6666;
	text-align: center;
}
img {
	border: medium none;
}
ul.square {
	list-style-type: square;
}


a:link {
	color: #730039;
	text-decoration: none;
}
a:visited {
	color: #730039;
	text-decoration: none;
}
a:hover {
	color: #F00078;
	text-decoration: none;
}
a:active {
	color: #A5978D;
	text-decoration: none;
}
#footer {
	position: relative;
	bottom: 0;
	width: 100%;
	text-align: center;
}
.codezone {
	padding: 7px;
	height: 80%;
	width: 80%;
	border: 1px solid #000000;
	font-weight: lighter;
	color: #000000;
	font-size: 1em;
	line-height: 2.4em;
}
ul.square {
	list-style-type: square;
}
.freeze {
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
	background-color: #f5f5f5;
	padding: 6px;
	width: 95%;
	color: #000000;
	font-weight: lighter;
}
/* Font sizes, styles, and weight */
.supply {
	padding: 15px;
	width: 100%;
	border: 1px solid #00CC00;
}
#email {
	position: absolute;
	top: 10%;
	height: 40px;
	width: 40px;
	right: 5%;
}