body {
	margin:0px;
	padding:0px;
	background:#7B9152;
}
#container {
	margin:0px auto;
	padding:0px;
	width:955px;
	height:725px;
	background:#FFF url(../images/Leafback.jpg) no-repeat left 250px;
	border-right: 5px groove #505E35;
	border-bottom: 5px groove #505E35;
	border-left: 5px ridge #505E35;
}
#banner {
	margin:0px 0px 25px 0px;
	padding:0px;
	width:955px;
	height:237px;
}
#main {
	height:auto;
	margin:0px;
	padding:0px 0px 0px 0px;
}
#menu {
	width:100px;
	float:left;
	text-align:center;
}
#content {
	width:570px;
	text-indent:20px;
	line-height:22px;
	float:left;
	padding:0px 15px;
}
#imageright {
	padding:0px;
	margin:0px;
	width:252px;
	float:right;
}
#footer {
	margin:19px 0px 0px 0px;
	padding:0px;
	height:70px;
	width:955px;
	background-color:#CCC;
	float:left;
}
p {
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	padding:0px;
	margin:0px;
}
#menu p a {
	font-size:20px;
	text-decoration:none;
	color:#000;
	font-weight:bold;
}
#menu p a:hover {
	color:#7B9152;
}
#menu p {
	text-shadow:3px 3px 3px #999;
}
.shadow {
  -moz-box-shadow: 5px 5px 5px #333;
  -webkit-box-shadow: 5px 5px 5px #333;
  box-shadow: 5px 5px 5px #333;
}
