#header {
	background-image: url(../images/banner4.png);
	background-repeat: no-repeat;
	height: 140px;
	width: 800px;
}
#content {
	background-image: url(../images/content_bg.gif);
	width: 800px;
	background-repeat: repeat-y;
	float: left;
}
#footer {
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	height: 24px;
	width: 800px;
	clear: both;
}
#contentleft {
	width: 265px;
	float: left;
}
#contentright {
	float: right;
	width: 535px;
}
body {
	font-family: "新細明體";
	font-size: 12px;
	color: #767676;
	background-attachment: fixed;
	background-image: url(../images/main_bg.gif);
	margin: 0px;
}
#contentbox {
	line-height: 2em;
	margin-right: 35px;
	padding-top: 30px;
	padding-left: 30px;
	text-transform: none;
	color: #666666;
}
