* {
	margin: 0px;
	padding: 0px;
}
a    {
	text-decoration: none;
	color: #78B1CB;
}
a:link {
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active, a:focus {
}
a img {
	border: none;
}
body {
	background: #7e5b34 /*url(../Images/test.jpg) repeat-x*/;
}
#allwrap {
	width: 986px;
	margin: 0px auto;
	background: url(../images/shadow_bottom.png) no-repeat bottom;
	padding: 0px 0px 25px;
}

#mainwrap  {
	background: url(../images/shadow_side.png) repeat-y;
	width: 936px;
	padding-right: 25px;
	padding-left: 25px;
}
#header {
	height: 125px;
	background: url(../images/new-header.jpg);
}
#header a {
	display: block;
	width: 936px;
	height: 125px;
}
#navbar {
	width:936px;
	height:16px;
	background: url(../images/navbckg.jpg) repeat-x;
}
#navbar ul {
	width: 936px;
	height: 16px;
	float: left;
	margin: 0 auto;
	list-style: none;
}
#navbar li {
	display: inline;
	height:16px;
	width: 117px;
}
#navbar a {
	display:block;
	float: left;
	font: bold 13px Verdana, Arial, Helvetica, sans-serif;
	width: 117px;
	height: 16px;
	line-height: 16px;
	text-align:center;
	background: url(../images/navbckg.jpg) repeat-x;
	/*background: #cba578 url(../Images/nav_link.jpg) repeat-x;*/
	color: #fff;
}
#navbar a:link  {
	float: left;
	text-align: center;
	font-weight: bold;
}
#navbar a:hover {
	text-decoration: none;
	background: url(../images/nav_hover.jpg);
}
#mainimage  {
	display: none;
	height: 200px;
	border-bottom: 2px solid #006;
	background-image: url(../images/backgrounds/main.jpg);
	background-repeat: no-repeat;
}
#mainimage.bible {
	background: url(../images/backgrounds/bible.jpg) no-repeat;
}
#mainimage.bus5 {
	background: url(../images/backgrounds/div5.jpg) no-repeat;
}
#mainimage.doctrine {
	background: url(../images/backgrounds/doctrine.jpg) no-repeat;
}
#mainimage.salvation {
	background: url(../images/backgrounds/salvation.jpg) no-repeat;
}
#mainimage.theme2009 {
	background: url(../images/backgrounds/theme_2009.jpg) no-repeat;
}
#mainimage.yc2009 {
	background: url(../images/backgrounds/yc_2009.jpg) no-repeat;
}
#maincontent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 936px;
}
#left {
	display: block;
	float: left;
	width: 178px;
	padding: 20px;
}
#weekly {
	height: 151px;
	width: 178px;
	border-bottom: 1px solid #006;
}
#weekly div.floatleft p {
	text-indent: 10px;
}
.time p {
	text-align: right;
}
#calendar {
	margin: 10px 0 0;
	height: 168px;
	width: 178px;
}
#calendar div {
	height: 14px;
}
#calendar h2 {
	margin: 0 0 5px;
}
#center {
	display: block;
	float: left;
	width: 500px;
	padding: 20px 0;
}
#center span {
	font-size: 10px;
}
#right {
	display: block;
	float: right;
	width: 178px;
	padding: 20px;
}
#right div {
	float: left;
}
#footer {
	clear: both;
	background: #fff url(../images/theme_2009.jpg) no-repeat bottom;
	height: 200px;
	width: 936px;
	border-top: 2px solid #006;
}
#footer a {
	display: block;
	width: 936px;
	height: 200px;
}
#center li {
	list-style: none;	
	font: normal 12px Helvetica, sans-serif;
}
p {
	font: normal 11px Helvetica, sans-serif;
	text-align: justify;
}
#center p {
	font: 13px normal Helvetica, sans-serif;
	text-align: justify;	
}
#center td {
	font: normal 13px Helvetica, sans-serif;
	text-align: center;	
}
#center th {
	font: bold 13px Helvetica, sans-serif;
	text-align: center;	
}
h1 {
	font-size: 18px;
	text-decoration: underline;
	text-align: center;
	margin: 0 0 20px;
}
h2 {
	font: bold 12pt Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
h3 {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	margin: 5px 0 0;
}
h4 {
	margin: 0 0 10px;
	font-size: 10px;
}
h1, h2, h3 {
	color: #7E5B34;
}
h3, h4, h5 {
	color: #006;
}
body p.copy {
	padding: 5px 0 0 ;
	height: 15px;
	line-height: 15px;
	display: block;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #dddddd;
	text-align: center;
}
body p.copy {
	margin: -25px 0 0;
}
body p.copy a:hover {
	text-decoration: underline;
}
.s_time {
	float: left;
	text-align: right;
	margin-right: 8px;
	width: 60px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.floatright {
	float: right;
}
.floatleft {
	float: left;
}
