body {
	padding: 0px;
	background: #fff url(image/back.jpg);
	margin: 0px;
	voice-family: inherit;
	text-align: center;
}
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 {
	background: transparent url(image/operator-s.jpg) no-repeat;
	position: absolute;
	height: 158px;
	width: 747px;
	left: 0px;
	top: 4px;
}
#operator-base-cen {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 210px;
	width: 747px;
	top: 0px;
}
#operator-text {
	position: absolute;
	height: 110px;
	width: 259px;
	left: 20px;
	top: 20px;
	font-family: "Times New Roman", Georgia, "新細明體";
	font-size: 28px;
	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;
	font: bold 1em/1.5 Arial, "新細明體", "細明體";
	color: #666666;
	text-align: left;
}
.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: 20px;
	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;
}
.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;
}
a:link {
	color: #663300;
	text-decoration: none;
}
a:visited {
	color: #663333;
	text-decoration: none;
}
a:hover {
	color: #FFCC66;
	text-decoration: none;
}
a:active {
	color: #A5978D;
	text-decoration: none;
}
#footer {
	position: relative;
	bottom: 0;
	width: 100%;
	text-align: center;
}
