#header {	
	position:fixed;
	left:60px;
	top:0;
	width:900px;width:830px;
	height:110px;
	border-bottom:1px solid #91bbdc;
	background-color:#ffffff;
}
#header .title   {
	position:absolute;
	left:207px;
	top:15px;
	width:375px;
	height:90px;	
}
#header .subtitle   {
	position:absolute;
	left:20px;
	top:23px;
	width:167px;
	height:56px;	
}

.gutter.right .cont {
	width:auto;
	height:auto;
	float:left;
	margin-top:110px;
	background-color:transparent;
}	 

.gutter.right .cont img {
	position:relative;
	margin-left:20px;
	margin-bottom:16px;	
	width:185px;
	height:185px;
}

#bodyLeft {
	position:fixed;
	left:60px;
	top:110px;
	width:195px;
	height:calc(100% - 110px);
	background-color:#fff	
}
#bodyRight {
	position:absolute;
	top:110px;
	left:255px;
	width:705px;
	height:auto;
	overflow-X:hidden;	
	padding-bottom:40px;
	background-color:#fff;
}