body {
	padding: 0;
	margin: 0;
	font: 12px "微軟正黑體", "Microsoft JhengHei", Verdana, Geneva, sans-serif;
}
img{
	border:0;
}
#wrap {
	border-top: 10px solid #1f3263;
}
#container {
	width: 1000px;
	margin: 0 auto;
}
#header {
	height: 66px;
}
#footer {
	font-size: 11px;
	text-align: right;
	padding-top: 15px;
	color: #333333;
}
#logo {
	float: left;
	padding-top: 5px;
}
#lang {
	float: right;
	padding-top: 22px;
}
#lang a {
	float: left;
	display: block;
	width: 25px;
	height: 25px;
	margin-left: 10px;
}
a#btn_tw {
	background: url(../images/btn_lang_tw.gif) no-repeat;
}
a#btn_en {
	background: url(../images/btn_lang_en.gif) no-repeat;
}
a#btn_close {
	background: url(../images/btn_close.gif) no-repeat;
}
#lang a.active {
	background-position: 0 -25px;
}
#main {
	background: url(../images/bg1.gif) no-repeat;
	width: 1000px;
	height: 555px;
	position: relative;
}
#flash {
	width: 1000px;
	height: 512px;
}
#menubar {
	border-top:3px solid #4a89d1;
	background-color: #2566b1;
	width: 1000px;
	height:40px;
}
.list_carousel {
	float: left;
	width: 800px;
	height:40px;
	overflow:hidden;
}
.list_carousel ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}
.list_carousel li {
	font-size: 16px;
	color: #999;
	padding: 0;
	margin: 0 15px;
	display: block;
	float: left;
	line-height:40px;
}
.list_carousel a {
	color:#b5cfe0;
	text-decoration:none;
}
.list_carousel a:hover, .list_carousel li.current a {
	color:#ffffff;
	text-decoration:underline;
	font-weight:bold;
}
.prev {
	display:block;
	float: left;
	width:100px;
	height:40px;
	background:url(../images/arrow.png) no-repeat 0 -80px;
}
.prev:hover {
	background-position:0 -120px;
}
.next {
	display:block;
	float: left;
	width:100px;
	height:40px;
	background:url(../images/arrow.png) no-repeat 0 0px;
}
.next:hover {
	background-position:0 -40px;
}
