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