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

/* -----------------content--------------------- */
#content { color:#343434; background: #F1F6FE url(bg-content.png) repeat-y;  }

	#content h1 { color: #7B8837; }
	#content h2 { color: #BC3809; }
	
	#content a:link, a:visited, a:active  { color: #4E6389; }
	#content a:hover{ color: #5F9EBC; }
	
/* --------------left navi------------- */
	.menu a:link, .menu a:visited, .menu a:active { color: #386993; border-bottom: dotted 1px #A1C6E7; } 
	.menu a:hover { color: #fff; background: #92C3EB; text-decoration: none; }
	.menu_current, .menu_current a:link, .menu_current a:visited, .menu_current a:active  { color: #FFFFFF; background: #81ADD1; }

/* -----------footer--------------------------- */
#footer { background: #E6EFFC; border-top: solid 2px #FFFFFF; }
#footer, #footer a , a#hiddenlink, a#hiddenlink:hover { color: #778AAD; text-decoration: none; }