body {
margin : 0px 0px 0px 0px;
background-color: #fffbf0;
padding: 5px;
font-family: verdana,"Times New Roman",sans-serif,serif;
}
div { /* causes Mozilla browsers to handle box model in same way as IE */
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin:0;
  padding: 0;
}
#top {
position: absolute;
height: 100px;
width: 750px;
top:10px;
border: opx none;
background-color: #cccccc;
}
#left {
position: absolute;
height:100%;
width:150px;
top:115px;
/*background-color: #ffcc99;*/
}
#main {
position: absolute;
top: 115px;
left: 100px;
width: 655px;
padding-left: 5px;
padding-right: 5px;
padding-bottom: 5px;
background-color: #D6DFF7;
}
#main h1 {
	text-align: center;
	margin-top: 5px;
}
#main h2 {
	text-align: center;
}
#main p {
	text-align: justify;
}
#churchimage {
position: absolute;
top: 0px;
}
#toptext {
position: absolute;
top: 0px;
width: 510px;
left: 240px;
height: 100px;
border: 2px solid black;
}
#toptext h3 {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 0px;
}
#toptext p {
	text-align: center;
	font-size: 1.3em;
}
/*  ============  formatting for Ordered List tag  ==============  */ 
ol { list-style-type: upper-roman; }
ol ol { list-style-type: upper-alpha; }
ol ol ol { list-style-type: decimal; }
ol ol ol ol { list-style-type: lower-alpha; }
ol ol ol ol ol { list-style-type: lower-roman; }
/*  ============  formatting for Ordered List tag  ==============  */
ul {
list-style-type: decimal;
margin-top: 0px;
text-align: justify;
}
ul.upper {
list-style-type: upper-roman;
text-align: justify;
}
ul.lower {
list-style-type: lower-alpha;
text-align: justify;
}
ul.disc {
list-style-type: disc;
text-align: justify;
}
li.space {
margin-bottom: 1em;
}
img {
	border: none;
}
/*
table {
border: solid 2;}

td {
text-align: right;}

img {
border: solid 1;}

td {
text-align: center;}

font {
font-size: x-small;}

td {
vertical-align: top;}

img {
border: solid 0;}

img {
vertical-align: middle;
border: solid 0;}

body {}

div {}

table {}

span {}

tr {}

font {}

td {}

#textcontent {}

h3 {}

p {}

a {}

img {}

a:link {}

a:visited {}

a:hover {}

a:active {}
*/