
	
	
#page_header_container {
	height: 200px;
	background: #00a4b4 url(page_header_container.gif) repeat-x bottom;
	position: relative;
	}

#page_header {
	background: url(page_header.gif) no-repeat right;
	height: 200px;
	width: 750px;
	margin: 0 auto;
	position: relative;
	}


#page_header_content {
  position: absolute;
  
  width: 250px;
  height: 180px;
  right: -20px;
  
  padding: 20px 0 0 0;
  
}

#page_header_content h1 {
  color: #fff;
}

#page_header_content h2 {
  font-size: 20px;
  color: #fff;
  line-height: 22px;
  padding: 0 0 0 25px;
  background: url(page_header_h2.gif) no-repeat left 2px;
}

#page_header_content .link_button {
  background-image: url(link_button.gif);
  position: absolute;
  bottom: 20px;
  left: 20px;
}

#page_header_content .link_button strong {
  background-image: url(link_button_strong.gif);
  text-transform: none;
}

#page_header_image {
  position: absolute;
  top: 5px;
  left: -5px;
}