#header {
	width: 850px;
}
#content {
	width: 850px;
}
#footer {
	clear: both;
	width: 850px;
}
#left {
	width: 160px;
	float: left;
	font-family: "新細明體";
	font-size: 12px;
	line-height: 2em;
	color: #666666;
	border: thin dotted #CCCCCC;
}
#article {
	width: 620px;
	float: right;
	font-family: "新細明體";
	font-size: 12px;
	line-height: 2em;
	color: #666666;
	padding: 20px;
	margin: auto;
	border: thin dotted #CCCCCC;
}
