/*layout*/
body{
	background-color: #F6F6F6;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}
#warp{
	width: 1220px;
	margin: 0 auto;
	}
	
#header{
	height: 380px;
	width: 1000px;
	float: left;
	font-size: 18px;
	color: #2D2D2D;
	font-family: Arial, "新細明體-ExtB";
	background-image: url(../images/h_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#Content {
	width: 1000px;
	float: left;
	font-family: Arial, "新細明體-ExtB";
	font-size: 12px;
	color: #5A5A5A;
	text-align: left;
	overflow: hidden;
	text-justify: inter-ideograph;
	background-image: url(../images/c_bg.jpg);
}

br {
	line-height: 10px;
}

p {
	line-height: 20px;
}



#footer{
	text-align: center;
	width: 1000px;
	font-size: 12px;
	font-style: normal;
	font-family: Arial, "新細明體-ExtB";
	text-decoration: none;
	float: left;
	padding-top: 5px;
	color: #333333;
	background-image: url(../images/f_bg.jpg);
	background-position: left bottom;
	height: 140px;
	background-repeat: no-repeat;
}
#left {
	float: left;
	width: 250px;
	margin-left: 10px;
	padding-top: 35px;
}
#warp #footer img {
	margin-top: 14px;
	margin-left: 792px;
}
#warp #footer .txt {
	text-align: center;
	float: left;
	width: 1000px;
}
#warp #footer .txt a:link {
	color: #D2151F;
	text-decoration: none;
	font-family: Arial, "新細明體-ExtB";
}
#warp #footer .txt a:hover {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E25F04;
	text-decoration: none;
	font-family: Arial, "新細明體-ExtB";
}
#warp #footer .txt a:visited {
	text-decoration: none;
	font-family: Arial, "新細明體-ExtB";
	color: #8D1723;
}
#warp #footer .txt a:active {
	text-decoration: none;
	font-family: Arial, "新細明體-ExtB";
	color: #E55902;
}
.forFB {
	display: none;
	height: 326px;
	width: 925px;
}
