@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif; /* 比較好的做法是將 Body 元素的邊界與欄位間隔調整為零，以處理不同的瀏覽器預設值 */
	padding: 0;
	text-align: center; /* 這樣會讓容器在 IE 5* 瀏覽器內置中對齊。然後，文字會在 #container 選取器中設定為靠左對齊預設值 */
	color: #000000;
	background-color: #666666;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
	clear: both;
}
.twoColFixLtHdr #container {
	width: 863px; /* 自動邊界 (搭配寬度) 會讓頁面置中對齊 */
	border: 0px solid #000000;
	text-align: center; /* 這樣做會覆寫 Body 元素上的 text-align: center。 */
	background-color: #FFFFFF;
	background-image: url(images/bg.gif);
	float: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
} 
.twoColFixLtHdr #sidebar1 {
	float: left; /* 因為這個元素是浮動元素，所以您必須指定寬度 */
	width: 39px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #EBEBEB;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	margin-top: auto;
	margin-bottom: auto;
}
.twoColFixLtHdr #mainContent {
	background-color: #FFFFFF;
	width: 785px;
	float: left;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
} 
.mainContentwords {
	font-family: Arial, Helvetica, sans-serif, "新細明體";
	font-size: 14px;
	line-height: 1.6;
	color: #FFFFFF;
}

.twoColFixLtHdr #footer p {
	margin: 0; /* 將頁尾中第一個元素的邊界調整為零可避免邊界收合的可能性 (Div 之間出現的空間) */
	padding: 10px 0; /* 這個元素的欄位間隔將會建立空間，就如同邊界一樣，但是沒有邊界收合的問題 */
}
.fltrt { /* 這個類別可用來讓頁面右邊的元素浮動。浮動元素必須位於頁面上必須相鄰的元素前面。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* 這個類別可用來讓頁面左邊的元素浮動 */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* 這個類別應該放置於 Div 或 Break 元素上，而且應該是完整包含浮動的容器關閉前的最後一個元素 */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#sidebarleft {
	float: right;
	width: 39px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.twoColFixLtHdr #footer {
	background-color: #FFFFFF;
	padding-top: 0;
	padding-right: 2px;
	padding-bottom: 0;
	padding-left: 2px;
	width: 783px;
	float: right;
	clear: none;
	margin: 0;
}
.address {
	font-size: 12px;
	color: #FFFFFF;
	line-height: 1.7;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.address_index {
	font-size: 12px;
	color: #FFFFFF;
	line-height: 1.7;
	text-align: right;
	margin: 0px;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.twoColFixLtHdr #mainContent_brown {
	background-color: #996600;
	width: 785px;
	float: right;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

