@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: #bbb;
	border-bottom:3px #fff solid;
	overflow:hidden;
}
h1 span.videoTitle {
	color:#4582a8;
	margin-left:30px;
	font-size:36px;
}
/*--------------------------main content div-----------------------------------*/
#mainContent {
	width:960px;
	height:auto;
}

/*--------------------------left Photo-----------------------------------*/
#leftVideo {
	border-top:30px #ececec solid;
	border-left:100px #ececec solid;
	width:500px;
	height:auto;
	float:left;
	overflow:hidden;
	text-align:center;
}

/*--------------------------right content-----------------------------------*/
#rightInfo {
	border-top:145px #ececec solid;
	border-right:100px #ececec solid;
	width:250px;
	height:auto;
	float:right;
	font-size:13px;
	text-align:center;
	letter-spacing:0px;
	line-height:24px;
	color:#444;
}
#rightInfo a {
	text-align:center;
	font-size:45px;
	line-height:60px;
	color:#aaa;
}
#rightInfo a:hover {
	color:#d17b0b;
}