body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background-color: #42413C;
	margin: 0;
	padding: 0;
	color: #000;
}

ul, ol, dl { 
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
	color: #333333;
}

p{
	padding-right: 15px;
	padding-left: 15px;
	font-size: 12px;
	font-weight: bold;
	line-height: 8px;
}

a img { 
	/* 這個選取器會移除某些瀏覽器在影像由連結所圍繞時，影像周圍所顯示的預設藍色邊框 */
	border: none;
}

a:link {
	color: #42413C;
	text-decoration: underline; /* 除非您要設定非常獨特的連結樣式，否則最好提供底線，以便快速看出 */
}

a:visited {
	color: #6E6C64;
	text-decoration: underline;
}

a:hover, a:active, a:focus { /* 這個選取器群組可以讓使用鍵盤導覽的使用者，也和使用滑鼠的使用者一樣擁有相同的滑過體驗。 */
	text-decoration: none;
}

/* ~~ 這個固定寬度的容器環繞著其他 Div ~~ */
.container {
	width: 960px;
	background-color: #FFF;
	margin: 0 auto; /* 兩側的自動值與寬度結合後，版面便會置中對齊 */
	padding: 0;
}

/* ~~ 頁首沒有指定的寬度，而會橫跨版面的整個寬度。頁首包含影像預留位置，必須由您自己的連結商標加以取代 ~~ */
.header {
	height: 100px;
	background-image: url(../images/bg_header_3.jpg);
}

.logo{
	float: left;
	padding-top: 17px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 8px;	
}

.toolbar{
	font-size: 20px;
	margin-top: 0px;
	margin-left: 50px;
	
	height: 75px;
	float: right;	
}

.item_home {
	float: left;
	//width: 100px;
	text-align: center;
	margin-top: 35px;
	height: 30px;
	line-height: 30px;
}

.item_orhter {
	float: left;
	//width: 100px;
	text-align: center;
	border-left-width: 2px;
	border-left-style: dotted;
	border-left-color: #999;
	margin-top: 35px;
	height: 30px;
	line-height: 30px;
}

.item_home a ,.item_orhter a{
	font-family: Tahoma, Geneva, sans-serif;
	color: #999999;
	display: block;
	text-decoration: none;
	font-size: large;
	font-weight: bold;
}

.item_home a:hover ,.item_orhter a:hover{
	font-family: Tahoma, Geneva, sans-serif;
	color: #333;
	display: block;
	text-decoration: none;
}

.content {
	padding: 10px 0;
	height: 470px;
	background-image: url(../images/bg_plans.jpg);
}

.info{
	padding-left: 350px;	
}

/* 頁尾 */
.footer {
	/*	background-color: #CCC49F; */
	background-color: #02220a;
	padding: 10px 300px;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	
}

.footer p{
	padding-right: 15px;
	padding-left: 15px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	line-height: 8px;
}

