@charset "utf-8";
/* CSS Document */
#container {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-color: #021826;
}
#top {
	
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	}
#center {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	
}
#menu {
	font-family: "微軟正黑體";
	line-height: 21px;
	width: 239px;
	height: auto;
	font-size: 12px;
	color: #333;
	float: left;
	background-color: #021826;
}
#content {
	font-family: "微軟正黑體";
	line-height: 21px;
	width: 700px;
	height: auto;
	font-size: 15px;
	color: #FFF;
	float: right;
	background-color: #021826;
	letter-spacing: 0.2em;
	text-align: justify;
	margin-right: 11px;
}
#footer {
	text-align: center;
	color: #FFF;
	background-color: #981667;
	font-size: 13px;
	height: 50px;
	padding-top: 8px;
	padding-bottom: 8px;
	line-height: 21px;
	width: 950px;
	clear: both;
}

body {
	background-color: #8A8A8A;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}
#h3 {
	color: #F60;
}
#pp {
	border: 1px solid #333;
	font-family: "微軟正黑體";
	height: auto;
	width: 604px;
	margin-right: auto;
	margin-left: auto;
}
