
section.page_heading {
	background: #264a68;
	width: 100%;
	height: auto;
	padding-bottom: 7px;
}

/* Page Layouts */
div.page_wrapper {
	 background-image: url(/include/images/alaska-background.jpg?v=1); 
  	background-attachment: fixed;
  	background-repeat: no-repeat;
  	background-position: top center;
  	min-height: 100%;
  	width: 100%;
  	margin: 0 auto;
  	padding-bottom: 8em;
	/*background: #c9dded;*/
	padding: 40px 0px 40px 0px;
	overflow: hidden;
}