h3 {
	background-color: #dfc073;
	width: 460px;
	color: #ffffff;
	font-size: 20px;
	padding: 5px 50px;
}

.xmas {
	background-color: #cce4af;
	width: 460px;
	color: #889E55;
	font-size: 20px;
	padding: 5px 50px;
}

.photos {
	margin-left: 10px;
	text-align: center;
	width: 540px;
	clear: left;
}

.photos p {
	float: left;
	width: 270px;
}

.text {
	margin-left: 10px;
	margin-top: 10px;
	clear: left;
}

.text div {
	float: left;
	width: 270px;
}

.add-space {
	padding-top: 30px;
}

.text div p {
	padding-left: 20px;
	margin-bottom: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.text div p.header-text {
	background-color: #dfc073;
	font-weight: bold;
}

.text div p.header-text-xmas {
	background-color: #cce4af;
	font-weight: bold;
}

.text a {
	color: #889e55;
}

.text a:hover {
	color: #889e55;
	text-decoration: underline;
}

.textSpecialA {
	padding-left: 30px;
	padding-top: 5px;
}

.text table {
	width: 260px;
	float: left;
	margin: 5px;
}


.text .header-cell {
	background-color: #dfc073;
	font-weight: bold;
}

.text .header-row td {
	background-color: #dfc073;
	font-weight: bold;
}

.text .header-row-xmas td {
	background-color: #cce4af;
	font-weight: bold;
}

.text td {
	padding: 3px 5px;
}


