#container {
	width:800px;
	height:auto;
	position:relative;
}

#title {
	background-color:#336600;
}

#lower {
	background-color:#669933;
}

.contentitem {
	background-color:#99cc66;
}

#sidebar a {
	color:#336600;
}

.sidebaritem {
	background-color:#99cc66;
}

.callout {
	background-color:#669933;
	color:white;
}

.sectiontitle {
	color:#336600;
	border-bottom-color:#336600;
}