@charset "utf-8";
body  {
	font: 62.5%/1.6em Verdana, Arial, Helvetica, sans-serif;
	color:#666;
	margin: 0px; padding: 0px;
	background:url(images/body.jpg) top repeat-x #dddac9;
	text-align: center;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.twoColFixLtHdr #container { 
	width: 960px;
	margin: 0 auto; /* 自動邊界 (搭配寬度) 會讓頁面置中對齊 */
	text-align: left; /* 這樣做會覆寫 Body 元素上的 text-align: center。 */
	background:url(images/container_bg.gif) top repeat-y #dddac9;
} 
.twoColFixLtHdr #header { 
	padding: 0;  /* 這個欄位間隔符合下面顯示的 Div 中，元素的靠左對齊。如果在 #header 中使用影像而非文字，您可能會想要移除欄位間隔。 */
	background:url(images/header_bg.jpg) top no-repeat #dddac9;
	height:220px;
} 
#flash {
    margin: 0;
	padding: 0;
    height:180px;
}

#menu {
	margin: 0;
	padding: 0;
	position:relative;
}
ol.nav {
	margin:0 0 0 11px;
	padding:0;
}
ol.nav li {
	float:left;
	list-style:none;
	margin:0;
	padding:0;
}
ol.nav a {
	font-weight:bold;
	font-size:1.2em;
	color:#95805f;
	display:block;
	padding:0px;
	text-decoration:none;
	margin:0 1px 0 1px;
	border-bottom:none;
}
ol.nav a:hover {
	color:#fff;
	background: #55513c;
	border-bottom:none;
}
.twoColFixLtHdr #left {
	float: left; /* 因為這個元素是浮動元素，所以您必須指定寬度 */
	width: 250px;
	background:url(images/left_bg.jpg) top no-repeat #211400;
}
#leftmenu {
	padding:0 0 0 31px;
	float: left;
	width: 219px;
}

#leftmenu a {
	display: block;
	font-size:1.2em;
	background: url(images/vmenuarrow.gif) no-repeat 1em left;
	border-bottom:1px solid #3c2d17;
	color: #FFFFFF;
	padding: 7px 0 7px 15px;
	margin: 0;
	text-decoration: none;
}

#leftmenu a:hover {
	color: #FFFFFF;
	background: #775529 url(images/vmenuarrowhover.gif) no-repeat 1em left;
}

.twoColFixLtHdr #mainContent { 
	margin: -4em 0 3em 270px;
	background:url(images/shadow_R.jpg) no-repeat 100% 40px;
}
.twoColFixLtHdr #mainContent p { 
	font-size:1.2em;
	line-height : 2.0em;
	padding:0 5em 0 0;
}
.twoColFixLtHdr #mainContent h1 { 
	font-size:1.5em;
	color:#775529;
	padding-left:12px;
	background:url(images/dot.gif) left center no-repeat;;
}
.twoColFixLtHdr #mainContent strong { 
	font-size:1.1em;
	line-height : 1.5em;
	color:#775529;

}
ul.linklist {
	list-style-type:circle; 
}
ul.linklist li {
    margin: 0;
	padding:2px;
}
ul.linklist a {
	font-size:1.1em;
	color:#663300;
}
ul.linklist a:hover {
	color:#fff;
	background: #663300;
}
.twoColFixLtHdr #footer { 
	text-align:center;
	padding:0;
	color:#ccc;
	width:889px;
	height:75px;
	background:url(images/footer_bg.gif) top repeat-x #150f0c;
	margin:0 auto;
	margin-left:31px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* 將頁尾中第一個元素的邊界調整為零可避免邊界收合的可能性 (Div 之間出現的空間) */
	padding: 20px 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;
}
.s_img  img{ border: 2px solid #dddac9; margin:0 0 2px 0;  }
.s_img:hover img{ border: 2px solid #A0410A; }
.onw {margin:-3px 0 0 2px ; padding:0; width:625px; letter-spacing:0px; }
.onw li {float:left; margin:0 2px 2px 0;list-style-type:none;}
#line {
	width:1px;
	height:15px;
	background-color:#d0c19a;
	margin:7px 0 0 0;
}
