body {
	background: #f0f0f0;
	font-family: Garamond, Times, serif;
	font-size: 90%;
}
#page {
	width: 800px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -400px;
	border: 1px solid #606060;
	border-top: 0;
  background: white url(../images/core/crosswatermark.png) bottom center no-repeat;
}
#menubar {
	background: black url(../images/core/menubg.png) center repeat-x;
	font-size: 1em;
}
#header {position: relative; height: 190px;}
#header #headerTopLeft img, #header #headerTopRight img {border: 0;}
#headerTopLeft {position: absolute; top: 0; left: 0;}
#headerTopRight {position: absolute; top: 0; right: 0; width: 265px; height: 190px; background: url(../images/core/headerrighthover.jpg) no-repeat;}
#headerTopRight:hover img {display: none;}
#header h1 {display: none;}
#contentcontainer {
}
#content {
	background: url(../images/core/fadetop.png) top repeat-x;
	padding: 10px 30px;
        font-size: 1.2em;
}
h1 {
	letter-spacing: -0.06em;
	font-size: 2em;
	border-bottom: 1px dotted gray;
	margin: 10px 0;
	padding: 0;
}
h2 {
	letter-spacing: -0.04em;
	font-size: 1.6em;
	/*border-bottom: 1px dotted silver;*/
	margin: 10px 0;
	padding: 0;
  color: #c03010;
}
#content .service, #content .prayer, #content .community {
	margin: 0 -30px;
	padding: 10px 30px;
	color: white;
	font-weight: normal;
}
#content .service {
	background: #ff9a00 url(../images/core/fadetop.png) top repeat-x;
}
#content .prayer {
	background: #b50fb4 url(../images/core/fadetop.png) top repeat-x;
}
#content .community {
	background: #00b000 url(../images/core/fadetop.png) top repeat-x;
}
.newsArticle {
  background: #ffffff; border: 1px solid #e0e0e0; margin: 5px; padding: 10px; border-left: 6px solid #000000;
}
.newsArticle h2 {margin-bottom: 0; padding-bottom: 0;}
.newsArticle h2 a {color: #000000; text-decoration: none;}
.newsArticle h2 a:hover {text-decoration: underline;}
.newsDate {color: #808080; font-style: italic;}
.newsArticle img {display: none;}
.clear {clear: both;}
#footer {
	background: #d0d0d0 url(../images/core/fadetop.png) top repeat-x;
	color: #606060;
	font-size: 0.7em;
	text-align: right;
	font-family: Arial, san-serif;
	padding: 10px 80px;
}