body {
	background-color: #FFFFFF;
	background: url("images/bg_pink_stripe_01.gif") center;
	margin: 0;
}

body, td {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #333;
}

.main-box td {
	padding: 5px;
}

/* Background */
.bg-stripe {
	background: url("images/bg_purple_stripe_01.gif") repeat-x;
	height: 100%;
}

.main-box {
	border: solid 1px #3E2CA9;
	margin: 5px;
}

/* In Loving Memory Box */
.memory-box {
	background: url("images/memory_box_bg.gif");
	width: 379px;
}

.memory-box-top {
	background: url("images/memory_box_top.gif") no-repeat;
	height: 53px;
}

.memory-box-bottom {
	background: url("images/memory_box_bottom.gif") no-repeat;
	height: 52px;
}

.memory-text {
	padding: 0 15px 0 15px;
	margin-top: -20px;
	margin-bottom: -20px;
}

img.border {
	border: solid 1px #DC6875;
	padding: 5px;
	margin: 0 3px 3px 0;
}

.section-head {
	margin-top: 10px;
}

/* Text headers */
h1 {
	font-size: 18px;
	color: #3E2CA9;
	font-weight: bold;
	margin-bottom: 0;
}

h2 {
	margin-top: 0;
	font-size: 12px;
	color: #333;
	font-weight: bold;
}

h3 {
	margin-bottom: 0;
	color: #3E2CA9;
	font-size: 14px;
}

span.relation, span.fact {
	font-style: italic;
}

/* Links */

a {
	color: #DC6875;
}

a:hover {
	color: #FFF;
	background-color: #DC6875;
	text-decoration: none;
}

/* Image Gallery */

#imagegallery td {
	text-align: center;
}

/* Guestbook */

#guestbookdata {
	padding: 5px;
}

.guestfooter {
	color: #FFF;
	background-color: #DC6875;
	padding: 5px;
	text-align: center;
}

#name {
	font-weight: bold;
}

#date {
	font-style: italic;
	text-align: right;
}

.guestfooter a {
	color: #fff;
}

#signguestbook {
	padding: 5px;
}
