@charset "utf-8";
/* CSS Document */
html, body, p, h1, h2, h3, h4, h5, h6, blockquote, ol, ul, li, dl, dt, dd, td, form, fieldset, a, div, #container, 
#header, #sidebar1, #mainContent, #footer, img {
margin: 0;
padding: 0;
border: none;
}
img {
hspace:0;
vspace:0;
}
body {
	text-align: center; /* the container will set this back to left */
	font-family:"Arial Unicode MS",新细明体,新細明體,PMingLiU,细明体,細明體,MingLiU,新宋体,新宋體,NSimSun,宋体,宋體,SimSun,,serif,san-serif;
	font-size: 100.01%;
	background: #26231C;
	color:#E6E0DB;
}

#container {
	width: 1000px;
	background-color: #161410;
	background-repeat:no-repeat;
	background-position:0 100px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	font-size: .95em;
	letter-spacing:.05em;
	line-height:1.3em;	
	color:#E6E0DB;
}

/* Box model hack \*/
* html #container {width: 998px; w\idth: 1000px;}
/* */

#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 430px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border (430+35+25=490) in addition to the width */
    /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 20px 35px 20px 25px;
}

#mainContent {
	margin: 0 510px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 20px 25px 20px 35px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#footer {
	padding: 10px 35px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color:#222;
	height:60px;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#mainContent a {
text-decoration:none;
}
#mainContent a:link {
color:#ffcc66;
}
#mainContent a:visited {
color:#AE7600;
}
#mainContent a:hover {
color:#ffcc66;
text-decoration:underline;
}
#header h1 {
	font-family: "Arial Unicode MS", SimHei, 黑体, 黑體, san-serif;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#mainContent h1, #fakeh1  {
font-family: "Arial Unicode MS", SimHei, 黑体, 黑體, san-serif;
font-size:1.2em;
text-align:left;
letter-spacing:.2em;
margin:40px 0 20px 0;
padding:0;
vertical-align: middle;
color:#fff;
}

#sidebar1 h1 {
font-family: "Arial Unicode MS", SimHei, 黑体, 黑體, san-serif;
font-size:1.2em;
text-align:left;
letter-spacing:.2em;
}

#pageTitle {
padding:0 0 20px 0; 
height:45px;
margin:40px 0 0 0;
}
#pageTitle2 {
height:45px;
margin:40px 0 0 0;
}
#pageTitle h1, #pageTitle2 h1 {
margin:auto 0;
}
#logobox, #logobox2 {
float: left;
width:120px; 
margin:0 20px 0 0;
}
#mainContent h2, #sidebar1 h2 {
font-family: "Arial Unicode MS", SimHei, 黑体,黑體, san-serif;
font-size:1.2em;
text-align:left;
letter-spacing:.2em;
margin:.3em 0 .3em 0;
}
#mainContent p, #fakep {
margin:.5em 0;
text-align:left;
color:#E6E0DB;
}
#mainContent .hightlight {
color: #ffcc66;
}
#naAddress, #hkAddress {
float:left;
font-size:.7em;
color:#cccccc;
line-height:1.2em;
padding:5px 10px 10px 0;
}
/* common tags */

/* *** classes *** */
.bible {
color:#000;
border:#333 1px solid;
margin:20px 30px;
padding:15px;
}
.textbox {
	padding: 1px 1em;
	font-size: .95em;
}

.engtext {
	font-family:Georgia, "Times New Roman", Times, serif;
}
.engtitle {
	font-family:Arial, Helvetica, sans-serif;
}
.allzero {
margin:0;
padding:0;
border:none;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
}
img.fltrt {
margin:15px 0 15px 15px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
}
.graybutton {
color:#FFCC66;
background: #444;
padding:1px;
line-height:1.2em;
}
.clearfloat {
clear:both;
height:0;
font-size: 1px;
line-height: 0px;
}
.invisible {
display:none;
}
.smTitle {
font-size:.8em; 
line-height:.8em; 
color:#aaaaaa;
}
/*A:link {
text-decoration: none;
color: #FFFF99;
}
#mainContent a:visited { 
color: #aaa; 
text-decoration: none; 
}*/
/*#mainContent a:visited:hover { 
padding-right: 12px; 
background: url(../images/visitedLink.gif) no-repeat 100% 50%;
color:#FFCC33; 
text-decoration: underline; 
}*/
/*#mainContent A:active {text-decoration: none;}
#mainContent A:hover {
text-decoration: underline; 
color: #FFCC33;
}*/

