
/* cover picture */
#inner_cover { background-image: url("../images/Klara_banner copy.jpg"); }
	
/* area next to the cover image: */
#cover { background-color: #A4B324; }	
	
/* image colors: */

.image {
	background-color: #ada31c;
}
	
.image:hover {
	background-color: #005176;
} 
	
/* navigation */
#inner_header ul li a:hover, #inner_header ul li a:active { background-color: #812F24; }

/* content link colors */
#content a:hover, #content a:active { background-color: #812F24; }


/* borders: */       

#inner_header {
	border-left: 1px solid #ada31c; 
	border-right: 1px solid #ada31c; 
	border-top: 1px solid #ada31c; 
}
				
#inner_content {
	border-left: 1px solid #ada31c; 
	border-right: 1px solid #ada31c; 
	border-bottom: 1px solid #ada31c; 
}

#inner_cover {
	border-left: 1px solid #818493; 
	border-right: 1px solid #818493; 
}
