body {
}
#wrapper {
	margin: auto;
	height: auto;
	width: 900px;
}
#wrapper #header {
	background-color: #FFF;
	height: 100px;
	width: 900px;
	background-image: url(../images/Homepage.jpg);
}
#wrapper #menubar {
	height: 30px;
	width: 900px;
	background-color: #8ECA3E;
	text-align: center;
}
#wrapper #content {
	background-color: #CCEBAF;
	height: auto;
	text-align: center;
	display: block;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
p {
	text-align: justify;
}

.headingforsearch {
	font-weight: bold;
	color: #000;
	background-color: #A8DE76;
	width: 600px;
	display: inline-block;
	text-align: center;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	height: 18px;
	border: 1px solid #7ACC31;
	clear: both;
	float: none;
}
.heading {
	font-size: 18px;
	font-weight: bold;
}



#wrapper #footer {
	background-image: url(../images/footer.jpg);
	height: 50px;
	color: #ACD872;
	text-align: center;
}
