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

