body, html {
	background-color: #8DBC60;
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align: center;
	height: 100%;
}
.layout {
	height: 100%;
	text-align: center;
	margin: auto;
	width: auto;
}

.back_left {
	background-image: url(images/back_left.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	width: 125px;
	height: 100%;
}
.back_right {
	background-image: url(images/back_right.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	width: 125px;
	height: 100%;
}
.column_left {
	background-image: url(images/column_left.jpg);
	background-repeat: repeat-y;
	height: 100%;
	width: 17px;
}
.column_right {
	background-image: url(images/column_right.jpg);
	background-repeat: repeat-y;
	height: 100%;
	width: 16px;
}
.main {
	background-color: #F5FBEF;
	padding: 0px;
	text-align: left;
	margin: 0px;
	width: 600px;
	background-image: url(images/flower_stem.gif);
	background-repeat: repeat-y;
	background-position: 101px top;
}

.top {
	background-repeat: no-repeat;
	height: 113px;
	background-image: url(images/top.jpg);
}
.middle {
	background-image: url(images/middle.jpg);
	background-repeat: no-repeat;
	height: 83px;
}
.bottom {
	background-image: url(images/bottom.jpg);
	background-repeat: no-repeat;
	height: 170px;
}


.nav {
	display: block;
	width: 90px;
	text-align: right;
	padding-top: 80px;
	padding-right: 5px;
	position: relative;
	left: 5px;
}
.nav a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #3399cc;
	text-decoration: none;
	display: block;
	margin-bottom: 5px;
	padding: 1px;
	top: 2px;
	left: 0px;
}
.nav a:hover {
	background-color: #d0e9d1;
}
.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	color: #3399cc;
	text-align: right;
	position: relative;
	top: 50px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 35px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.subtitle {
	position: relative;
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #9D8C9C;
	top: 55px;
	padding-right: 35px;
}


.headline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #3399cc;
	text-align: left;
	position: relative;
	top: 65px;
	left: 175px;
	width: 385px;
}
.text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #004a80;
	text-align: left;
	padding-left: 10px;
	padding-top: 35px;
	padding-right: 10px;
}
.text h1 {
	font-size: 16px;
}

.text p {
	margin-top: 0px;
}
.text a {
	color: #3399cc;
	text-decoration: underline;
}
.text a:hover {
	background-color: #d0e9d1;
	text-decoration: underline;
}
.text .image {
	border: 1px solid #999999;
	margin-bottom: 20px;
	margin-left: 15px;
	float: right;
}
.text .caption {
	font-size: 11px;
	text-align: center;
	display: block;
	color: #999999;
}

.water_stem {
	background-image: url(images/flower_stem.gif);
	background-repeat: repeat-y;
	background-position: 101px top;
}

.water_grass {
	height: 170px;
	background: #F5FBEF url(images/water_grass.jpg) repeat-x left top;
}
#footer_bottom {
	font: 10px Georgia, "Times New Roman", Times, serif;
	color: #666666;
	background: #D3ECC2;
	padding-top: 4px;
	padding-right: 4px;
	padding-left: 4px;
}
#footer_bottom  a {
	color: #006600;
	text-decoration: underline;
}


.footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #666666;
	text-align: left;
	background-color: #D3ECC2;
}
.footer a {
	color: #FFFF00;
}
.footer a:hover {
	color: #FFFFFF;
}
#credit {
	font: 12px Tahoma, Geneva, sans-serif;
	color: #CCC !important;
	text-decoration: none !important;
	text-align: center;
	background: #666 url(https://www.webdesignsmallbusiness.com/images/credit_darkbg.png) no-repeat center 3px;
	float: right;
	white-space: nowrap;
	display: block;
	padding: 35px 5px 3px;
	margin-bottom: 5px;
	min-width: 140px;
	border-radius: 2px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #333;
	text-shadow: 0 1px #333;
}
#credit:hover {
	color: #CCC !important;
	text-decoration: none !important;
	background-color: #006;
	border-top: 1px solid #00C;
	border-bottom: 1px solid #003;
}