/* style */
body {
	margin: 0;
	background-image: url("images/GRASS2.JPG");
}

.top_header {
	background-image: url("images/flowr2.jpg");
	border-bottom: 5px solid gray;
	
	font-size: 50px;
	color: lightgray;
	text-align: center;
	
}
.top_header h1 {
	margin: 0;

	/* This adds the white border around the main header text */
	text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff,
             1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
}

.top_header p {
	margin-top: 0;
	margin-bottom: 30;

	font-size: 25px;

	/* This adds the white border around the paragraph text */
	text-shadow: 1px 0 #fff, -1px 0 #fff, 0 1px #fff, 0 -1px #fff,
             1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
}

.content {
	margin: auto;
	margin-bottom: 16px;
	margin-top: 16px;
	padding-bottom: 100%;
	background-image: url("images/PINEFLOR.JPG");
	border: 5px solid gray;
	width: 70%;
	height: 100%;
}

.content p {
	margin: 0;
	text-align: center;

	color: lightgray;
	font-size: 25px;
}
