body { background: #CDD79B url(bg.jpg) repeat-x; }

/* ----------container to center the layout-------------- */
#container { background: #f5f8fa; }

/* -----------------content--------------------- */
#content { color:#343434; }

	#content h1 { color: #838942; }
	#content h2 { color: #7F964E;}
	
	#content a:link, a:visited, a:active  { color: #5E6237; }
	#content a:hover{ color: #5F9EBC; }
	
/* --------------left navi------------- */
#left {  }

	.menu a:link, .menu a:visited, .menu a:active { 
	color: #7E8155; border-bottom: dotted 1px #A0A1A1; 
} 
	.menu a:hover { text-decoration: none;
	color: #fff; background-color: #C9D383; 
}
	.menu_current, .menu_current a:link, .menu_current a:visited, .menu_current a:active  { 
	color: #fff; background-color: #7E8155;
}

/* -----------footer--------------------------- */
#footer { background: transparent; }
#footer, #footer a , a#hiddenlink, a#hiddenlink:hover { color: #4E4626; }