#wrapper {
	margin: 0 auto;
	position: relative;
}
#splash {
	height: 1000px;
	width: 640px;
	margin: -10px auto 0px;
	background-repeat: no-repeat;
	position: relative;
	padding: 0px;
	background-color: #AB9B44;
	border-width: 0 2px 2px 2px;
	border-style: solid;
	border-color: #75721D;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-right-radius: 15px;
}
#splashBox {
	width: 565px;
	height: 333px;
	position: absolute;
	left: 43px;
	top: 215px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #D2CA9B;
}
a:link, a:visited {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
#donate a:hover{
	background-color: #FFF;
	}
#donate a{
	position: absolute;
	left: 155px;
	top: 915px;
	height: 21px;
	width: 150px;
	z-index: 2;
	background-color: #D2CA9C;
	padding: 10px;
}
#about_btn , #prog_btn, #parent_btn, #comm_btn{
	height: 75px;
	width: 560px;
	border: 4px solid #75721D;
	background-color: #75721D;
	margin: 5px 0px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
}
#about_btn a:hover{
	background-image: url(images/about_over.jpg);
}
#about_btn a{
	display: block;
	height: 75px;
	width: 560px;
	background-image: url(images/about_btn.jpg);
}

#prog_btn a:hover{
	background-image: url(images/prog_over.jpg);
}
#prog_btn a{
	display: block;
	height: 75px;
	width: 560px;
	background-image: url(images/prog_btn.jpg);
}
#parent_btn a:hover{
	background-image: url(images/parent_over.jpg);
}
#parent_btn a{
	display: block;
	height: 75px;
	width: 560px;
	background-image: url(images/parent_btn.jpg);
}
#comm_btn a:hover{
	background-image: url(images/comm_over.jpg);
}
#comm_btn a{
	display: block;
	height: 75px;
	width: 560px;
	background-image: url(images/comm_btn.jpg);
}
p{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000002;
}
#editRegion {
	width: 560px;
	position: absolute;
	left: 45px;
	top: 586px;
	border: 2px solid #D2CA9B;
	overflow: auto;
	height: 281px;
}
#footSplash {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #71691B;
	bottom: 20px;
	position: relative;
	text-align: center;
	width: 640px;
	margin-right: auto;
	margin-left: auto;
}
#footSplash a:link, #footSplash a:visited, #footSplash a:hover{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #71691B;
}
a, a:link, a:visited, a:hover, a:focus, a:active{
	color: #D2CA9C;
	font-weight: bold;
	text-decoration: none;
}
#facebook a:hover  {
	background-position: 0px 0px;
}
#facebook a  {
	display: block;
	height: 50px;
	width: 50px;
	background-image: url(images/fbIcon_btn.png);
	background-repeat: no-repeat;
	background-position: 0px -50px;
}
#facebook  {
	position: absolute;
	left: 339px;
	z-index: 2;
	padding: 10px;
	top: 898px;
	height: 50px;
	width: 50px;
	visibility: visible;
}
#twitter a:hover  {
	background-position: 0px -50px;
}
#twitter a  {
	display: block;
	height: 50px;
	width: 50px;
	background-image: url(images/Twitter_logo.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#twitter  {
	position: absolute;
	left: 415px;
	z-index: 2;
	padding: 10px;
	top: 898px;
	height: 50px;
	width: 50px;
	visibility: visible;
}
