body {
	background: #464646 none repeat scroll 0% 50%;
}
#backing {
	border: medium groove;
	background: #C3DBC4 none repeat scroll 0% 50%;
	position: relative;
	width: 700px;
}
#header {
	background: rgb(255,255,204) url(../img/header_new3.gif) no-repeat left;
}
#navbar_left {
	margin: 30px auto 0px 0px;
	padding: 10px 0px 5px 5px;
	left: 0px;
	vertical-align: bottom;
}
#navbar_left li {
	list-style-type: none;
}
#navbar_left a {
	border-top: 1px solid #efefef;
	border-left: 1px none #efefef;
	border-bottom: 1px solid #d6d3d6;
	padding: 0px 2px;
	background: #efefef none repeat scroll 0% 50%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	display: block;
	color: #4a5152;
	text-decoration: none;
	font-weight: bold;
	width: 110px;
}
#navbar_left a:hover {
	border: 1px solid #4a5152;
	background: #fafad2 none repeat scroll 0% 50%;
	color: Blue;
	font-weight: bolder;
	width: 110px;
}
#main {
	padding: 10px 0px 0px 0px;
	font-family: Times New Roman, Arial, 'Courier New', Courier, monospace;
	background-color: #ffffff;
	text-align: justify;
}
#main img {
	border: 0px;
}
#main img:hover{
	border: 1px solid #4A5152;
}
#search_div {
  margin-top: 40px;
  margin-left: 5px;
  padding-top: 10px;
  text-align: center;
  width: 110px;
  border: double;
  background-color: #ffffcc;
}
#charity_reg span {
  background-color: Black;
  color: Yellow;
  font-size: small;
}
#charity_reg {
	position: relative;
  left: 210px;
  width: 690px;
  margin-top: 5px;
  margin-bottom: 5px;
}

