/*--------------- Layout simple-----------------------*/
.simple-layout-bound{
	background:url(../images/bg.jpg);
	padding:10px;
}
.simple-layout-content{
	width:1100px;
	margin:auto;
	background:#FFF;
	padding:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.simple-layout-banner{
	margin-bottom:5px;
}
.simple-layout-center{
	margin-bottom:5px;
	margin-left:-2px;
}
.simple-layout-center-content{
	overflow:auto;
}
.simple-layout-footer{}
/*------------------- layout home ---------------------*/
.home-layout-bound{
	background-color:#dce2e7;
	width:100%;
}
.home-layout-top{
	background:url(../../vccr/images/home/banner-bg.png) repeat-x;
	/*width:100%;
	height:116px;*/	
	width:998px;
	height:116px;	
	margin:0px auto;
}
.home-layout-top-inner{
	width:998px;
	margin:0px auto;
}
.home-layout-content{
	width:998px;
	margin:0px auto;
	background-color:#fffbfb;
	border:1px solid #bbc8d5;	
	border-top:0px;
	padding-top:23px;
}
.home-layout-inner{
	padding:8px;
}
.home-layout-left{
	width:700px;
	float:left;
}
.home-layout-right{
	padding-left:15px;
	width:265px;
	float:left;	
}
.home-layout-bottom{
	width:998px;
	margin:0px auto;
}
/*------------------- layout news ---------------------*/
.news-layout-bound{
	background-color:#dce2e7;
	width:100%;
}
.news-layout-top{
	background:url(../../vccr/images/home/banner-bg.png) repeat-x;
	/*width:100%;
	height:116px;*/	
	width:998px;
	height:116px;	
	margin:0px auto;	
}
.news-layout-top-inner{
	width:998px;
	margin:0px auto;
}
.news-layout-content{
	width:998px;
	margin:0px auto;
	background-color:#fffbfb;
	border:1px solid #bbc8d5;	
	border-top:0px;
}
.news-layout-inner{
	padding:8px;
}
.news-layout-left{
	width:700px;
	float:left;
}
.news-layout-right{
	padding-left:15px;
	width:265px;
	float:left;	
}
.news-layout-bottom{
	width:998px;
	margin:0px auto;
}
/*------------------- layout region ---------------------*/
.region-layout-bound{
	background-color:#dce2e7;
	width:100%;
}
.region-layout-top{
	background:url(../../vccr/images/home/banner-bg.png) repeat-x;
	/*width:100%;
	height:116px;*/	
	width:998px;
	height:116px;	
	margin:0px auto;	
}
.region-layout-top-inner{
	width:998px;
	margin:0px auto;
}
.region-layout-content{
	width:998px;
	margin:0px auto;
	background-color:#fffbfb;
	border:1px solid #bbc8d5;	
	border-top:0px;
}
.region-layout-inner{
	padding:8px;
}
.region-layout-left{
	float:left;
	width:250px;
}
.region-layout-right{
	width:715px;
	padding-left:15px;
	float:left;	
}
.region-layout-bottom{
	width:998px;
	margin:0px auto;
}