body, html {
	font-family:"微軟正黑體", arial;
	font-size:13px;
	background-color: #0c3173;
	line-height:2em;
}
body a {
	color:#000;
}
#frame {
	min-width:1128px;
	background-color:#fff;
}
#top {
	min-width:1128px;
	height:118px;
	overflow:hidden;
	margin-bottom:17px;
	background-image:url(../images/top_bg.jpg);
	background-repeat: repeat-x;
}
#banner {
	min-width:1128px;
}
#container {
	position: relative;
	width:1000px;
	min-height:500px;
	margin:auto;
	padding:30px 0 50px;
}
#center_left {
	float:left;
	width:231px;
}
#center_right {
	float:right;
	width:740px;
}
#footer {
	background-color:#f3f3f5;
	border-top: 2px solid #dadadb;
}
.floatLeft {
	float:left;
}
.floatRight {
	float:right;
}
.clearBoth {
	clear:both;
}
