@charset "UTF-8";
/* CSS Document */

#MainContainer {
	background-position:center;
	width:1024px;
	height:1000px;
}

	#IndexHeader {
		float:left;
		width:1024px;
		height:147px;
		background-image:url(../Images/IndexHeader.jpg)
	}

	#IndexLeftSide {
		float:left;
		width:635px;
		height:852px;
		background-image:url(../Images/IndexLeftSide.jpg)
	}

	#IndexRightSide {
	float:left;
	width:389px;
	height:852px;
	}

		#AboveTrailhead {
			float:left;
			width:389px;
			height:38px;
			background-image:url(../Images/AboveTrailhead.jpg)
		}

		#FromTheTrailhead {
			float:left;
			width:389px;
			height:38px;
			background-image: url(../Images/FromTheTrailhead.jpg);	
		}

		#ClubPresidentPhoto {
			float:left;
			width:389px;
			height:120px;
			background-image:url(../Images/ClubPresidentPhoto.jpg)
		}

		#Conservation {
			float:left;
			width:389px;
			height:38px;
			background-image:url(../Images/Conservation.jpg)
		}

		#Newsletter {
			float:left;
			width:389px;
			height:38px;
			background-image:url(../Images/Newsletter.jpg)
		}

		#PhotoGallery {
			float:left;
			width:389px;
			height:38px;
			background-image:url(../Images/PhotoGallery.jpg)
		}

		#Spacer {
			float:left;
			width:389px;
			height:38px;
			background-image:url(../Images/Spacer.jpg)
		}

		#UpcomingEvents {
			float:left;
			width:389px;
			height:47px;
			background-image:url(../Images/UpcomingEventsHighlight.jpg)
		}
	
		#UpcomingEventsBody {
			float:left;
			width:389px;
			height:420px;
			background-image:url(../Images/UpcomingEventsBody.jpg)
		}
	
			#UpcomingEventsText {
				font-family:"Courier New", Courier, monospace;
				font-size:20px;
				font-weight:bold;
				margin-right:50px;
				margin-left:10px;
				border-top-style: double;
				border-right-style: double;
				border-bottom-style: double;
				border-left-style: double;
				padding:5px;
				}
	
		#AddressCopyright {
			float:left;
			width:389px;
			height:36px;
			background-image:url(../Images/AddressCopyright.jpg)
		}