@charset "utf-8";
/* Visual Style for Global Warming(http://www.minnieli.com/) Powered by Vcity@Imagels (http://vcity.imagels.com/) */
@import url("reset.css");
@import url("layout.css");
@import url("typography.css");
@import url("footer.css");
body {
	background-color:#ececec;
}
/*--------------------------banner pic control-----------------------------------*/
#wrap{
	background:#ececec;
	background-repeat:no-repeat;
	text-align:center;
}

/*--------------------------top banner h1 (B Level Title)-----------------------------------*/
h1 {
	margin:0 auto;
	display:block;
	width:760px;
	height:102px;
	font-size:70px;
	font-weight:normal;
	line-height:102px;
	text-indent:0px;
	text-align:left;
	color:#97a00b;
	border-bottom:3px #fff solid;
	overflow:hidden;
}
/*--------------------------main content div-----------------------------------*/
#mainContent {
	width:960px;
	height:auto;
}

/*--------------------------left Photo-----------------------------------*/
#leftPhoto {
	border-top:30px #ececec solid;
	border-left:100px #ececec solid;
	width:250px;
	height:auto;
	float:left;
	overflow:hidden;
	text-align:center;
}
#leftPhoto img {
	margin:0 0 8px 0;
	border:5px #f5f5f5 solid;
}
#leftPhoto a {
	margin:2px 0 9px 0;
	padding:0 5px 0 6px;
	font-weight:bold;
	text-decoration:underline;
	line-height:18px;
	color:#55503a;
	font-size:13px;
}
#leftPhoto a:hover {
	text-decoration:none;
	background-image:url(../pic/linkBkg.gif);
	background-repeat:repeat;
}

/*--------------------------right content-----------------------------------*/
#projectInfo {
	border-top:30px #ececec solid;
	border-left:100px #ececec solid;
	float:left;
	width:760px;
	height:auto;
	font-size:13px;
	text-align:left;
	letter-spacing:0px;
	line-height:24px;
	color:#444;
}
#projectInfo p {
	margin-bottom:13px;
}
#projectInfo p.passage {
	text-indent:26px;
}
#projectInfo p.passageLi {
	margin:0;
	text-indent:26px;
}
#projectInfo p.authorInfo {
	text-align:right;
	display:block;
	float:right;
}
#projectInfo span.projectH{
	margin:5px 0;
	font-size:16px;
	font-weight:bold;
	color: #cf6a9e;
}
#projectInfo span.authorName{
	font-weight:bold;
	color: #cf6a9e;
}