a {
	color: #823315;
	text-decoration: none;
	font: bold 1.1em sans-serif,Arial;
	border-top: none;
	border-bottom: none;
}
body {
	background: #FFFFFF url(images/bg.gif) repeat-y fixed bottom center;
	color: #823315;
	margin: 20px 0;
	text-align: center;
	font: normal 0.7em sans-serif,Arial;
}
img {border:0px}

.gfxhome a {
	background: #FFFFFF url(images/header.jpg) no-repeat;
	display: block;
	height: 340px;
	border-top: none;
	border-bottom: none;
}
.gfxcontent a {
	background: #FFFFFF url(images/header2.jpg) no-repeat;
	display: block;
	height: 140px;
	border-top: none;
	border-bottom: none;
}
.main {
	background: #FFFFFF; 
	border: 3px double #CC9966; 
	border-color: #CC9966 #E4E4E4 #CFCFCF #CCC #CFCFCF; 
	margin: 20px auto 4px auto; 
	text-align: left;
	width: 620px; 
}
.marquee {
	background: #E1D5AD;
	border-left: 1px solid #823315;
	border-right: 1px solid #823315;
	border-top: 1px solid #823315;
	border-bottom: 1px solid #823315;
	color: #823315;
	padding-top: 4px;
	height: 20px;
	font: bold 1.1em sans-serif,Arial;
}
.menuhome a {
	background: #E1D5AD;
	border-left: 1px solid #823315;
	border-top: 1px solid #823315;
	border-bottom: 1px solid #823315;
	color: #823315;
	float: left;
	padding-top: 4px;
	width: 84px;
	height: 20px;
}
.menuhome a span {
	padding-left: 6px;
}
.menuhome a:hover {
	background: #823315;
	color: #FFFFFF;
}
.menuhome a#last {
	width: 83px;
	border-right: 1px solid #823315;
}
.menu a {
	background: #E1D5AD;
	border-left: 1px solid #823315;
	border-top: 1px solid #823315;
	border-bottom: 1px solid #823315;
	color: #823315;
	float: left;
	padding-top: 4px;
	width: 85px;
	height: 20px;
}
.menu a span {
	padding-left: 6px;
}
.menu a:hover {
	background: #823315;
	color: #FFFFFF;
}
.menu a#last {
	width: 82px;
	border-right: 1px solid #823315;
}
.container {
	margin: 10px;
}
.content {
	background: #FFFFFF;
	border-top: 1px solid #E5E5E5;
	clear: both;
}
.content h1 {
	margin: 0;
	font: bold 1.2em sans-serif,Arial;
	color: #823315;
}
.content h2 {
	margin: 0;
	font: bold 1.1em sans-serif,Arial;
	color: #823315;
}
.content p {
	margin: 3px 0 6px;
	color: #823315;
}
.content a {
	color: #823315;
	border-top: none;
	border-bottom: none;
}
.content a:hover {
	color: #CC9966;
}
.content table {
	color: #823315;
}
.content b {
	font: bold 1.1em sans-serif,Arial;
	color: #823315;
}
.footer {
	padding: 5px;
	background: #FFFFFF;
	color: #823315;
}
.footer a {
	color: #823315;
}
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }
#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}
#imageContainer{
	padding: 10px;
	}
#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}
#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../lightbox/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../lightbox/prev.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../lightbox/next.gif) right 15% no-repeat; }
#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}
#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}