body {
	background: #ffffff url(gradiant-background.gif) repeat-x;
	font: normal 13px "Arial", serif;
	color: #000000;
	margin: 0;
}
a:link {
	color: #573da2;
	text-decoration: underline;
}
a:visited {
	color: #573da2;
	text-decoration: underline;
}
a:hover, a:active {
	color: #000000;
	text-decoration: underline;
}
h1 {
	font-size: 17px;
	color: #000000;
	margin-bottom: 4px;
}
h2 {
	font-size: 13px;
	color: #573da2;
	font-style: italic;
	margin-bottom: 0;
	text-align: right;
	padding-right: 4px;
}
.springs {
	background: url(springs.jpg) repeat-x;
	top: 110px;
	left: 0;
	width: 100%;
	position: absolute;
	height: 400px;
}
.main {
	width: 800px;
	background: #ffffff;
	z-index: 2;
	position: relative;
	padding: 10px;
}
.line {
	border: 1px solid #000000;
	padding: 8px 0 8px 0;
}
.leaf {
	background: url(leaf.gif) no-repeat;
}
.center {
	width: 400px;
	text-align: left;
	font-size: 14px;
}