/*layout*/
#warp{
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	}
	
#header {
	width: 900px;
	height: 244px;
	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: #440706;
}
#left {
	float: left;
	height: 429px;
	width: 35px;
	background-image: url(../image/l_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#inner {
	background-color: #F3F1F2;
	float: left;
	width: 794px;
	min-height:500px;
	padding-right: 20px;
	padding-left: 20px;
	background-image: url(../image/c_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-bottom: 40px;
}
#right {
	background-image: url(../image/r_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 429px;
	width: 30px;
}



#footer{
	text-align: center;
	height: 135px;
	width: 900px;
	font-size: 12px;
	font-style: normal;
	color: #b7ad72;
	font-family: Arial, "新細明體-ExtB";
	text-decoration: none;
	float: left;
	padding-top: 15px;
	background-color: #440706;
	background-image: url(../image/f_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#footer a:link {
	color: #b7ad72;
	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;
	color: #b7ad72;
	font-family: Arial, "新細明體-ExtB";
}
#footer a:active {
	text-decoration: none;
	color: #b7ad72;
	font-family: Arial, "新細明體-ExtB";
}
p {
	line-height: 20px;
}
