body {
	color: #D7CFC2;
	background-color: #2B541A;
}
body a {
	color: white;
	background-color: #2B541A;
}
#headerbg {
	background-image:url("lifeTile.jpg");
}	
#header {
	background-image:url("lifeBanner.jpg");
}
/* if you are using this stylesheet, then hide the header text */
#header h1 { 
	display:none 
}
.sidebar {
	background-color: #D7CFC2;
}
.sidebarArticle h2,.sidebarArticle h3, .sidebarArticle > .day > .name  {
	background-color: #a6a998;
	color: black;
}
.sidebarArticle > .day > .event {
	background-color: white;
	color: black;
}
#innerbody {
	background-image:url("lifeWindow.jpg");
}

#menu a {
}

#menu a:link, #menu a:visited {
	color: white;
	background-color: #2B541A;
}

#menu a:hover, #menu a:active {
	color: black;
	background-color: #81c699;
}
#uberlink a:link, #uberlink a:visited, #uberlink a:hover, #uberlink a:active {
	color: black;
	background-color: #81c699;
}

#content {
	color: #333;
	background-color: #D7CFC2; /*DFBF9F;*/
}
#contentGraphicFill {
	background-image:url("lifeMontageTile.jpg");
       	background-repeat:repeat-x;
	height: 210px;
}
#contentGraphic {
	background-image:url("lifeMontage.jpg");
       	background-repeat:no-repeat;
	height: 217px;
}
#content a {
	color: blue;
	background-color: #D7CFC2; /*DFBF9F;*/
}
#content a:visited {
	color: purple;
	background-color: #D7CFC2;
}
h1 {
	color: #BBBBBB;
	background-color: #2B541A;
}
h2 {
	color: #BBBBBB;
	background-color: #2B541A;
}