/*layout*/
#warp{
	width: 715px;
	margin: 0 auto;
	}
	
#header{
	height: 150px;
	width: 715px;
	float: left;
	font-size: 18px;
	color: #2D2D2D;
	text-align: right;
	font-family: Arial, "新細明體-ExtB";
	vertical-align:bottom;
	background-image: url(../images/h_bg.jpg);
}


#Content {
	width: 715px;
	background-repeat: repeat-y;
	background-position: center top;
	float: left;
	background-color: #FFF;
	font-family: Arial, "新細明體-ExtB";
	font-size: 12px;
	color: #5B5B5B;
	background-image: url(images/bg.jpg);
	text-align: left;
	overflow:hidden;
	text-justify: inter-ideograph;
	padding-bottom: 20px;
	background:-moz-linear-gradient(80% 78% 280deg, #FFF, #f9f9f9 10%)
}
br {
	line-height: 16px;
}
p {
	line-height: 20px;
}



#footer{
	text-align: right;
	height: 70px;
	width: 715px;
	font-size: 12px;
	font-style: normal;
	font-family: Arial, "新細明體-ExtB";
	text-decoration: none;
	float: left;
	padding-top: 5px;
	color: #212121;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #222;
}

#warp #footer a:link {
	color: #FFF;
	text-decoration: none;
	font-family: Arial, "新細明體-ExtB";
}

#warp #footer a:hover {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
	text-decoration: none;
	font-family: Arial, "新細明體-ExtB";
}
#warp #footer a:visited {
	text-decoration: none;
	font-family: Arial, "新細明體-ExtB";
	color: #F9F9F9;
}
#warp #footer a:active {
	text-decoration: none;
	font-family: Arial, "新細明體-ExtB";
	color: #f9f9f9;
}

h1 {
	color: #2f4a42;
	font-size: 20px;
	font-weight: bolder;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #5E765C;
	padding-bottom: 2px;
	height: 25px;
	padding-top: 15px;
	margin-bottom: 10px;
}
h2 {
	font-weight: bolder;
	color: #454545;
	margin-top: 25px;
	margin-bottom: 10px;
}
