/*layout*/
body{
	background-image: url(../../images/bg.jpg);
	background-repeat: repeat;
}
#warp{
	width: 800px;
	margin: 0 auto;
	}
#Content {
	width: 800px;
	background-repeat: repeat-y;
	background-position: center top;
	float: left;
	background-color: #FFF;
	font-family: Arial, "新細明體-ExtB";
	font-size: 12px;
	color: #5B5B5B;
	background-image: url(images/bg.jpg);
	text-align: left;
	overflow:hidden;
	text-justify: inter-ideograph;
	padding-bottom: 20px;
	overflow:hidden
}
#sub_menu {
	float: left;
	width: 170px;
	background-color: #990000;
	text-align: left;
	padding-bottom: 10000px;
	margin-bottom: -10000px;
}
#sub_menu li {
	list-style: disc;
	color: #ecd7ba;
	margin: 0 10px 0 30px;
	font-family:Georgia, Times New Roman, Times, serif;
}
#sub_menu li a{
	font-size: 13px;
	color: #ecd7ba;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	list-style: disc;
	text-decoration: none;
}
#sub_menu li a:hover {
	color: #FFF;
}


#sub_menu .img_01 {
	margin-top: 50px;
	margin-bottom: 10px;
	margin-left: 2px;
}

#right {
	float: left;
	width: 630px;
	padding-bottom:10000px;
	margin-bottom:-10000px;
}
#about_title {
	background: url(../images/about_title.jpg) no-repeat center top;
	text-align: center;
	float: left;
	width: 630px;
	height: 50px;
}

.main_txt {
	padding: 25px 25px 25px 50px;
	float: right;
	width: 555px;
	font-size: 13px;
	color: #333;
}

.main_txt ul {
	margin-top: 10px;
}


.main_txt ul li {
	line-height: 20px;
	margin-left: 10px;
}
.main_txt ul li img {
	margin-right: 5px;
}
br {
	line-height: 16px;
}
p {
	line-height: 20px;
}
h1 {
	color: #003366;
	font-size: 15px;
	font-weight: bolder;
	height: 25px;
	margin-bottom: 10px;
	margin-top: 20px;
}
.main_txt ul li a {
	color: #603;
	text-decoration: none;
}

.main_txt ul li a:hover {
	color: #39F;
	text-decoration: underline;
}
