* {
	margin:0;
	padding:0;
	list-style:none;
}
body {
	font:75%/1.6 "微軟正黑體", "Arial Unicode MS";
	color:#333;
	background:#fff url(../images/bg.png) left top repeat-x;
	letter-spacing:0.1em;
	font-family: "微軟正黑體", "Arial Unicode MS";
}
img {
	border:none;
	vertical-align:top;
}
#wrapper {
	width:950px;
	text-align:left;
	background:#FFF;
	margin:0 auto;
	overflow:auto;
	-webkit-box-shadow:#666 0px 2px 13px;
	-moz-box-shadow:#666 0px 2px 13px;
	box-shadow:#666 0px 2px 13px;
	behavior:url(PIE.htc);
}
#header {
	width:100%;
	height:154px;
	background:url(../image/header.jpg) no-repeat left top ;
}

#content {
	width:100%;
	margin-top:0px;
	margin-bottom:20px;
	overflow:auto;
}

#path{
	width:930px;
	padding:5px 20px 0 0;
	height:29px;
	background:#b3d0b2;
	margin-bottom:10px;
	text-align:right;
	font-size:13px;
	}

#path #location{
	float:left;
	padding-left:10px;
	color:#333;
	}
/*
主要內容-------*/
#primary {
	width:930px;
	padding:10px;
	float:left;
}

.query{
	border-bottom:3px #b7b7b7 solid;
	margin-top:15px;
	}

.query th{
	background:#b4d1b5;
	color:#2d4537;
	font-size:15px;
	font-weight:normal;
	text-align:center;
	padding:5px 5px;
	}
	
.query1 td{
	background:#e0e0e0;
	text-align:center;
	font-size:15px;
	}

.query1{
	border-bottom:3px #b7b7b7 solid;
	margin-top:15px;
	}

.query1 th{
	background:#b4d1b5;
	color:#2d4537;
	font-size:15px;
	font-weight:normal;
	text-align:center;
	padding:5px 5px;
	}
	
.query1 td{
	background:#e0e0e0;
	text-align:left;
	font-size:15px;
	padding:5px 5px;
	}
	
	

#footer {
	width:100%;
	font-size:15px;
	height:34px;
	background:#5a5657 url(../image/footer.jpg) no-repeat center center;
	color:#fff;
	text-align:center;
}
