body {
	background: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #333;
	margin-top: 0px;
}
#container { 
	width: 740px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #5f5f5e;
	background: #FFFFFF url(images/container_back.gif) top left repeat-y;
}
#header {
	width: 590px;
	height: 130px;
	background: #FFFFFF url(images/top_header.jpg) top right no-repeat;
	float: right;
	text-align: right;
}
	#header h1 {
	font-family: "微軟正黑體";
	font-size: 30px;
	font-weight: normal;
	letter-spacing: -2px;
	text-transform: uppercase;
	margin-right: 10px;
	margin-top: 10px;
	line-height: 50px;
	color: #333333;
	}
	#header span {
		font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
		font-size: 32px;
		font-weight: lighter;
		letter-spacing: -2px;
		text-transform: uppercase;
		color: #CCCCCC;
	}
		
	#header h2 {
	font-family: "微軟正黑體";
	font-size: 18px;
	color: #333333;
	letter-spacing: 0px;
	line-height: 25px;
	margin-right: 10px;
	font-weight: normal;
	}
#left_black {
	width: 150px;
	min-height: 600px;
	background: #D4D4D4 url(images/left_black.jpg) top left no-repeat;
	float: left;
	height: 600px;
}
			
		
#core {
	width: 590px;
	min-height: 470px;
	background: #FFFFFF url(images/core_back.jpg) top left no-repeat;
	float: right;
}
#container #core #top {
	float: right;
	height: 20px;
	width: 200px;
	font-size: 12px;
	font-family: "微軟正黑體";
	text-align: right;
	margin-right: 10px;
}


.core_text {
	width: 438px;
	float: right;
	padding: 5px;
	margin-right: 15px;
	_margin-right: 8px;
	margin-top: 30px;
	background: #FFFFFF url(images/pink_core_back.jpg) top left no-repeat;
	color: #990000;
	font-weight: bold;
	font-family: "微軟正黑體";
}
	.core_text h1 {
		font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
		font-size: 20px;
		text-transform: uppercase;
		font-weight: lighter;
		letter-spacing: -1px;
		color: #0895DD;
		padding: 5px 10px 0px 5px;
	}
	.core_text p {
	font-size: 14px;
	color: #666666;
	line-height: 23px;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	}
	.core_text a {
		color: #0895DD;
	}
		


#footer {
	width: 740px;
	height: auto;
	background: #999;
	clear: both;
	text-align: center;
}
	#footer p {
	padding: 3px;
	margin: 0;
	font-family: "微軟正黑體";
	font-size: 12px;
	color: #333333;
	}
	#footer a {
		color: #5A0C4D;
		text-decoration: none;
	}
