body{
	margin:0 auto;
	padding: 0;
	background:#F0F0F0 url(/images/AllPage/White_BG.png) top center repeat-y;
}

body, p, div, td, li {
	font-size: 13px;
	color: #454545;
}

a {
	color: #333333;
	text-decoration: none;
}

a:hover {
	color: #666666;
	text-decoration: none;
}


#ALL{
	margin:0 auto;
	width:960px;
}


/* 左邊區塊 */
#LEFT {
	float: left;
	margin: 0; padding-top: 10px;
	width: 210px; height: 450px;
	background: url(/images/AllPage/InsidePages_BG.png) top right no-repeat;
}


/* 右邊區塊 */
#RIGHT{
	float:right;
	margin:0; padding-top: 10px;
	width:750px;
}


/* 中間一大塊 */
.CENTER{
	margin:0 auto; padding-top: 10px;
	width:730px;
}


.ChineseFont {
	font-family: "華康中黑體(P)", "華康中黑體外字集", "華康中黑體", "微軟正黑體";
}

.EnglishFont {
	font-family: "Arial", "Tahoma", "Times New Roman";
}

.Space_H10{
	padding: 5px 0;
}

.Space_H20{
	padding: 10px 0;
}


.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
