/* ============================
   mustard.photogallery1
   
   
   
   
   
   
   
 =========================== */

body {
    color: #000000 /*~ main.color */; 
    background-color: #FFFFFF /*~ main.background-color  */; 
    font-family: "Times New Roman", Times, serif /*~ main.font */;
    font-size: 32px /*~ main.size */;
	font-weight: bold /*~ main.bold */;
	border-color: #9F002A /*~ main.border-color */;
	font-style: normal /*~ main.italic */;
	
}


/* breadcrumb background color */
.breadcrumb {
    color: #000000 /*~ main.color */;
    background-color: transparent;
    border-color: transparent;
    font-family: transparent;
}

/* breadcrumb link color */
.breadcrumb a:link,
.breadcrumb a:hover,
.breadcrumb a:visited,
.breadcrumb a:active { 
	color: #000000 /*~ main.color */;
	font-family: "Times New Roman", Times, serif /*~ main.font */;  
}
