html { background: #fff; }
body{font-family: helvetica,geneva,sans-serif;}
#wrap {
		width:100%;
		margin:0 auto;
		background:#fff;
	}
#minMax
{
	min-width: 600px;
	background: #fff;
	margin: 0 auto;
	overflow: hidden;
}

#header
{
	background: #fff;
	color: green;
	margin: 0;
	padding:0;
        height:4em;
}

#leftcolumn
{
	float: left;
	width: 20%;
	background: #fff;
	border-right: 2px #777 solid;
	padding-top: 0;
        padding-bottom:3em;
       z-index:28;
}

#rightcolumn
{
	float: right;
	width: 78%;
	background: #fff;
}

#leftcolumn,#rightcolumn
{
	padding-bottom: 32767px;
	margin-bottom: -32767px;
}

#topbar
{
	width: 100%;
	float: left;
	background: #fff;
	color: blue;
	height: 29px;
	padding-left: 8px;
	margin-bottom: 3px;
	border-bottom: 3px #666 solid;
}



@media screen
{
	body>div#header { position: fixed; }
	body>div#footer { position: fixed; }
}

* html body { overflow: hidden; }

* html div#content
{
	height: 100%;
	overflow: auto;
}

.date
{
	width: 200px;
	float: left;
	margin-top: 7px;
	text-align: right;
	font-size: 10px;
	color: #6A6A6A;
}

.content { padding: 4px; }

.churchimg
{
	float: right;
	max-width: 53%;
	background: #fff;
	-moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
        padding: 6px 4px ;
}
#footer
{
	clear:both;

        width:100%;
border-top: 2px #666 solid;

	margin: 10px auto;

	padding: 10px 0 30px 0;

	font-size: 1em;

	color: #9c836e;

	background:#fff;

}
#footer p {font-size:0.8em; text-align:center;}