body {
	SCROLLBAR-SHADOW-COLOR: #9c9c9c;
	COLOR: #000000;
	SCROLLBAR-3DLIGHT-COLOR: #9c9c9c;
	SCROLLBAR-ARROW-COLOR: #ffffff;
	SCROLLBAR-DARKSHADOW-COLOR: #ffffff;
	SCROLLBAR-BASE-COLOR: #D9D9D9;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-position: left 80px;
}

a:link {
	color: #8E8E8E;
	text-decoration: none;
}
a:visited {
	color: 8E8E8E;
	text-decoration: none;
}
a:active {
	color: 8E8E8E;
	text-decoration: none;
}
a:hover {
	color: #976b6c;
	text-decoration: none;
}
.style0 {cursor:pointer}
.style1 {font-family: Arial, Helvetica, sans-serif}
.style2 {font-size: 16px;}
.style3 {font-size: 13px;}
.style4 {font-size: 10px;}
.style5 {font-size: 9px;}
.style6 {color: #D99904;}
.style7 {color: #918b79;}
.style8 {line-height:22px;}
.style9 {line-height:16px;}
.style10 {color: #8d7b45;}
.style11 {color: #848484;}
.style12 {font-size: 13px;}
.style13 {font-size: 8px;}
.style14 {margin-right:20px;}
.style15 {line-height:24px;}
.style16 {color:#544e3d;}
.style17 {color:#a59f90;}
.style18 {color:#5F532E;}
.style19 {color:#D99904;}
.style20 {font-size: 20px;}
.style21 {color:#C00;}
.style22 {font-size: 12px;}
.content {
	font-size: 14px;
	color:#5F5656;
	font-family: 微軟正黑體;
}
.top{
	width:843px;
	height:70px;
}
.logo{
	font-family: 微軟正黑體;
	background: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: center;
	text-indent: -999px;
	width: 350px;
	height: 44px;
	float: left;
	margin-left: 10px;
}
.logo h1{
	margin:0;
}
#menu {
	font-family:微軟正黑體;
	margin-top: 5px;
	padding: 0;
	list-style: none;
	position: relative;
	width: 470px;
	float: right;
	background: #fff;
}
#menu li {
	margin: 0;
	padding: 0;
	float: right;
	border-right: 0px solid #999;
	letter-spacing: 8px;
	background:url(/images/line.png) bottom right no-repeat;
}
#menu li a:hover {
	color: #fff;
}

#menu li a {
	padding: 10px 10px;
	display: block;
	color: #544F3C;
	text-decoration: none;
}
#menu li ul {
	margin-right: 17px;
	padding: 5px 0;
	list-style: none;
	float: left;
	position: absolute;
	right: -17px;
	width: 602px;
	color: #fff;
	background: #544F3C url('bottom.gif') no-repeat bottom;
	display: none;
	z-index: 6;
}
#menu li ul li { border-right: 1px solid #fff;letter-spacing: 0px;float: left;}
#menu li ul li a { display: inline;font-size: 12px;color: #fff; }
#menu li ul li a:hover { text-decoration: underline; }
