﻿#pContent {
	width: 100%;
}
.Detail {
	color: #333;
	padding-top: 20px;
}
#PageDesc{
	margin-top: 5px;
	margin-bottom: 20px;
	color: #333;
}


/*KCompanyBackground------------------------------------------------------*/
.pContentInner{
	width: 760px;
	float: left;
}
/*ContentGR------------------------------------------------------*/
.ContentGR {
	position: relative;
	width: 100%;
	height: 550px;
	overflow: hidden;
	margin-top: 0;/*10px;*/
}
.ContentGR .Header{
	background: url('/SiteCollectionImages/KBank20/ContentGRHeaderBG.gif') no-repeat top left;
	height: 14px;
}
.Header .END{
	background: url('/SiteCollectionImages/KBank20/ContentGRHeaderBG.gif') no-repeat top right;
	float: right;
	width: 30px;
	height: 100%;
}
.ContentGR .Footer{
	position: relative;/*absolute;*/
	bottom: 0px;
	width: 100%;
	background: url('/SiteCollectionImages/KBank20/ContentGRFooterBG.gif') no-repeat bottom left;
	height: 14px;
}
.Footer .END{
	background: url('/SiteCollectionImages/KBank20/ContentGRFooterBG.gif') no-repeat bottom right;
	float: right;
	width: 30px;
	height: 100%;
}
.ContentGR .Title {
	font-family: "Trebuchet MS",Arial;
	font-size: 60px;
	font-weight: bold;
	padding-top: 30px;
	padding-bottom: 20px;
}
.ContentGR .Detail {
	padding: 0px 50px;
	border-left: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	height: 100%;
	background-repeat: no-repeat;
	background-position: right center;
}

.ContentGR .Detail,
.ContentGR .Detail p {
	color: #333;
	font-size: 18px;
}
.ContentGR .Content {
	width: 380px;
}

