@charset "utf-8";
/* CSS Document */

.body-bg {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #323232;
    }

#WRAPPER {
	width: 1016px;
	margin-right: auto;
	margin-left: auto;
    }

#HEADER {
    display:block;
	width: 1016px;
	height: 266px;
	background-color: #000000;
	margin-right: auto;
	margin-left: auto;
    }

#CON_WRAPPER {
	background-image: url(../images/bg-CON_WRAPPER.jpg);
	background-repeat: no-repeat;
    }

/*---- 次選單 ----*/
#SUB_NAV{
    display:block;
	float: left;
	width: 178px;
	height: 300px;
	background-image: url(../images/bg-LEFT.jpg);
	background-repeat: no-repeat;
	margin-left: auto;
	padding-top: 50px;
	padding-left: 16px;
    }
/*---- 內容區 ----*/
#CONTENT {
	margin-left: 200px;
	width:800px;
	height: 458px;
	background-image: url(../images/bg-RIGHT.jpg);
    background-repeat: no-repeat;
    }

#CONTENT-TEXT{
	display:block;
	width: 560px;
	padding: 30px;
	text-align: left;
	}
	
#CONTENT-FOOTER{	
    display:block;
	width: 88px;
	padding: 5px;
	text-align: left;
	}
    
	
/*---- footer ----*/	
#FOOTER{
	display:block;
	width: 670px;
	float: left;
    text-align:right;
	padding-top: 10px;
	}	
	
#FOOTER2{
	display:block;
	width: 320px;
	margin-left: 670px;
	text-align:right;
	padding-top: 10px;
	}	
	
 /* 清除不正確的 float */
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

