/* container background */ 

#contentcenterresources{
		width:621px;
		height:702px;
		padding:0px;
		float:left;
		background:#f7f5e6;
		background-repeat:no-repeat; background-position:bottom
		}

		
/*  container */ 		
		
#columnContainer {
	position: absolute;
	text-align: left;
	width: 621px;
	height:557px;
	z-index: 20; 
	top: 117px;
	/*background-image:url(/assets/images/logo_pages.gif);background-repeat:no-repeat;background-position: bottom right;*/
        }
		
/* content */ 			
#leftframe {
	width:290px;
	padding:0px;
	float:left;
	
		}
		
#borderframe {
   width:15px;
	padding:0px;
	float:left; 
	border-right: 1px solid #ffffff;
	height:430px;

		}		
		
/* content */ 		
#rightframe {
	width:295px;
	padding-left:5px;
	float:right;
		}
		

