body {
	margin: 0;
	padding: 0;
	font: 100% arial, hevetica, sans-serif;
	text-align: center;
}
#container {
	margin: 10px 10px auto 10px;
	text-align: left;
}
#headerbg {
	height: 80px;
       	background-repeat:repeat-x;
}	
#header {
	height: 80px;
       	background-repeat:no-repeat;

}
#innerbody {
	background-repeat:repeat-y;
	background-position: 0 -80px;
}
#contentGraphicFill {
	margin-left:200px;
}
#contentGraphic {
	margin-left:0px;
/* background-position: center; */
}
#content {
	padding-left: 10px;
	padding-bottom: 10px;
	margin-left: 200px;
	border-top: 2px solid black;
	min-height:401px; /*_height:401px; */
}
#content a img {
	border: 0px;
}
.day .name {
	font-weight: bold; 
	font-size: 1em;
}
.day .event {
	padding-left: 2em;
}
.day .event .description {
	padding-left: 2em;
}
.sidebar {
	padding: 10px 10px 10px 10px;
	float:right;
	width:33%; 
}
.sidebarArticle {
	background-color: white;
	border:1px solid black; 
//	margin: 10px 10px 10px 10px;
	//margin-bottom: 1em;
}
.sidebarArticle > .day > .name {
	padding: 0 0.5em 0 0.5em;
}
.sidebarArticle > .day > .event {
	padding: 0 1em 0.5em 1em;
}

#footer	{
	clear: both;
	height: 20px;
	text-align: center;
	font-size: small;
	border-top: 2px solid black;
}
h1 {
	margin: 0.5em 0.5em 0.5em 0;
	font-weight: bold; 
	font-size: 1.2em;
	padding: 0.2em;
	}
h2 {
	margin: 0.5em 0.5em 0.5em 0;
	font-weight: bold; 
	font-size: 1.2em;
	padding: 0.2em;
	}
.sidebarArticle h2,.sidebarArticle h3,.sidebarArticle .day {
	margin: 0;
}
#menu {
	position: absolute;
	top:130px;
	left:30px;
	width: 135px;
	padding: 10px;
}
#styleIcons {
	float: right;
}
.verse {
	text-indent: 0em;
	text-align: center;
	font-style: italic;
}
blockquote {
	text-indent: 0em;
	text-align: left;
	margin-left: 6em;
	font-style: italic;
}
