/*layout*/
#warp{
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	}
	
#header {
	width: 900px;
	height: 343px;
	float: left;
	background-image: url(../image/h_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}


#Content {
	width: 900px;
	background-repeat: repeat;
	float: left;
	font-family: Arial, "新細明體-ExtB";
	font-size: 13px;
	color: #666;
	text-align: left;
	line-height: 20px;
	background-color: #FFF;
}
#left {
	float: left;
	height: 262px;
	width: 278px;
	background-image: url(../image/l_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#inner {
	background-color: #FFF;
	float: left;
	width: 523px;
	min-height:500px;
	padding-right: 20px;
	padding-left: 40px;
	padding-bottom: 50px;
	background-image: url(../image/i_bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
#right {
	background-image: url(../image/r_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 429px;
	width: 17px;
}



#footer{
	text-align: center;
	height: 20px;
	width: 900px;
	font-size: 12px;
	font-style: normal;
	color: #794D36;
	font-family: Arial, "新細明體-ExtB";
	text-decoration: none;
	float: left;
	padding-top: 40px;
	background-image: url(../image/f_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#footer a:link {
	color: #794D36;
	text-decoration: none;
	font-family: Arial, "新細明體-ExtB";
}
#footer a:hover {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #794D36;
	text-decoration: none;
	font-family: Arial, "新細明體-ExtB";
}
#footer a:visited {
	text-decoration: none;
	font-family: Arial, "新細明體-ExtB";
}
#footer a:active {
	text-decoration: none;
	font-family: Arial, "新細明體-ExtB";
}

p {
	line-height: 20px;
}
