/* Right Sidebar Styles - created by Jim Preston 3/08 */

#right_container {
	width: 165px;
	position: relative;
}

/* -------- right menu section ------------- */
#right_menu  {
	background-color: #E3BA7A;
	position: absolute;
	top: 0px;
	height: 410px;
	width: 160px;
	right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	overflow: auto;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	}
#right_menu ul {
	list-style-type:none;
	margin: 0px;
	padding-left: 0px;
	}
#right_menu ul li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 6px;
	list-style-type: none;
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 5px;
	}
#right_menu ul li ul li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 6px;
	list-style-type: none;
	font-size: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	}

#right_menu a:link {
	text-decoration: none;
	}
#right_menu a:visited {	
	text-decoration: none;
	}
#right_menu a:hover {
	text-decoration: underline;
	background-color: #D1B2BB;
	}
.indentSpan {
	color: #333333;
	margin-left: 15px;
	}
.strong {
	font-weight: bolder;
	}
.strongBlack {
	font-weight: bolder;
	color: #000000;
	}
	
/* ------------- end of right menu section ----------- */
		
#photo1 {
	top: 8px;
	position: relative;
}

#donate {
	position: relative;
	top: 420px;
}
#donateBtn {
	right: 20px;
	position: absolute;
	top: 5px;
	width: 125px;
	height: 60px;
}
#donatePlea {
	right: 44px;
	position: absolute;
	top: 70px;
	background-color: #FFF8DF;
}