/* mac hide\*/
html, body {height:100%}
/* end hide */
body {
	padding:0;
	margin:0;
	text-align:center;
	min-width:800px;/* for mozilla*/
	background-color: #Fff;
	color: #000000;
}
#outer{
	height:100%;
	min-height:100%;
	width:800px;
	border: 6px groove #fc6;
	color: #000000;
	text-align:left;
	margin:auto;
	position:relative;
	
}
 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#innerwrap {/* enables content first */
	float:left;
	width:696px;
	margin: 180px 0 0 0;
	border: 0px solid green;
}
#header{
	position:absolute;
	top:0;
	left:-1px;
	width:800px;
	height:165px;
	background:transparent;
	border:0px solid #000;
	overflow:hidden;
	color: #000000;
	margin:10px 0 0 0;
	z-index:100;
}
#left {
	position:relative;/*ie needs this to show float */
	width:180px;
	float:left;
	padding-top:0px;/*needed to make room for header*/
	padding-bottom:0px;/* needed to make room for footer */
	margin: 0 0 0 -80px;
	border: 0px solid red;
}
#left p {padding-left:3px;padding-right:2px}
#right p {padding-left:4px;padding-right:2px}

#right {
	position:relative;/*ie needs this to show float */
	width:130px;
	float:right;
	padding-top:12px;/*needed to make room for header*/
	padding-bottom:32px;/* needed to make room for footer */
	margin: 280px -40px 0 0;
	border: 0px solid red;
}

#footer {
	width:800px;
	clear:both;
	height:50px;
	border-top:0px solid #000;
	border-bottom:0px solid #000;
	font-size: .7em;
	color: #000000;
	text-align:center;
	left:0;
	bottom:0;
	position: absolute;

}
* html #footer {/*only ie gets this style*/
	\height:52px;/* for ie5 */
	he\ight:50px;/* for ie6 */
}
div,p  {margin-top:0}/*clear top margin for mozilla*/
#centercontent {
	width:560px;
	float:right;
	padding-top:12px;
	padding-bottom:32px;/* needed to make room for footer */
	border:0px dotted green;
}
#centercontent p {padding-left:3px}

#clearfooter {width:100%;height:52px;clear:both} /* to clear footer */

/*start of the left nav*/
#navcontainer { 
width: 180px;
font-size: .7em;
font-weight: 600;
 }

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
background-color: #fff;
border: 6px groove #fc6;
}

#navcontainer a
{
display: block;
padding: 3px;
width: 160px;
color: #800000;
border-bottom: 1px solid #fc6;
}

#navcontainer a:link, #navlist a:visited
{
color: #800000;
text-decoration: none;
}

#navcontainer a:hover
{
color: #000;
}
#navcontainer ul li a#current
{
color: #c90;
}
/*end of left nav*/

/*start of the	right nav*/
#navcontainer-right { 
width: 130px;
font-size: .7em;
font-weight: 600; }

#navcontainer-right ul
{
margin: 20px 0 0 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
background-color: #fff;
border: 6px groove #fc6;
}

#navcontainer-right a
{
display: block;
padding: 3px;
width: 110px;
color: #800000;
border-bottom: 1px solid #fc6;
}

#navcontainer-right a:link, #navlist-right a:visited
{
color: #800000;
text-decoration: none;
}

#navcontainer-right a:hover
{
color:#000;
}
#navcontainer-right ul li a#current
{
color:#c90;
}
/*end of right nav*/

img{
padding: 3px;
border:none;
}

	#memorialbox{

	width:525px;

	border: 6px groove #fc9;

	background-image: url(img/gif/trans-candles-bkgnd.gif);

	padding: 10px;
	}

