/* this set works with Loteria */body {  	background-color: #9E947A; /* tan */ 	font-size: 16px;	color: #2E2426; /* dark mauve */ 	font-family: Georgia, "Times New Roman", Times, serif;	text-align: center;	margin: 4px 0px;
	min-width: 640px;}p {  	font-size: 1em; 	line-height: 140%;}h1 {  	font-family: Trebuchet MS, Arial, Verdana, Helvetica, sans-serif; 	font-size: 14px; 	font-weight: bold; 	font-style: normal;	color: #C9BD99; /* lite tan */}

.header {   /* title header */	margin: 0 auto;	width: 570px;}#container {
	background: #9E947A url(../graphics/thumb_gradient2.jpg) no-repeat;	position: absolute;
	left: 50%;
	width: 600px;
	margin-left: -300px;
	top: 12%;
}

.title {
	position: relative;
	left: -6px;
	top: 6px;
}

.thumbs {  /* the container for the thumbnails */;
	width: 460px;
	margin-left: 100px;
	margin-top: 50px;
	height: 550px;
}


.thumbs img {
	display: block;
	float: left;
	margin: 8px;
}

.spacer {
	visibility: hidden;
}

a img {	border: none;}

#gallmenu {
	font: .9em 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	float: left;
}
a:link {   	color: #b8a881; /* light tan */	text-decoration: none;}a:visited {  	color: #b8a881; /* light tan */	text-decoration: none;}a:hover {  	color: #F4A284; /* pink */	text-decoration: underline;
	text-decoration: none;
	background: #90866c;
}a:active {  	color: #F1EA97; /* light yellow */	text-decoration: underline;}