BODY {
	   margin: 0px 0px 0px 0px;
		background-image: url(../images/tiletalbot2.gif);
		background-color: #605a36;
		background-position: top;
		background-repeat: repeat-x;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 12px;
	}
	.header {
		padding: 10px 0px 0px 15px;
		color: #61020f;
		font-size: 14px;
		font-weight: bold;
	}
	#main {
		padding: 10px 15px 0px 15px;
		color: #fff5ee;
	}
	#main h2 {
		font-size: 13px;
		text-decoration: underline;
		color: #f5deb3;
	}
	#main h2 a {
		color: #f5deb3;
	}
	#main IMG {
		border: 1px solid #61020f;
		padding: 0px 0px 0px 0px;
		margin: 0px 15px 5px 0px;
		text-align: left;
		vertical-align: top;
		display: run-in;
}
#main IMG a:visited {
	border: 1px solid black;
}
 
	
	.large {
		margin: 0px;
		padding: 0px;
	}
	.large a {
		color: buckwheat;
	}
	.large a:hover {
		color: #61020f;
	}
	.large a:visited {
		color: #bdb76b;
	}
	.footer a {
		color: #f5deb3;
	}
	.footer a:hover {
		color: #61020f;
	}
	.footer a:visited {
		color: #556b2f;
	}
 	.footer {
 		margin: 0px 50px 0px 50px;
		padding: 0px 0px 0px 0px;
		color: wheat;
 	}
	
	.slug2 a {
		color: #eee8aa;
	}
	.slug2 a:hover {
		color: #61020f;
	}
	.slug2 a:visited {
		color: #9370db;
	}
 	.slug2 {
 		margin: 0px 150px 0px 150px;
		padding: 0px 0px 0px 0px;
 	}
	.slug2 IMG.floatleft {
		float: left;
	}
	HR {
		color: #61020f;
		width: 75%;
		border: 0px;
		height: 1px;
		margin-bottom: 5px;
	}
	
		.table2 a {
		color: #eee8aa;
	}
	.table2 a:hover {
		color: #61020f;
	}
	.table2 a:visited {
		color: #9370db;
	}
	
	.table2 td {
	text-align: left;
	}
	
	.table2 th {
	text-align: left;
	}
	
	/* Lightbox JS 2.03.3 */

#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(../images/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(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.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;
	}
