/* OVERALL PAGE SETTINGS */
body{
	margin:0px auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
		background-image:url(../img/background_front.jpg);
}
.outline{
	width:760px;
	margin:0px auto;
	border:1px solid #666666;
}
a{
	text-decoration:none;
	font-size:14px;
	font-weight:400;
	color:#666666;
}
a:link{
}
a:hover{
	color:#ff6600;
	position:relative;
	top:1px;
	left:1px;
}
a:active{
}
h3{
	margin:0px
}
/* HEADER */
.header{
	background-image:url(../img/top_message_bar.jpg);
	width:760px;
	height:80px;
	margin:0px;
}
.header p{
	margin:0px;
	position:relative;
	top:30px;
	left:550px;
}
/* PAGE BANNER */
.page_banner_program{
	background-image:url(../img/page_banner_greatwall.jpg);
	height:150px;
	border-bottom:3px solid #666666;
}
.page_banner_szu{
	background-image:url(../img/page_banner_temple.jpg);
	height:150px;
	border-bottom:3px solid #666666;
}
.page_banner_faq{
	background-image:url(../img/page_banner_hk.jpg);
	height:150px;
	border-bottom:3px solid #666666;
}
.page_banner_schedule{
	background-image:url(../img/page_banner_remain.jpg);
	height:150px;
	border-bottom:3px solid #666666;
}

/* MENU */
.h_menu{
	float:right;
	margin-top:130px;
}
.h_menu ul{
	list-style:none;
	margin:0px;
}
.h_menu li{
	float:left;
	margin:1px 3px 0px 0px;
	width:90px;
	height:20px;
	background-image:url(../img/menu_bk.gif);
	text-align:center;
}
.h_menu li a{
	color:#FFFFFF;
	font-size:13px;
}
.h_menu li a:link{
}
.h_menu li a:hover{
	color:#ff6600;
}
.h_menu li a:active{
}

/* PAGE CONTENTS */
h3{
	font-family:Georgia, "Times New Roman", Times, serif;
	border-top:3px solid #999999;
	color:#ffffff;
	letter-spacing:1px;
	font-size:14px;
	line-height:1.5em;
	padding:5px;
	background-color:#000000;
	margin:0px 10px 10px 180px;
	position:relative;
	top:10px;
}
h4{
	font-size:12px;
	margin:10px 5px 0px 10px;
}
.sub_title{
	font-size:12px;
	color:#999999;
	letter-spacing:1px;
}
.page_content_1{
	height:830px;
	background-image:url(../img/contents_bk_1.jpg);
}
.page_content_2{
	height:1600px;
	background-image:url(../img/contents_bk_2.jpg);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
}
.page_content_3{
	height:800px;
	background-image:url(../img/contents_bk_3.jpg);
}
.page_content_4{
	height:800px;
	background-image:url(../img/contents_bk_4.jpg);
}
.page_text{
	margin:0px 10px 10px 185px;
	font-size:12px;
}
.page_text p{
	margin:5px 10px 15px 20px;
	font-size:12px;
	text-align:justify;
	line-height:1.3em;
}
.schedule_table{
	margin:20px 0px 10px 40px;
	font-size:14px;
}
.table_left_c{
	width:180px;
	padding:5px;
}
.table_even{
	background-color:#FFFFFF;
}
.table_right_c{
}

/* IMAGE CONTROL */
.img_left{
	float:left;
	margin:5px 5px 0px 5px;
}
.img_right{
	float:right;
	margin:5px 5px 0px 5px;
}

/* FOOTER */
.footer{
	background-image:url(../img/footer_bk.jpg);
	height:25px;
}
.footer p{
	font-size:10px;
	color:#ffffff;
	text-align:right;
	padding:5px 10px 0px 0px;
	margin:0px;
}
.certifications{
	margin-top:10px;
	text-align:center;
	position:relative;
	top:-120px;
	left:-320px;
}
