/* Church Website Design Style - Template 0001*/
html, body { /* remove the padding and margins */
  margin: 0;
  padding: 0;
}
body{
  font-family:Arial;
  font-size:12pt;
  background-color:Gray;
  color:black
}
A { font-weight:bold;}
A:link {text-decoration:underline; color:Green} 
A:visited {text-decoration:underline; color:White}
A:active {text-decoration:underline; color:Black}
A:hover {text-decoration:underline; color:Black} 

/* Main Text Box with spacers */
.theBackground
{
	background-image:url(Images/background.jpg);
	width:770px;
	height:524px;
}
.MainText
{
	position:absolute;
	top:175px;
	left:250px;
	width:475px;
	height:300px;
	overflow:auto;
	z-index:7;
}
.PageTitle
{   
	position:absolute;
	top:40px;
	left:320px;
	width:405px;
	height:50px;
	text-align:center;
	font-size:30pt;
	overflow:hidden;
	z-index:1;
}
.PageNavigation
{   
	position:absolute;
	top:290px;
	left:40px;
	width:140px;
	height:200px;
	clear:left;
	overflow:auto;
	z-index:1;
}
h1, h2, h3, h4, h5, h6 { color:Black; }

	

