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

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

	#content h1 { color: #6E1A1C; }
	#content h2 { color: #BE4226;}
	
	#content a:link, a:visited, a:active  { color: #457DD2; }
	#content a:hover{ color: #1E4461; }
	
/* --------------left navi------------- */
	.menu a:link, .menu a:visited, .menu a:active { 
	color: #3869A6; border-bottom: dotted 1px #3869A6; 
} 
	.menu a:hover { text-decoration: none;
	color: #fff; background-color: #92C3EB; 
}
	.menu_current, .menu_current a:link, .menu_current a:visited, .menu_current a:active  { 
	color: #FFFFFF; background-color: #81ADD1;
}

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