

	/* ----------------------------------------------------------

		Gold - Colors

	---------------------------------------------------------- */


	h1, h2, h3, h4, h5, h6, a,
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
		color: #925426;
	}
	p {
		color: #fff;
	}
	.highlight {}
	.content-box {
		background: /*#c09446*/ #ba914c /*#b38e52*/ !important;
	}
	.tx-photogallery-pi2 {
		background: #A48847; /*#937a40; #A48847; #71623c;*/
		border-bottom: 14px solid #76673e;
	}

	li.mainNav-ACT {
		background: #c7983e url(images/mainNavACT-Bottom.png) bottom repeat-x;
	}
	a.mainNav-ACT {
		background: #c7983e url(images/mainNavACT.png) top repeat-x;
	}

	#subNav {
		background: transparent url(images/colored-BG.png) top repeat;
	}
	#subNav h3,
	#subNav a {
		color: #fff;
	}




	/* Background for 1-Column Layout */
	.layout-1column {
		/*background: transparent url(images/1Column-BG.png) top repeat;*/
	}
	/* Background for 2-Column Layout */
	.layout-2columns-wrapper {
		background: transparent url(images/2Columns-BG.png) top repeat-y;
	}
	/* Background for 3-Column Layout */
	.layout-3columns-wrapper {
		background: transparent url(images/3Columns-BG.png) top repeat-y;
	}

	
	/* imitate negative margin of images by overlaying an image at the top of each column  */
	.layout-2columns-leftColumn,
	.layout-2columns-rightColumn,
	.layout-3columns-leftColumn,
	.layout-3columns-centerColumn,
	.layout-3columns-rightColumn {
		background: transparent url(images/colored-BG.png) top repeat-x;
	}
