#title {
	background-image: url(images/titlebar.png);
	height: 40px;
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#menu {
	height: 35px;
	width: 950px;
	background-image: url(images/topbar.png);
}
#main {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#content {
	background-color: #FFF;
	width: 100%;
	background-image: url(images/leftbar.png);
	background-repeat: repeat-y;
	float: left;
}
#content_left {
	background-image: url(images/leftbar.png);
	background-repeat: repeat-y;
	float: left;
	width: 200px;
	height: 100%;
}
#content_right {
	width: 730px;
	float: right;
	padding: 10px;
	background-color: #FFF;
}
#banner {
	height: 180px;
	width: 730px;
}

#middle {
	width: 730px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	float: left;
}
#news {
	float: left;
	width: 500px;
}
#login {
	float: right;
	width: 200px;
}
#product {
	width: 730px;
	margin-top: 30px;
	clear: both;
	float: left;
}
#bottom {
	clear: both;
	width: 950px;
	height: 30px;
	background-image: url(images/bottom.png);
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: middle;
	float: left;
}
#login_box {
	float: right;
	height: 25px;
	width: 310px;
	margin-top: 15px;
	font-family: "Times New Roman", "細明體", "Adobe 明體 Std L";
	font-size: x-small;
}
body {
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	background-color: #F1F1F1;
	font-family: "Times New Roman", "細明體", "Adobe 明體 Std L";
	font-size: small;
	color: #666;

}
#member {
	width: 730px;
	text-align: center;
}
#description {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	line-height: 20px;
}
#product_box {
	padding: 9px;
	clear: none;
	float: left;
	height: 175px;
	width: 200px;
	margin-right: 10px;
	margin-bottom: 20px;
	border: 2px solid #999;
	margin-left: 10px;
	background-image: url(images/box_bg.png);
	background-repeat: repeat;
	font-family: "Times New Roman", "細明體", "Adobe 明體 Std L";
	font-size: small;
	color: #FFF;
}
#main #content #content_right #middle #search {
	background-image: url(images/search.png);
	height: 150px;
	width: 730px;
}
#news_box {
	float: left;
	height: 25px;
	width: 100%;
	margin-top: 10px;
}
