/* Display Blocks */
#indexheader{
	background-color: white;
	width: 770px;
	height: 424px;
}

#textarea{
	display: block;
	background-color: white;
	height: 360px;
	clear: left;
	margin: 0px 0px 0px 0px;
	padding: 5px 15px 5px 5px;
}

#indexfooter{
	background-color: #990000;
	width: 770px;
	height: 300px;
	position: absolute;
}

/* Other positional elements peculiar to index.php */
#indexlogo{
	width: 283px;
	height: 83px;
	background-color: white;
	display: block;
	float: left;
	margin: 0px 0px 0px 0px;
}

#sub_pic{
	width: 129px;
	height: 130px;
	float: left;
	display: block;
	padding: 0px 0px 0px 0px;
	margin: 2px 5px 2px 2px;
}

#indexheaderright{
	width: 323px;
	height: 231px;
	background-color: transparent;
	border: none;
	float: right;
	display: block;
	margin: 2px 2px 0px 5px;
}

#indexworship{
	width: 250px;
	height: 274px;
	float: right;
}

#indexfamily{
	width: 278px;
	height: 222px;
	float: right;
}

#indexchildren{
	width: 196px;
	height: 193px;
	float: left;
}

#pos1{
	position: relative;
	left: 8px;
	top: 64px;
	background-color: #990000;
	width: 196px;
	height: 230px;
}

#pos2{
	position: absolute;
	left: 207px;
	top: 44px;
	background-color: #990000;
	width: 278px;
	height: 250px;
}

#pos3{
	position: absolute;
	left: 483px;
	top: 37px;
	background-color: #990000;
	width: 250px;
	height: 250px;
}

#newsletter{
	background-color: #990000;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 240px;
	padding: 10px 15px 15px 15px;
	color: white;
	border: thick groove white;
}

#submitbutton{
	color: #990000;
	font-weight: bold;
}

.forminputs{
	background-color: Scrollbar;
}

