@charset "utf-8";
body{
    background:url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-position:left top;
	margin:0px;
	padding:0px;
	line-height:120%;
	letter-spacing:1px;
	font-family:新細明體,微軟正黑體,Arial, Helvetica, sans-serif;
	color:#666;
	font-size:12px;
	}
img{
	border:none;
	vertical-align:top;
}
.clear{
	clear:both;
	height:0;
	font-size:0px;
	line-height:0px;
}
#container{
	width:995px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	height: auto;
	background:url(../images/bg_rl.png);
	background-repeat:repeat-y;
	background-position:left top;
	padding:0px 15px 0px 15px;;
}
#head {
	width:995px;
	height:81px;
	background:url(../images/menu/menu_bg.jpg);
	background-repeat:repeat-x;
	background-position:left top;
}
#index_flash{
	width:995px;
	height:365px;
}
#left {
	width:208px;
	height:auto;
	padding-left:13px;
	float:left;
}
#right {
	width:750px;
	height:auto;
	float:left;
	padding-left: 10px;
	
}
#content {
	width:995px;
	height:auto;
	background-color:#FFF;
}
#content_01 {
	width:995px;
	height:auto;
	background-color:#FFF;
}

#foot {
	width: 995px;
	height:72px;
	background-color:#d2d2d2;
	padding-top:8px;
}
