body {
	font-family: Tahoma, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #777777;
	background: #99AD86;
	background-image: url(images/BG_Tile.jpg);
	background-repeat: repeat-x;
	text-align: center;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #67755A;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 22px;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	margin: 0px;
}
h3 + p {
	margin-top: 5px;
}
hr + p {
	margin-top: 5px;
}
h3 + hr {
	margin-top: 15px;
}
hr {
	border-top: 1px solid #99AD86;
	border-bottom-style: none;
	height: 1px;
}
.bounding-box {
	width: 800px;
	height: 550px;
	text-align: left;
	background-color: #FFFFFF;
	border: 1px solid #67755A;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -275px; /*set to a negative number 1/2 of your height*/
	margin-left: -400px; /*set to a negative number 1/2 of your width*/
}
.photo-box {
	float: left;
	width: 250px;
	height: 550px;
}
.content-area {
	float: left;
	width: 550px;
	height: 550px;
	position: relative;
}
.header {
	height: 50px;
	padding: 20px;
	text-align: center;
}
.header h1 {
	margin: 0px;
}
.nav-box {
	position: relative;
}
.copy-box {
	line-height: 18px;
	height: 390px;
	width: 500px;
	position: relative;
	top: 20px;
	left: 20px;
	overflow: auto;
	padding-right: 10px;
}
.copy-box a {
	color: #718E54;
	text-decoration: none;
}
.copy-box a:hover {
	color: #718E54;
	text-decoration: underline;
}
.quote-box {
	font-size: 11px;
	font-weight: bold;
	line-height: 15px;
	color: #FFFFFF;
	background-color: #718E54;
	width: 150px;
	float: right;
	padding: 7px;
	margin-left: 10px;
	clear: both;
}
.quote-box#pink {
	background-color: #DD7A6C;
}
.quote-box#yellow {
	background-color: #E6B63A;
}
.photo-caption {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #718E54;
	border: 2px solid #718E54;
	float: right;
	margin-left: 10px;
	clear: both;
	width: 200px;
	text-align: center;
}
.footer {
	font-size: 11px;
	text-align: right;
	line-height: 15px;
}
.footer a {
	color: #777777;
	text-decoration: none;
}
.footer a:hover {
	color: #777777;
	text-decoration: underline;
}
