@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #666666;
	background-color: #333;/*
	background-image: url(../img/BG-main.png);
	background-repeat: repeat-x;
	*/
}
.smalltext {
	font-family: Arial, Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	
}


h1, h2, h3 {
	color: #505956;
	padding-bottom: 15px;
}
h1 {
	font-size: 42px;
}
h2 {
	color: #F60;
}
h4 {
	text-transform: capitalize;
}
hr {
	display: none;
}
a {
	color: #666;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
img {
}
/* Page Wapper */
#wapper {
	margin: 20px auto auto auto;
	clear: both;
	width: 890px;
	overflow: auto;
	background: #FFF;
	background-image: url(../images/main_BG.png);
	background-repeat: no-repeat;
	background-attachment: fixed;
}
/* Header */
#header {
	height: 245px;
	width: 100%;
	background: url(../images/header.png);
	background-repeat: no-repeat;
	overflow: auto;
}
#main_menu {
	clear: both;
	float: none;
	overflow: auto;
	margin-top: 158px;
	height: 55px;
	width: 100%;
	background-image: url(../images/menu_BG.png);
	background-repeat: no-repeat;
}
#main_menu ul {
	float: left;
	list-style: none;
	padding-top: 20px;
}
#main_menu li {
	display: inline;
}
#main_menu a {
	color: #FFF;
	text-align: center;
	vertical-align: middle;
	padding: 0 20px 0px 20px;
	font-size: 110%
}
#menu_language {
	float: left;
	margin: 15px 0px 0px 70px;
}
#menu_language_chinese {
	float: left;
	margin: 15px 0px 0px 100px;
}
/* Main Content */
#content {
	height: auto;
	width: 100%;
	clear: both;
}
#content-text {
	width: auto;
	padding: 0 20px 20px 20px;
}
#content-text a{
	color: #09F;
	text-decoration: underline;
}
#content-text img {
	margin: 10px 0px 10px 10px;
	border:solid;
	border-width: 5px;
	border-color: #CCC;
	float: right;
}
#content-text p {
	padding-bottom: 15px;
}
#content-text li {
	list-style-position: outside;
	margin-left: 30px;
}
#content-text li li {
	list-style: lower-roman;
}
.list-lv2 {
	margin: 0 0 15px 30px;
}
#content-text table, #content-text tr, #content-text td, #content-text th {
	border-width:1px;
	border-style:solid;
}
#content-reg p {
	text-align:center;
}
#content-reg img {
	border: dashed;
	border-width: 1px;
	border-color: #27bce8;
}
#content-regForm {
	width: auto;
	padding: 0 20px 20px 20px;
}
#content-regForm table {
	border-collapse: collapse;
}
#content-regForm td {
	padding: 5px;
	/*border-collapse: collapse;*/
	vertical-align: middle;
}
#content-regForm li {
	list-style-position: outside;
	margin-left: 20px;
}
#content-gallery {
	width: auto;
	padding: 0 20px 20px 20px;
}
#content-gallery img {
	border-style: dashed;
	border-width: 1px;
	border-color: #0CF;
	margin-left:5px;
}
/* Footer */
#footer {
	width: 100%;
	height: 75px;
	background: url(../images/footer.png);
}

