@charset "UTF-8";
/* CSS Document */

body {
	background: #d4d7d0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	position: relative;
	margin-top: 0;
}
#wrapper {
	width: 60em;
}
#header {
	background: #8f833d url(images/bannerbkgd.gif) top right no-repeat;
	position: relative;
	text-align: right;
	border-bottom: solid 18px #5377a1;
	z-index: 1;
}
#homepagephoto {
	float: left;
	position: absolute;
	left: 0;
	z-index:2;
	width: 210px;
	height: 106px;
}
html>body #homepagephoto {
	height: auto;
}
#home #homepagephoto {
	background: #8f833d url(images/bible.gif) top left no-repeat;
}
#calendar #hompagephoto, #radio #homepagephoto {
	background: #8f833d url(images/banner/youth.jpg) top left no-repeat;
}
#worship #hompagephoto {
	background: #8f833d url(images/banner/volunteer.jpg) top left no-repeat;
}
#aboutus #homepagephoto {
	background: #8f833d url(images/banner/study.jpg) top left no-repeat;
}

h1, h2 {
	color: #693436;
	font-size: 1.3em;
	}
p {
	font-size: .9em;
}
#header h1 {
	color: white;
	font-weight: lighter;
	margin-right: 8em;
	font-size: 2em;
}
#title2 {
	color: #e5e3b5;
	font-size: smaller;
}
#nav-main {
	background: #afaa89;
	width: 14.62em;
	height: 100%;
	float: left;
	top: 1em;
	left: 2px;
	font-size: .8em;
	padding: 0;
	position: relative;
	z-index: 10;
}
#nav-main li {
	border-bottom: solid 1px #943d3b;
	padding: .5em;
	list-style: none;
}
#nav-main a {
	color: #693436;
	font-weight: bold;
	text-decoration: none;
	background: url(images/arrow.gif) left no-repeat;
	padding-left: 1em;
}
#nav-main a:hover {
	color:#333;
	background: url(images/arrow-on.gif) left no-repeat;
}
#nav-main .lang {
	background: url(images/lang.gif) no-repeat top left;
	width: 8em;
	font: .7em;
	padding: 1em 1em 0;
	border-bottom: none;
	line-height: 1.2em;
	height: 18px;
}
#nav-main .lang a {
	color: white;
	text-decoration: none;
	position: relative;
	top: -1em;
}
#nav-main .lang a:hover {
	color: #CCCC33;
}
#content-main {
	background: #fffefe;
	float: right;
	padding: 1em  0 1em 1em;
	width: 45.9em;
	margin-left: -17.54em;
	border-left: solid 13.1em #afaa89;
}
#photocol {
	float: right;
	width: 170px;
	padding-left: 1em;
}
#photocol img {
	padding: 0 1em 1em 1em;
	margin-left: 1em;
	float: right;
}
/* #home #content-main {
	padding-right: 1em;
} */
#footer {
	background: #5377a1;
	color: white;
	clear: both;
	font-size: small;
	padding: .01em 1em;
	height: 18px;
}
html>body #footer {
	height: 26px;
}
#footer a {
	color: white;
	text-decoration: none;
	position: relative;
}
#footer span {
	float: right;
}
#copy {
	text-align: right;
	padding-right: 1em;
	margin-top: -2.4em;
	font-size: x-small;
	position: relative;
}
#today {
	font-size: x-small;
}
#radio ul {
	list-style: none;
}
.invisible {
	visibility: hidden;
}
