@charset "utf-8";
#main {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
}
body,td,th {
	font-family: "Times New Roman", "細明體", "Adobe 明體 Std L";
	background-repeat: repeat-x;
	
}
body {
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
}#topbanner {
	height: 80px;
	width: 950px;
	background-image: url(images/topbanner.png);
}
#midbar {
	height: 25px;
	width: 950px;
	background-image: url(images/midbar.png);
	background-repeat: repeat-x;
	clear: both;
	font-size: 13px;
	color: #FFF;
	text-align: center;
}
#content {
	width: 950px;
	background-color: #8BC53F;
}
#leftbar {
	float: left;
	width: 200px;
	background-color: #8BC53F;
}
#right_content {
	background-image: url(images/bg_color.jpg);
	background-repeat: repeat;
	float: right;
	width: 750px;
}
#right {
	width: 700px;
	float: right;
}
