/* Layout controls specific to the about us page */

	#content_inner_left {
		min-width: 650px;
		padding: 0 2em;
	}
	
	#about_us_content, #about_us_vert, #about_us_right_col {
		float: left;
	}
	
	
	#about_us_content {
		width: 500px;
			
	}
	
	#about_us_vert {
		
		padding: 1.2em;
	}
	
	#about_us_right_col {
		
		padding-top: 30px;
		width: 167px;
		max-width:  167px;
	}	