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

#title {
	background-color:#ffcc33;
}

#lower {
	background-color:#ffcc66;
}

.contentitem {
	background-color:#ffff99;
}

.contentitem a {
	color:#cc6600;
}

#sidebar a {
	color:#cc6600;
}

.sidebaritem {
	background-color:#ffff99;
}

.callout {
	background-color:#ffcc66;
	color:#cc6600;
}

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

table.fob-show tr { border-top-color: #cc6600; }
