body{
	background-color: #725925;
	margin: 0;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: center;
}

* {
margin: 0;
padding: 0;
}

a img{
	border: none;
}

.clearer{
	clear: both;
}

.bold{
	font-weight: bold;
}

.italic{
	font-style: italic;
}

.floatLeft{
	position: relative;
	float: left;
}

.floatRight{
	position: relative;
	float: right;
}

.lineAndHalf{
	line-height: 1.5em;
}
.brownFont{
	color: #725925;
	font-weight: bold;
}

h2{
	font-family: verdana, arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 20px;
	color: #000000;
}

#h2Red{
	font-family: verdana, arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 20px;
	color: red;
	text-align: center;
	line-height: 1.5em;
}

h3{
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 4px;
	color: #ffffff;
}

h4{
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 4px;
	color: #000000;
}

.center{
	text-align: center;
}

.italic{
	font-style: italic;
}



                                                      /* HEADER STYLING */

#wrapper{
	position: relative;
	width: 950px;
	background-color: #ffffff;
   	margin: 15px auto;
   	text-align: left;
}
	
#header{
	position: relative;
	width: 950px;
	height: 356px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	border-bottom: 2px solid #000000;
}

#content{
	position: relative;
	float: left;
	width: 950px;
	background-color: #8c733f;
}

#leftContent{
	position: relative;
	float: left;
	width: 225px;
	background-color: #8c733f;
}

#leftContentText{
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	color: #ffffff;
	text-align: center;
	background-color: #000000;
	height: 540px;
}

#linkContainer{
	position: relative;
	width: 225px;
	height: 275px;
	background-color: #000000;
}

#links{
	top: 0px;
	left: 0px;
}

#leftImage{
	position: relative;
	float:left;
	width: 225px;
}

#contentText{
	position: relative;
	float: left;
	width: 470px;
	background-color: #ffffff;
	padding: 0px 15px;
	line-height: 1.2em;
}  

#guestbookText{ 
	position: relative;
	float: left;
	width: 695px;
	background-color: #ffffff;
	padding: 0px 15px;
	border-bottom: 1px solid black;
	line-height: 1.2em;
}       

                                                /* RIGHT SIDE IMAGES */
	

#indexRight{
	position: relative;
	width: 225px;
	height: 825px;
	float: right;
	background-color: #8c733f;
}

#indexRight img{
	margin-top: 150px;
}
	
	
#volunteersRight{
	position: relative;
	width: 225px;
	height: 975px;
	float: right;
	background-color: #8c733f;
}

#volunteersRight img{
	margin-top: 150px;
}
	
	
#dayRight{
	position: relative;
	width: 225px;
	height: 1110px;
	float: right;
	background-color: #000000;
}

#dayRight img{
	margin-top: 70px;
}
	

#contactRight{
	position: relative;
	width: 225px;
	height: 620px;
	float: right;
	background-color: #8c733f;
}

#contactRight img{
	margin-top: 0px;
}
	

#thankYouRight{
	position: relative;
	width: 225px;
	height: 730px;
	float: right;
	background-color: #8c733f;
}

#thankYouRight img{
	margin-top: 50px;
}
	

#fundraisingRight{
	position: relative;
	width: 225px;
	height: 730px;
	float: right;
	background-color: #8c733f;
}

#fundraisingRight img{
	margin-top: 50px;
}
	

#delaneyRight{
	position: relative;
	width: 225px;
	height: 950px;
	float: right;
	background-color: #000000;
	font-family: verdana,arial,sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-align: center;
	text-decoration: italic;
}

#delaneyRight img{
	margin-top: 100px;
}

.delaneySpacer{
	margin-bottom: 54px;
}
	

#salmonRiverRight{
	position: relative;
	width: 225px;
	height: 1200px;
	float: right;
	background-color: #000000;
	font-family: verdana,arial,sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-align: center;
	text-decoration: italic;
}

#salmonRiverRight img{
	margin-top: 50px;
}
	

#GordonRight{
	position: relative;
	width: 225px;
	height: 640px;
	float: right;
	background-color: #000000;
	font-family: verdana,arial,sans-serif;
	font-size: 10px;
	color: #ffffff;
	text-align: center;
	text-decoration: italic;
}

#GordonRight img{
	margin-top: 50px;
}

                              

                                /* FOOTER STYLING */

#footer{
	position: relative;
	width: 950px;
	height: 10px;
	text-align: center;
	font-size: 11px;
	padding: 5px 0px;
	font-family: verdana, arial, sans-serif;
	color: #ffffff;
	background-color: #000000;
}

#footer a{
	color: #ffffff;
	text-decoration: underline;
}