@charset "utf-8";
html {
margin: 0 auto;
padding:0;
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #eee;
	margin: 0; /* 比較好的做法是將 Body 元素的邊界與欄位間隔調整為零，以處理不同的瀏覽器預設值 */
	padding: 0;
	height: 100%;
	text-align: center; /* 這樣會讓容器在 IE 5* 瀏覽器內置中對齊。然後，文字會在 #container 選取器中設定為靠左對齊預設值 */	
	color: #000000;
}
.oneColFixCtr #container {
	width: 900px;  /* 使用比完整 800px 少 20px 的寬度會允許使用瀏覽器邊框並且避免水平捲軸出現 */
	background: #eee; /* 自動邊界 (搭配寬度) 會讓頁面置中對齊 */
	text-align: left; /* 這樣做會覆寫 Body 元素上的 text-align: center。 */
	margin: 0 auto;
}
.oneColFixCtr #mainContent {
	padding:0 20px; /* 請記住，欄位間隔就是 Div 方塊內部的空間，而邊界就是 Div 方塊外部的空間 */
}

div.clear {
clear: both;
padding: 0;
margin: 0;
display:none;
}

div#header{
	border-bottom: 8px solid #E3E3E3;
	padding:20px 0px 0px 0px;
}

div#link{
font-size:13px;
text-align: left;
}

div li {
	margin: 0px 5px 0px 0px;
	padding: 0px 5px 0px 0px;
	display: inline;
	list-style-type: none;
	font: normal 1.1em Helvetica, Arial, sans-serif;
	border-right: 1px solid #ccc;
}

div#down{
	border-top: 8px solid #E3E3E3;
	width:860px;
	height:50px;
}

div#left{
	width:300px;
	float:left;
	padding:20px 0 0 20px;
	font-size:13px;
	text-align:left;
}

div#right{
width:500px;
float:right;
padding:20px 20px 0 0;
font-size:13px;
text-align:right;
}

a {
color: #7C9900;
text-decoration: none;
}

a:hover {
text-decoration:underline;
color:#DF9620;
}

.select {
color:#DF9620;
}

a:visited {
color: #7C9900;
text-decoration: none;
}
/* CSS Document */


