@charset "utf-8";
#header {
	height: 205px;
	width: 980px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-image: url(jpg/header_bg.jpg);
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
}
#container {
	width: 952px;
	background-image: url(jpg/main_bg.gif);
	background-repeat: repeat-y;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
}
#footer {
	background-color: #F7F7F7;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #E6E6E3;
	border-bottom-color: #E6E6E3;
	text-align: center;
	background-image: url(jpg/header_bg.jpg);
	background-position: center;
	width: 950px;
}
#containerTop {
	background-image: url(jpg/main_top.gif);
	background-repeat: no-repeat;
	height: 30px;
}
#sidebar1 {
	float: left;
	width: 216px;
	margin-left: 30px;
	margin-top: 30px;
}
#mainContent {
	margin-right: 20px;
	margin-left: 260px;
}
#containerBottom {
	background-image: url(jpg/main_bottom.gif);
	background-repeat: no-repeat;
	height: 34px;
}
body {
	font-family: "新細明體";
	font-size: 12px;
	line-height: 160%;
	color: #666;
	text-decoration: none;
	background-color: #fff;
	background-image: url(jpg/bg.JPG);
	background-repeat: repeat-y;
	background-position: left top;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 94px;
}
