/*layout*/
#warp{
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	}
	
#header{
	height: 217px;
	width: 1000px;
	float: left;
	font-size: 18px;
	text-align: right;
	font-family: Arial, "新細明體-ExtB";
	vertical-align:bottom;
	background-image: url(../images/header_01.jpg);
}

#Content {
	width: 1000px;
	float: left;
	font-family: Arial, "新細明體-ExtB";
	font-size: 12px;
	color: #737373;
	padding-bottom: 30px;
	background-color: #FFF;
}
#footer {
	width: 100%;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #eeeeee;
	background-image: url(../images/f_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	float: left;
}


#footer_inner{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #eeeeee;
	height: 22px;
	width: 890px;
	font-size: 12px;
	font-style: normal;
	color: #242424;
	font-family: Arial, "新細明體-ExtB";
	text-decoration: none;
	float: left;
	background-image: url(../images/footer_upbg.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	padding-top: 5px;
	text-align: right;
	padding-right: 110px;
	background-color: #FFF;
}


#footer_inner a:link {
	color: #000;
	text-decoration: none;
	font-family: Arial, "新細明體-ExtB";
}

#footer_inner a:hover {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #794D36;
	text-decoration: none;
	font-family: Arial, "新細明體-ExtB";
}
#footer_inner a:visited {
	text-decoration: none;
	font-family: Arial, "新細明體-ExtB";
	color: #3D3D3D;
}
#footer_inner a:active {
	text-decoration: none;
	font-family: Arial, "新細明體-ExtB";
}

#copyright {
	background-image: url(../images/copyright_bg.jpg);
	float: left;
	height: 110px;
	background-color: #FAFAFA;
	background-repeat: no-repeat;
	background-position: right top;
	width: 890px;
	font-size: 11px;
	text-align: right;
	padding-right: 110px;
	padding-top: 10px;
	color: #757575;
	line-height: 16px;
}
#left {
	float: left;
	width: 265px;
	min-height:490px;
}

#inner {
	float: left;
	width: 650px;
	padding-right: 20px;
	padding-left: 20px;
	text-align: left;
	color: #888;
}
#right {
	float: left;
	width: 45px;
	min-height:490px;
	background-image: url(../images/right_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
p {
	line-height: 20px;
}
br {
	line-height: 16px;
}
.left_submenu_top {
	text-align: right;
	float: left;
	height: 53px;
	width: 263px;
}
.left_submenu_block {
	float: left;
	width: 208px;
	margin-left: 25px;
	text-align: left;
	background-image: url(../images/left_bg.jpg);
	background-repeat: repeat-y;
	background-position: right center;
	padding-right: 10px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.left_submenu_bottom {
	background-image: url(../images/left_btm_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
	width: 263px;
	height: 200px;
}
#warp #Content #left .left_submenu_block ul li a {
	color: #737373;
	text-decoration: none;
}
#warp #Content #left .left_submenu_block ul li a:hover {
	color: #212B2A;
	text-decoration: none;
}
