html {
  padding: 0;
  margin: 0;
  height: 100%;
  background: url(null) fixed no-repeat;
}

body {
	font-family: Trebuchet MS, Arial;
	font-size: 12px;
	height: 100%;
	width: 100%;
	background-color: #ABDFEC;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url("images/mission-242-bg-repeat.jpg");
	background-repeat: repeat-x;
	background-position: bottom;
}
h1 {
	font-size: 175%;
	color: #33cc00;
}

a  {
	text-decoration: none;
	color: #33cc00;
}

p.bodycopy a {
	color: #33cc00;
}

p.bodycopy a:hover {
	color: #FFFFFF;
}

a:hover {
	background-color: #006838;
}

#wrapper {
	text-align: left;
	background-image: url("images/mission-242-web-placeholder.jpg");
	background-repeat: no-repeat;
	background-position: bottom;
	width: 950px;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	bottom: 0px;
}

#subwrapper {
	height: 700px;
	width: 950px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	display: inline;
}

p.clickhere {
	position: relative;
	top: 248px;
	left: 100px;
	margin: 0px;
	padding: 0px;
}

a.clickhereanchor {
	font-weight: bold;
	font-size: 200%;
	color: #F00000;
	margin: 0px;
	padding: 0px;
}

#content {
	height: 535px;
	width: 475px;
	margin: 85px 0px 0px 330px;
	padding: 10px;
	overflow: visible;
}

#givepray {
	position: absolute;
	bottom: 9px;
	left: 103px;
	font-size: 175%;
	color: #FFFFFF;
}

#givepray a {
	color: #FFFFFF;
	background-color: #33cc00;
	padding: 5px;
	background-image: url("images/give-pray-bg-repeat.jpg");
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	border-color: #006838;
}

#givepray a:hover {
	color: #006838;
}

/*home content fix so it doesn't scroll */

#homecontent {
	height: 535px;
	width: 450px;
	margin: 190px 0px 0px 330px;
	padding: 10px;
}

#scrolldiv {
	overflow: auto;
	width: 472px;
	height: 362px;
	margin-top: 15px;
	padding: 5px;
	position: absolute;
	bottom: 115px;
}

p.title {
	font-size: 600%;
	font-weight: bolder;
	color: #006600;
	margin: 0px;
	position: absolute;
	bottom: 520px;
}

p.subtitle {
	font-size: 200%;
	color: #33cc00;
	margin: -15px 0px 0px 0px;
	position: absolute;
	bottom: 500px;
}

p.bodycopy {
	line-height: 1.3em;
}

#nav {
	position: absolute;
	bottom: 20px;
	margin: 0px;
	padding: 0px;
}

#nav li {
	list-style: none;
	display: inline;
	margin: 0px 8px 0px 0px;
	padding: 0px;
	height: 60px;	
}


#nav a {
	color: #FFFFFF;
	font-size: 1.4em;
	margin: 0px;
	padding: 10px;
	height: 60px;
}

.currentpage {
	background-color: #33cc00;
}

.paybutton {
	display: inline;
	margin: 0px 7px 0px 0px;
}

.homecontent {
	width: 450px;
}