/* Searching For Mom - Template 0001*/
html, body { /* remove the padding and margins */
  margin: 0;
  padding: 0;
}
body{
  font-family:Times New Roman;
  font-size:12pt;
  background-color:White;
  color:black
}

A:link {text-decoration:underline; color:Black} 
A:visited {text-decoration:underline; color:gray}
A:active {text-decoration:underline; color:Black}
A:hover {text-decoration:underline; color:Crimson} 

/* Main Text Box with spacers */
.MainText
{
	position:absolute;
	width:614px;
	top:108px;
	left:145px;
	z-index:7;
}
.TemplateTop
{
	position:absolute;
	top:0px;
	left:0px;
	background-image:url(http://searchformom.timothyfish.net/Images/0001Top.jpg);
	width:759px;
	height:105px;
	z-index:2;
}
.TemplateLogo
{
	position:absolute;
	top:10px;
	left:10px;
	width:180px;
	height:80px;
	text-align:center;
	font-family:Arial;
	font-size:24pt;
	font-weight:bold;
	z-index:5;
}
.TemplateSide
{   
	position:absolute;
	background-image:url(http://searchformom.timothyfish.net/Images/0001Side.jpg);
	background-repeat:repeat-y;
	top:105px;
	left:0px;
	width:34px;
	height:320px;
	clear:left;
	z-index:1;
}
.TemplateSideTerminator
{
	position:absolute;
	left:0px;
	background-image:url(http://searchformom.timothyfish.net/Images/0001SideTerminator.jpg);
	top:425px;
	left:0px;
	width:34px;
	height:20px;
	clear:left;
	z-index:1;
}
.TemplateButton
{
	position:absolute;
	background-image:url(http://searchformom.timothyfish.net/Images/0001Button.jpg);
	width:144px;
	height:63px;
	margin-left:auto;
	margin-right:auto;
	z-index:5;
}
.TBText
{
	position:absolute;
	left:20px;
	top:15px;
	width:100px;
	font-family:Arial;
    font-size:14pt;
	text-align:center;
}
.TemplateButton#TB1{ top:110px; }
.TemplateButton#TB2{ top:173px; }
.TemplateButton#TB3{ top:236px; }
.TemplateButton#TB4{ top:299px; }
.TemplateButton#TB5{ top:362px; }
	

