/* Containers */

#wrapper { width: 100%; }

#header { width: 100%; height: 132px; background: #222 url('../images/bg-header.png') repeat-x top left; }

#content { width: 985px; margin-left: 21px; padding-bottom: 80px; background: #fff; }
	body#about #content { padding-bottom: 50px; }

	#left_column { width: 304px; float: left; padding-left: 25px; }
		#primary_nav { width: 290px; height: 292px; margin: 0 14px 18px 0; padding: 30px 0 0 0; border-bottom: 1px solid #e5e5e5; }
		#left_column .content_block { width: 304px; }
	
	#right_column { width: 642px; float: left; margin-left: 13px; }
		#sub_nav-container { position: absolute; margin: 0; z-index: 999; }
		#photo_block { width: auto; margin: 0 0 16px 0; }
		#right_column .content_block { width: 642px; }
			body#about #right_column .content_block { min-height: 550px; background: #414142; }
			#featured_trends { float: left; width: 151px; height: 122px; margin-right: 13px; padding: 10px 25px 0 145px; background: #7f796f url('../images/bg-featured_trends.png') no-repeat top left; }
			
			/* SLIDER */
			#case_studies {  width: 296px; overflow: hidden; float: left; height: 200px; position: absolute; margin-left: 333px; }
				.slider { width: 296px; overflow: hidden; height: 200px; position: relative; }
					.slider ul { width: 296px; margin: 0; padding: 0; list-style-type: none; }
					.slider li { display: inline; width: 296px; height: 200px; margin: 0; padding: 0; }
			
			#button_box { width: 296px; position: absolute; top: 22px; z-index: 998; }
				#button_box .left { width: 18px; float: left;  }
					#button_box img.prev { width: 18px; height: 25px; cursor: pointer; }
				#button_box .right { width: 18px; float: right;  }
					#button_box img.next { width: 18px; height: 25px; cursor: pointer; }
			/*******************/
			
			#project_content { padding-left: 14px; float: left; width: 412px; }
				div.project_title { width: 642px; height: 39px; background: #414142; margin-top: -3px; }
					div.project_title img { margin-top: 1px; }
			#about_content { width: 527px; padding: 25px 92px 25px 23px; background: #414142; }
				body#about div.project_title { border-bottom: 1px solid #828283; height: 36px; background: #414142; padding-top: 3px; }
					body#about div.project_title img { margin-top: 0; }
			#project_span { padding: 0 14px; }
			#featurephoto_box { float: right; width: 193px; margin-left: 25px; }
				#featurephoto_box img { margin-bottom: 5px; }
			#feature_box { float: right; width: 146px; margin: 0 13px 0 30px; padding: 8px; border: 1px solid #9fa8af; }
			

#footer { clear: both; width: 935px; height: 35px; margin-left: 21px; padding: 8px 25px 5px 25px; background: #97a3ac url('../images/bg-footer.png') no-repeat top left; }
	#footer_left,
	#footer_center { float: left; }
	#footer_right { float: right; }
	
	#footer_left { width: 175px; text-align: left; }
	#footer_center { width: 385px; text-align: left; margin-left: 142px; }
	#footer_right { width: 215px; text-align: right; }