/*----

body {
	background-color: #eaf5e5;
}

#content {
	border-right: solid 1px #eaf5e5;
}

#content h1 {
	color: #339900;
}

#news h3 {
	background-color: #eaf5e5;
	color: #339900;
}

.summary, .quote {
	border-bottom: solid 1px #eaf5e5;
}

.summary h2 {
	color: #339900;
}

.summary ul {
	color: #339900;
}

#footer {
	border-top: solid 1px #eaf5e5;
}

----*/