/* 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:White;
  color:black
}

A:link {text-decoration:underline; color:Red} 
A:visited {text-decoration:underline; color:Blue}
A:active {text-decoration:underline; color:Black}
A:hover {text-decoration:underline; color:Black} 

/* Main Text Box with spacers */
.MainText
{
	position:absolute;
	width:95%;
	top:0px;
	left:5px;
	z-index:7;
}
.TemplateSide
{   
	position:absolute;
	background-image:url(Images/KiteScene.jpg);
	background-repeat:repeat-y;
	top:0px;
	left:0px;
	width:287px;
	height:447px;
	clear:left;
	z-index:1;
}
H1 { color:Red; }
H2 { color:Green; }
H3 { color:Blue; }
H4 { color:Red; }
H5 { color:Green; }
H6 { color:Blue; }

.Spacer
{
	font-size:20px; /* Change this number to change the division height.*/
	height:1em; /* Lock height to font size */
	float:left;
	clear:left;
	/*background-color:lime;*/
}
.Spacer#SpacerL1{ width:290px; }
.Spacer#SpacerL2{ width:285px; }
.Spacer#SpacerL3{ width:280px; }
.Spacer#SpacerL4{ width:275px; }
.Spacer#SpacerL5{ width:270px; }
.Spacer#SpacerL6{ width:260px; }
.Spacer#SpacerL7{ width:250px; }
.Spacer#SpacerL8{ width:240px; }
.Spacer#SpacerL9{ width:225px; }
.Spacer#SpacerL10{ width:210px; }
.Spacer#SpacerL11{ width:195px; }
.Spacer#SpacerL12{ width:180px; }
.Spacer#SpacerL13{ width:165px; }
.Spacer#SpacerL14{ width:140px; }
.Spacer#SpacerL15{ width:123px; }
.Spacer#SpacerL16{ width:113px; }
.Spacer#SpacerL17{ width:100px; }
.Spacer#SpacerL18{ width:85px; }
.Spacer#SpacerL19{ width:65px; }
.Spacer#SpacerL20{ width:25px; }
.Spacer#SpacerL21{ width:0px; }
.Spacer#SpacerL22{ width:0px; }
.Spacer#SpacerL23{ width:0px; }
.Spacer#SpacerL24{ width:0px; }
.Spacer#SpacerL25{ width:0px; }
.Spacer#SpacerL26{ width:0px; }
.Spacer#SpacerL27{ width:0px; }
.Spacer#SpacerL28{ width:0px; }
.Spacer#SpacerL29{ width:0px; }
.Spacer#SpacerL30{ width:0px; }
	

