body { background: #F1E3BC url(bg.jpg) repeat-x; } /* Also color for left column */

/* -----------------content--------------------- */
#content { background: #F7EFDE url(bg-content.png) repeat-y; color:#82442D; }

	#content h1 { color: #AB0706; }
	#content h2 { color: #D34307;}
	
	#content a:link, a:visited, a:active  { color: #5E6237; }
	#content a:hover{ color: #5F9EBC; }
	
/* --------------left navi------------- */
	.menu a:link, .menu a:visited, .menu a:active { 
	color: #823114; border-bottom: dotted 1px #823114; 
} 
	.menu a:hover { text-decoration: none;
	color: #fff; background-color: #D7C799; 
}
	.menu_current, .menu_current a:link, .menu_current a:visited, .menu_current a:active  { 
	color: #FFFFFF; background-color: #DF9548;
}

/* -----------footer--------------------------- */
#footer { background-color: #E1DDAD; border-top: solid 1px #FFFFFF; }
#footer, #footer a , a#hiddenlink, a#hiddenlink:hover { color: #823114; }