*{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
/************************************/
/*	General Styles					*/
/************************************/
body {
	background-color: #C98BC9;
	text-align: center;
	margin: 0px;
}
th {
	font-size: 14px;
	font-weight: bold;
	color: #efc7ff;
	background: url(../images/title-bar.png) no-repeat left top;
	height: 22px;
	text-indent: 25px;
	vertical-align: middle;
	text-transform: capitalize;
	text-align:left;
	padding-top: 3px;
}
dt {
	font-weight: bold;
	padding-top: 10px;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #6c0792;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #6c0792;
}
a {
	color: #6c0792;
}
hr {
	color: #a88c25;
	margin-top: 10px;
	margin-bottom: 10px;
}
.cleaner {
	clear: both;
}
/************************************/
/*	Containers					*/
/************************************/
#container {
	width: 910px;
	margin: 0 auto;
}
.maintext {
	padding: 25px;
	top: 0px;
	width: 450px;
	display: inline;
	margin: 10px;
}
.maintext table{
	width: 500px;
	text-align: left;
}
.maintext table td {
	padding-top: 65px;
}
.maintext img {
	margin: 5px;
}
/************************************/
/*	Menu Area						*/
/************************************/
#menuback, .menuback, .menublank{
	background: url(../images/innermenu.jpg) no-repeat left top;
	display: block;
	margin: 0px 0px 0px 1px;
	padding: 0px;
	height: 30px;
}
.menublank {
	background: url(../images/menublank.jpg) no-repeat left top;
}
.menufront {
	background: url(../images/frontmenu.jpg) no-repeat left top;
	display: block;
	margin: 0px 0px 0px 1px;
	padding: 0px;
	height: 30px;
	width: 910px;
}
/************************************/
/*	Front Page						*/
/************************************/
#wheelchair {
	text-align: center;
	width: 75px;
	padding: 0;
	margin: 0;
	float: right;
}
.bottomboxes {
	clear: both;
	position: relative;
	padding-top: 10px;
	top: 5px;
	margin-bottom:20px;
}
.prayerbox {
	text-align: center;
	padding-top: 10px;
}
.picboxfront {
	top: -2px;
	float: left;
	position: relative;
	left: -4px;
	padding-right: 25px;
}
.boxleft td, .boxright td{
	padding:  10px;
	background-color: #efc7ff;
	font-size: 11px;
	text-align: left;
}
.boxleft {
	width: 347px;
	height:160px;
	float: left;
	position: relative;
}
.boxright {
	position:relative;
	width: 545px;
	height:160px;
	float: right;
}
/************************************/
/*	Footer							*/
/************************************/
.footer {
	background-image: url(../images/foot.jpg);
	font-size: 9px;
	color: #CCCCCC;
	background-repeat: repeat-x;
	text-align: center;
	height: 18px;
	width: 100%;
	padding-top: 5px;
	bottom: 0px;
	margin-top: 30px;
}
.footer a {
	color: #CCCCCC;
	font-size: 9px;
}
/************************************/
/*	Miscellaneous					*/
/************************************/
.picbox {
	top: -2px;
	float: left;
	position: relative;
	left: 5px;
	padding-right: 25px;
}
.schedule {
	padding: 2px;
	border-top: 1px solid #a88c25;
}
.schedule td {
	padding: 2px;
	border-bottom: 1px solid #a88c25;
	vertical-align: top;
}
.hidden {
	display:none;
}
.biblestudy {
	text-align:right; 
	color:#6c0792;
	font-weight:bold;
	font-style:italic;
}