@charset "utf-8";
/* CSS Document */

.nav_memorial {
	text-align: center;
	color: #462a1d;
	font-weight: bold;
	line-height: 2.5em;
}
.nav_memorial a:link, .nav_memorial a:visited {
	background-color: #F3EED8;
	text-decoration: none;
	padding: 5px;
	border: 1px solid #ADB96E;
	margin-right: 10px;
	color: #42413C;
	font-weight: normal;
	margin-left: 10px;
}
.nav_memorial a:hover, .nav_memorial a:hover a:active, .nav_memorial a:hover a:focus {
	background-color: #EADCAE;
	text-decoration: none;
	border-top-color: #462a1d;
	border-right-color: #462a1d;
	border-bottom-color: #462a1d;
	border-left-color: #462a1d;
	color: #000;
	font-weight: normal;
}
.angel {
	background-image: url(../images/memorial/memorial_angel.png);
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
	height: 25px;
	padding-top: 10px;
	padding-bottom: 25px;
}
.memorial_pic {
	float:right;
	margin:15px;
}
.memorial_pic_vert {
	background-image: url(../images/memorial/memorial_vert_shadow.png);
	background-repeat: no-repeat;
	background-position: top;
	margin: 0px;
	padding: 0px;
	width: 6px;
}
.memorial_pic_horz {
	background-image:url(../images/memorial/memorial_horz_shadow.png);
	background-repeat: no-repeat;
	background-position: left;
}
.memorial_pic table, .memorial_pic td, .memorial_pic img {
	padding:0;
	margin:0;
	border:0;
	border-spacing:0;
}
