* {	
    margin: 0px;
	padding: 0px;
	behavior: url(../images/pngfix/iepng.htc);
}
a, li {
	outline: none;   /*for Firefox*/

 hlbr:expression(this.onFocus=this.blur());
	color: #000;
	text-decoration: underline;
}
a:visited {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #333;
}

body {
	font-family: "新細明體", "標楷體", Arial;
	font-size: 16px;
	color: #000;
	background-image: url(../images/bg_stone.png);
	background-color: #CCC;
	background-repeat: repeat;
}
#clearboth {
	clear: both;
	line-height: 0px;
}
#topper {
	background-color: #282828;
	height: 5px;
}
#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/bg_01.png);
}
#header {
	background-image: url(../images/header.jpg);
	height: 92px;
	position: relative;
	margin-right: 10px;
	margin-left: 10px;
}
#header #clock {
	background-image: url(../images/clock_open.png);
	position: absolute;
	height: 22px;
	width: 115px;
	left: 600px;
	padding-left: 21px;
	cursor: hand;
	padding-bottom: 1px;
}

#navigation {
	background-image: url(../images/bg_03.png);
	height: 58px;
	position: relative;
	padding-right: 10px;
	padding-left: 30px;
}
#navigation ul li  {
	float: left;
	height: 35px;
	width: 90px;
	list-style-type: none;
	display: block;
	margin-right: 20px;
	margin-top: 10px;
	text-indent: -9999px;
}
#navigation a  {
	display: block;
	height: 35px;
	width: 90px;
}
#navigation a:hover {
	background-image: url(../images/top_btn_hover.png);
}


#navigation #guest_count {
	position: absolute;
	height: 17px;
	width: 62px;
	top: 27px;
	left: 780px;
	font-family: Arial, "新細明體", "標楷體";
	font-size: 0.8125em;
	color: #000;
	text-align: center;
}

#banner {
	height: 228px;
	position: relative;
	width: 900px;
}
#banner #flash {
	height: 202px;
	width: 548px;
	z-index: 200;
	position: absolute;
	top: 22px;
	left: 32px;
}

#banner #video {
	height: 195px;
	width: 265px;
	position: absolute;
	top: 32px;
	left: 598px;
}

#banner #banner_top {
	background-image: url(../images/bg_04.png);
	height: 228px;
	position: absolute;
	z-index: 100;
	left: 0px;
	top: 0px;
	width: 900px;
}

#content {
	background-image: url(../images/bg_06.png);
	position: relative;
}
#content #content_top {
	background-image: url(../images/bg_05.png);
	height: 49px;
	position: relative;
}

#content #content_left {
	float: left;
	width: 200px;
	padding-top: 10px;
}
#content #content_top #playvideo {
	position: absolute;
	height: 30px;
	width: 30px;
	left: 835px;
	text-indent: -9999px;
}
#content #content_top #playvideo a {
	display: block;
	height: 30px;
	width: 30px;
}

#content #content_left ul li {
	display: block;
	list-style-type: none;
	margin-left: 40px;
	height: 40px;
	width: 120px;
	text-indent: -9999px;
}
#content #content_left a {
	height: 30px;
	width: 120px;
	display: block;
}
#content #content_left a:hover {
	background-image: url(../images/quickLink_r.png);
}



#content #content_right {
	float: right;
	width: 640px;
	background-image: url(../images/bg_06.png);
	background-repeat: repeat-y;
	background-position: -200px 0px;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	line-height: 1.4em;
}
#content #content_right h1 {
	font-size: 0.8125em;
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}

#footer {
	background-color: #282828;
	height: 70px;
	font-size: 0.75em;
	color: #CCC;
	line-height: 1.4em;
	text-align: center;
	padding-top: 30px;
}

