
#page, #all {
	width: 1120px; /* EDIT THIS - 990px + right width */
}
.right-col {
	padding-left:10px;
	width: 130px; /* EDIT THIS - right width */
	color: white;
	min-height: 800px;
	overflow: hidden;
}
#content .right_col.from_page_template {
	position: absolute;
	z-index:100;
	background: black;
	width: 420px; /* EDIT THIS - 290px + right width */
	left: 524px;
}

.from_page_template #about_text_bg {
	width: 431px; /* EDIT THIS - 301px + right width */
	background: url(assets/about_bg_130.png); 
	background-repeat: no-repeat;
	background-position: right bottom;
	position:relative;
	top:0px;
	height: 252px;
}
.from_page_template #about_text {
	width:auto;
	padding: 0px 10px;
	margin-top: -10px;
}
.from_page_template .about_text_wrapper {
	position:absolute;
	width: 450px; /* EDIT THIS - 320px + right width */
	background: black;
	padding-top: 10px;
	top:200px;
}
.from_page_template #about_image , .from_page_template #about_text_bg {
	padding: 0px 10px;
}
.from_page_template #about_image {
	width: 300px; 
}
