@charset "utf-8";
.twoColFixRtHdr #container #bi_header {
	background-image: url("../Images/Home_pictures/Roaring_Fork_home_Pool.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;
	font-size: 36px;
	text-align: justify;
	margin: 0px;
} 
.twoColFixRtHdr #container #bi_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 h1 {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
}
.twoColFixRtHdr #container #mainContent {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.twoColFixRtHdr #container #mainContent h2 {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 6px;
	text-align: left;
}
.twoColFixRtHdr #container #mainContent h3 {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	height: 6px;
}
.twoColFixRtHdr #container #mainContent h6 {
	font-weight: lighter;
}

.twoColFixRtHdr #container #sidebar1 #sidebar_top {
	padding-left: 30px;
}
.twoColFixRtHdr #container #sidebar1 {
	padding: 0px;
}
.twoColFixRtHdr #container #sidebar1 #sidebar_middle {
	padding-right: 15px;
	padding-left: 15px;
}
.twoColFixRtHdr #container #sidebar1 #siebar_bottom {
	padding-right: 15px;
	padding-left: 15px;
}
.twoColFixRtHdr #container #sidebar1 {
	padding: 0px;
	width: 260px;
	margin-left: 15px;
}
.twoColFixRtHdr #container #mainContent {
	margin-right: 270px;
	height: auto;
}

