body{
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	background-color: #FFF;
	background-image: url(../images/bg.gif);
	background-repeat: repeat;
	background-position: left top;
	background-attachment: fixed;
}
/*layout*/
#warp{
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FFF;
	}
	
#header{
	height: 200px;
	width: 900px;
	float: left;
	background-image: url(../images/h_bg.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #FFF;
}

#Content {
	width: 900px;
	float: left;
	background-color: #FFF;
	font-family: Arial, "新細明體-ExtB";
	font-size: 12px;
	color: #737373;
	background-image: url(../images/c_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 20px;
	min-height: 350px;
	_height: 350px;
}
#top {
	float: left;
	width: 560px;
	margin-right: 150px;
	margin-left: 150px;
	text-align: left;
	padding: 20px;
	border: 2px solid #C95472;
	font-size: 13px;
}
#mid {
	float: left;
	width: 900px;
	text-align: left;
	padding-top: 40px;
}
.menu {
	font-size: 20px;
	font-weight: bolder;
	color: #C95472;
	margin-left: 40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DA8B9F;
	padding-bottom: 5px;
	margin-bottom: 10px;
	margin-right: 40px;
}

.sub_menu {
	font-size: 13px;
	font-weight: bolder;
	color: #333;
	padding-bottom: 5px;
	margin-bottom: 10px;
	margin-left: 40px;
}

.menu_main {
	float: left;
	width: 128px;
	margin-left: 120px;
	_margin-left: 50px;
}
.menu_sub {
	float: left;
	width: 150px;
	margin-left: 145px;
	_margin-left: 60px;
	padding-right: 25px;
}



#footer{
	text-align: center;
	height: 55px;
	width: 890px;
	font-size: 11px;
	font-style: normal;
	color: #794D36;
	font-family: Arial, "新細明體-ExtB";
	text-decoration: none;
	float: left;
	padding-top: 150px;
	padding-right: 10px;
	margin: 0px;
	background-color: #FFF;
}

#warp #footer a:link {
	color: #794D36;
	text-decoration: none;
	font-family: Arial, "新細明體-ExtB";
}

#warp #footer a:hover {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #794D36;
	text-decoration: none;
	font-family: Arial, "新細明體-ExtB";
}
#warp #footer a:visited {
	text-decoration: none;
	font-family: Arial, "新細明體-ExtB";
	color: #3A261B;
}
#warp #footer a:active {
	text-decoration: none;
	font-family: Arial, "新細明體-ExtB";
}
p {
	line-height: 25px;
}
ul li {
	line-height: 25px;
	font-size: 13px;
	margin-left: 50px;
	color: #333;
}
ul li a {
	color: #333;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
}
ul li a:hover {
	color: #B20202;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #B20202;
}

.summary {
	margin-bottom: 10px;
	color: #737373;
	font-size: 13px;
	margin-left: 50px;
	margin-right: 80px;
}
.pic {
	margin-left: 50px;
}
