/* Sets the colours and background images */
/*Theme:Gold*/
body {
	background-color:#111111;
	/*background-image:url(bkg_page.jpg);	*/
}
h2.light, h2.dark {
	color:#FFFFFF;
	background-image:url(../images/gold_bar.gif);
	background-repeat:repeat-x;
}
h2.light {
	background-color:#861C00;
}
h2.dark {
	background-color:#4F2D1C;
}
h3.dark { color:#7D472D;}
div.dark {
	background-color: #4F2D1C;
}
div.featureText {
	color:#CEA144;
	background-color:#000000;
	text-transform:uppercase!important;
}
div.darkGrad {background-image:url(gold/bkg_itemnav.jpg);}
