@charset "UTF-8";
/* CSS Document */

body {
	padding: 0;
	background-image: url(../Images/Gradient.png), url(../Images/Gradient.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 950px 100%;
	margin-top: 10px;
	margin-right: 10px;
	align-content: center;
	max-width: 1000;
	min-width: 350px;
}

html {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

a:link {color: #E65B04
}

.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}

#nature2 {
	background-color: #ebe8df;
	background-image: url(../Images/Nature2.jpg);
	background-repeat: no-repeat;
	background-size: 20%;
	background-position: left top;
}

#naturebkgd {
	background-image: url(../Images/Nature.jpg);
	background-size: cover;
	background-position: right;
	background-repeat: no-repeat;
		}

.indentnature {
	margin-left: 20%;
}

.hybrid {
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	margin-left: 30%;
}

#pagediv {
	border-bottom-style: dashed;
	border-width: medium;
	border-bottom-color: #E65804;
	margin-left: 50%;
	margin-right: 35%;
	align-content: center;
}