#header {
	background-image: url(../images/header.gif);
	height: 245px;
	background-repeat: no-repeat;
}
#container {
	background-image: url(../images/fullline.gif);
	background-repeat: repeat-y;
	width: 662px;
	border-top: 5px solid #000000;
	border-right: 5px solid #000000;
	border-left: 5px solid #000000;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}
#menuheader {
	position: absolute;
	left: 10px;
	top: -38px;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 40px;
	font-weight: bold;
	text-align: left;
}
#bodycontentheader {
	position: absolute;
	left: 240px;
	top: 205px;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 40px;
	font-weight: bold;
	width: 400px;
	text-align: left;
}
#menu {
	position: absolute;
	left: 11px;
	top: 244px;
	background-color: #DEA65E;
	background-image: url(../images/bottomsmallcurve.gif);
	background-position: bottom;
	width: 180px;
	background-repeat: no-repeat;
	border-right-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #F2F4B0;
	border-left-color: #F2F4B0;
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-left: 10px;
	text-align: left;
}
#pageinfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-position: center;
	padding-top: 5px;
}
body {
	background-image: url(../images/background.gif);
	text-align: center;
}
#bodycontent {
	text-align: left;
	margin-left: 235px;
	margin-right: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#bethelbell {
	background-image: url(../images/bell.gif);
	background-repeat: no-repeat;
	position: absolute;
	height: 130px;
	width: 100px;
	left: 8px;
	clear: right;
	float: left;
	bottom: 0px;
}
#footer {
	background-image: url(../images/bottomfull.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 24px;
}
.clearright {
	clear: right;
	float: left;
	padding-right: 7px;
	padding-top: 7px;
	padding-bottom: 7px;
}
.clearleft {
	clear: left;
	float: right;
	padding-left: 7px;
	padding-top: 7px;
	padding-bottom: 7px;
}
#menu a:visited {
	color: #000000;
	text-decoration: none;
}
#menu a:link {
	color: #000000;
	text-decoration: none;
}
#menu a:hover {
	color: #F2F4B0;
	text-decoration: underline;
}
#menu a:active {
	color: #F2F4B0;
	text-decoration: underline;
}
.indent {
	padding-left: 12px;
}
#bodycontent a:visited {
	color: #000000;
	text-decoration: underline;
}
#bodycontent a:link {
	color: #000000;
	text-decoration: underline;
}
#bodycontent a:hover {
	color: #F2F4B0;
	text-decoration: none;
}
#bodycontent a:active {
	color: #F2F4B0;
	text-decoration: none;
