
/* ----- global----- */

* {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  background: #8F5C38 url(../images/bgfade.gif) repeat-x top center;
  font: 12px/1.5em "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
  color: #4D3012;
  text-align: center;
}

/* ----- links ----- */

#header a {
  border: none;
}

#content-main a { color: #000; }
#content-main a:hover {
  color: #A65726;
}

#main h1 {
  font: 22px "Times New Roman", Times, serif;
  letter-spacing: 2px;
  color: #681C13;
}

#footer a { color: #000; }


/* ----- container ----- */

#wrapper {
  float: left;
}


/* ----- header ----- */

#header {
  display: none;
}


/* ----- navigation ----- */

#nav {
  display: none;
}


/* ----- content ----- */

.hide { display: none; }
.printhide { display: none; }

#content a.noborder, #content a.noborder:hover, #content a.noborder img {
	border: none;
}


/* ----- content-main ----- */

#copy {
	text-align: left;
}

#copy img {
	padding: 10px;
	border: 0;
}

#copy h1 {
	text-align: center;
	font: 28px/1em Georgia, "Times New Roman", Times, serif;
}

#copy p {
	margin-top: 12px;
}

#print {
	display: none;
}

hr {
	margin-top: 15px;
}

#condolences, #vidtribute, #printpage {
	display: none;
}

#addcon { display:0; }
.addcon { display:0; }



/* ----- footer ----- */

#footer {
  display: none;
}

#ag {
  display: none;
}


/* ----- admin ----- */

.weirdclassname {
	display: none;
}

* {
	background-color: #FFFFFF;
	background-image: none;
}