#header {
	background-image: url(../images/banner4.png);
	background-repeat: no-repeat;
	height: 140px;
	width: 800px;
}
#content {
	background-image: url(../images/content_bg.gif);
	background-repeat: repeat-y;
	width: 800px;
	float: left;
}
body {
	font-family: "新細明體";
	font-size: 12px;
	color: #767676;
	background-attachment: fixed;
	background-image: url(../images/main_bg.gif);
	margin: 0px;
}

#footer {
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	height: 24px;
	width: 800px;
	clear: both;
}
#contentLeft {
	float: left;
	width: 265px;
	line-height: 1em;
}
#contentBox {
	line-height: 2em;
	margin-right: 35px;
	padding-top: 30px;
	padding-left: 30px;
}

#contentRight {
	float: right;
	width: auto;
}
#listNew {
	line-height: 1em;
	margin-right: 10px;
	margin-left: 50px;
}
#content #contentLeft #listNew p {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	line-height: 5mm;
}

