.button {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #2D4B32;
	text-decoration: none;
}
.button:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFCC;
	text-decoration: underline;
}
.copy {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #2D4B32;
	font-weight: normal;

}
.subheadingwhite {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #2D4B32;
}
.heading {

	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFCC;
}
.buttondivider {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #CCE2CD;
}
.photo {
	border: 1px solid #FFFFFF;
}
.header {
	background-image: url(images/bg-flowers.jpg);
	background-repeat: repeat-y;
	position: relative;
	left: 0px;
	top: 0px;
	height: 265px;
	width: 739px;
}
.header .copy {
	position: relative;
	height: auto;
	width: 452px;
	padding-bottom: 10px;
	left: 0px;
	display: block;
	margin-left: 26px;
	top: 0px;
	margin-top: 10px;
}
#globe {
	position: absolute;
	right: 59px;
	bottom: 0px;
}

