/* CSS Document */
#imagecontainer {
	float: right;
	height: 123px;
	width: 677px;
	background-image:url(../design_img/operations.jpg);
	}
	
/* text styles */
.h2green {color: #95d10e}
	
/* table styles, regions table is also used in Fracturing Propagation Schematics*/
#regions {
	position:relative;
	width: 632px;
	}
	#regions td {width:310px;} 

#frac_table {
	position:relative;
	width: 612px;
	border-left:solid #fff 40px;
	}
	#frac_table td {width:290px;} 
	
#regionstxt {
	position:relative;
	width: 632px;
	}
	#regionstxt td {width:290px; padding:0 20px 0 0;} 

/* interest owner table styles */
#contact_table { width:405px; margin-left:50px;}
	#contact_table td {padding-top:5px;padding-bottom:5px; vertical-align:top;}
	
#right_menu_container {padding:0 0 10px 20px; float: right;width: 175px;}

#right_menu {
	border:#666 solid 1px;
	padding:12px;
	}