.mainbkg {
	background-image: url(images/bkg_07.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.header {
	background-image: url(images/israeltonations_01.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.photo {
	background-image: url(images/bkg_03.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.titlebar {
	background-image: url(images/bkg_05.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.line {
	background-image: url(images/bkg_09.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.footer {
	background-image: url(images/bkg_10.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.redtext {
	color: #600;
}
.centerme {
	text-align: center;
}
.left {
	text-align: left;
}
