body {
	background-color:#fff;	
	font-family:"Lucida Grande","bitstream vera sans","trebuchet ms",verdana,arial;
	text-align:center;
}

img {
	margin: 0;
	border:0;
}

#site {
	background-color:white;
	width:1100px;
	text-align:center;
	margin:0px auto;
    background-image: url(/images/suite.jpg);
    background-repeat: no-repeat; 
}

#page {
	background-color:#efefef;
	margin-top:40px;
	width:600px;
	padding:20px 20px 0px 20px;
	/* min-height:600px; */
	border:2px solid #fff;
	outline:1px solid #ccc;
	text-align:left;
    margin:0px auto;
}

h1, h2 {
	letter-spacing:-1px;
	color:#2D5AC3;
	font-weight:normal;		
	margin-bottom:-10px;
	margin-top:40px;
}

h1 {
	font-size:22px;
}

h2 {
	font-size:18px;
    margin-bottom:10px;
}

.less {
	color:#999;
	font-size:12px;
}

a {
	color:#295c72;		
}


.chinese {
	color:#aaa;
	font-size:16px;
	font-weight:normal;		
}


.colMask {
	width:100%;
	clear:both;
	float:left;
	position:relative;
	overflow:hidden;
/*    border:1px solid yellow; */
}

.colLeft {
	float:left;
	position:relative;
	padding:0 0 1em 0;
	overflow:hidden;
/*    border:1px solid blue;*/
}

.colRight {
	float:right;
	position:relative;
	padding:0 0 1em 0;
	overflow:hidden;
/*    border:1px solid red;*/
}


