/* set up background image set */
#booktop {
	position: absolute;
	top: 0;
	left: 0;
	z-index:-5;
	width: 100%;
	height: 100%;
}

.background {
	width: 100%;
	margin: 0;
	border: 0;
	padding: 0;
}

/* set up the global graphics in the left column*/
#logos {
	position: absolute;
	top: 0;
	left: 0;
	z-index:-4;
	width: 100%;
	height: 100%;
}

#curpage {
	position: absolute;
	right: 81%;
}

#leftimage {
	margin: 0;
	border: 0;
	padding:0;
	position: absolute;
	z-index:-4;
	left: 11.5%;
	width: 16.5%;
}

.SaveLeft {
	visibility: hidden;
}

#leftcolsep {
	position: absolute;
	left: 11.05%;
	width: 17.5%;
	background-color: rgb(108, 79, 133);
	border: 0;
	margin: 0;
	padding: 0;
	height: 2px;
}

/* set up the title bar pictures */
#topPics{
	position: absolute;
	top:0;
	left:20%;
	width:59%;
	z-index:-5;
	border-color: black;
	border-width: 5px;
}

#churchpic{
	position: absolute;
	top: 3%;
	height:100%;
	left: 48%;
	width:51.5%;
}

/* design the tabs */
#tabs a {
	text-decoration: none;
}

#tabs {
	position: absolute;
	left: 87.3%;
	width: 18%;
	height: 30%;
	float: left;
}

.tab{
	position: absolute;
	height: 40%;
	width: 70%;
	border-bottom: 30px;
}

.tabtxt {
	position: absolute;
	top: 12%;
	width:100%;
	left: 7%;
	top: 8px;
}

.tabback {
	position: absolute;
	top: 0%;
	left: 0;
	width:100%;
	height: 100%;
	z-index: -1;
}

/* place the content where it belongs */
#content {
	position: absolute;
	z-index: 0;
	left: 29.5%;
	width: 50%;
	border: 0;
	margin: 0;
	padding: 0;
	/*background: blue;*/
}

.name {
	text-align: left;
	float: left;
}

.number {
	text-align: right;
	float: right;
}