#header {
	width: 850px;
}
#content {
}
#footer {
	clear: both;
}
#left {
	width: 400px;
	float: left;
	font-family: "新細明體";
	font-size: 12px;
	line-height: 2em;
	color: #666666;
	padding-bottom: 2px;
	margin-bottom: 2px;
	margin-top: 2px;
	padding-top: 2px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-right-width: 1px;
	border-left-width: 1px;
}
#right {
	width: 400px;
	float: right;
	font-family: "新細明體";
	font-size: 12px;
	line-height: 2em;
	color: #666666;
	border: 1px dotted #CCCCCC;
}

