/*layout*/
body{background:url(../images/bg.jpg) repeat;}
#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;
	float: left;
	font-family: Arial, "新細明體-ExtB";
	font-size: 12px;
	color: #5A5A5A;
	text-align: left;
	overflow:hidden;
	text-justify: inter-ideograph;
	padding-bottom: 20px;
	background-color: #fcfcfc;
}
br {
	line-height: 16px;
}
p {
	line-height: 20px;
}



#footer{
	text-align: right;
	height: 70px;
	width: 705px;
	font-size: 12px;
	font-style: normal;
	font-family: Arial, "新細明體-ExtB";
	text-decoration: none;
	float: left;
	padding-top: 5px;
	color: #FFF;
	background-color: #ff952c;
	padding-right: 10px;
}

#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:           bold 1.4em/1.2em 'Segoe UI', 'Lucida Grande', Arial, Helvetica, sans-serif;
	color:          #777;
	border-radius:          7px;
	-moz-border-radius:     7px;
	-webkit-border-radius:  7px;
	padding:        5px 10px;
	display:        inline-block;
	margin:         0;
}
