@charset "utf-8";
.twoColFixRtHdr #container #fp_header {
	background-image: url("../Images/Mountain_photos/SoprisPan.gif");
	height: 280px;
	width: 1070px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #009900;
	font-size: 36px;
	text-align: justify;
	margin: 0px;
} 
.twoColFixRtHdr #container #fp_header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Helvetica;
	font-size: 22px;
	color: #FFF;
	position: relative;
	top: 240px;
	text-transform: uppercase;
}
.twoColFixRtHdr #container #mainContent h3 {
	margin-right: 10px;
	margin-left: 0px;
}

