body {
	background-image: url(background.jpg);
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-y;
	background-position: center top;
}
#header {
	margin-right: auto;
	margin-left: auto;
	width: 684px;
	background-image: url(header.jpg);
	background-repeat: no-repeat;
	background-position: 1px top;
	height: 190px;
}
#contents {
	margin-left: auto;
	width: 684px;
	margin-right: auto;
}
#inside {
	width: 450px;
	margin-left: 145px;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #333333;
	line-height: 150%;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	color: #237200;
	font-weight: bold;
	text-align: center;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.25em;
	font-weight: bold;
	color: #661E05;
	margin-bottom: -3%;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: bold;
	color: #661E05;
	margin-bottom: -3%;
}
.intro {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.25em;
	font-weight: bold;
	color: #237200;
	text-align: center;
}
.divider {
	background-image: url(holly.gif);
	background-repeat: no-repeat;
	background-position: center center;
	margin-right: auto;
	margin-left: auto;
	height: 50px;
	width: 444px;
}
