a {
	color: #FFFFFF;
}
a:hover {
	text-decoration: overline;
}
body {
	font-family: Arial, Helvetica, sans-serif;
/* 	background: url('images/background/swatch.jpg') repeat bottom center;*/
}



/*	.standard differs from .standard width in that it includes the colors 
	for the yellow BG */
.standard, .standard-width {
	width: 800px;
}
.standard {
/*	background: #CC9900; */
}
.standard-width {
	color: #999999;
}
.half-standard {
	width: 392px;
}
/*.gold-bg {
	background: #CC9900;
}*/


/* Use with gallery navigation bar to hide arrow */
.hide-with-BG {
	color: #CC9900;
}
.nav-bar {
	text-align: center; 
	vertical-align: center;
}


.standard span, .standard-width span {
	font-size: .8em;
	background: transparent;
}
.standard-bottom, .standard-bottom-width, .standard-width-bottom {
	margin-left: 20%;
	width: 60%;
}
.standard-bottom {
	margin-top: 2em;
	text-align: left;
}
.dark-gold-bg {
	background: #9A6600;
}
img.art {
	border: 1px solid white;
}


div.menu {
	font-size: .8em;
	background: #9A0000;
}
.menu span {
	font-size: 1em;
	color: white;
	font-weight: bold;
}

/* Used by lower menu on index page */
.menu2, .menu2 span {
	color: white;	/* .menu2 class has to be white for vertical bars | between menu items to be white */
}
.menu2 a {
	font-size: .8em;
}
.menu2 span {
	font-weight: bold;
}

.contact {
	font-size: .8em;
	text-align: left;
	background: transparent;
}

.text-margin {
	margin-left: 2em;
	margin-right: 2em;
}
.footer {
	font-size: .8em;
	color: 999999;
	text-align: center; 
}
