#header {
	display: block;
	height: 200px;
	width: 100%;
	position: relative;
}

#hillsMiddle {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 150px;
	z-index: 50;
	background-position: center top;
}

#rainbow {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 200px;
	z-index: 40;
	background-position: center bottom;
}

#headerWrapper {
	height: 200px;
	width: 950px;
	margin: 0 auto;
	position: relative;
}

#siteTitle h1 {
	position: absolute;
	top: 25px;
	left: 15px;
	padding: 0;
	margin: 0;
	font: normal 300%/1.00em Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	color: #000;
	z-index: 100;
}

#siteTitle h1 a {
	color: #000;
	text-decoration: none;
}

#siteSlogan h2 {
	position: absolute;
	top: 65px;
	left: 20px;
	padding: 0;
	margin: 0;
	font: italic 140%/1.00em Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	color: #000;
	z-index: 100;
}

#sidebarBlock {
	display: none !important;	
}

#image1 {
	width: 43px;
	height: 75px;
	top: 85px;
	right: 850px;
	background: url(../../images/editable_images/1-small.png) no-repeat;
}

#image3 {
	width: 29px;
	height: 100px;
	background: url(../../images/editable_images/3-small.png) no-repeat;
	left: 550px;
	top: 70px;
}

#image4 {
	right: 175px;
	top: 30px;
	background: url(../../images/editable_images/4-small.png) no-repeat;
	height: 100px;
	width: 58px;
}



