body {
	background: #efe1c5 url(img/bg1.jpg) fixed;
	font: 16px Garamond, Times New Roman, serif;
	color: #504020;
	text-align: center;	/* IE Hack	*/
}

h1 {
	font: 20px Garamond, Times New Roman, serif;
	color: #678F6B;
	font-weight: bold;
}

a, a:visited {
	color: #704B6C;
	font: 16px Garamond, Times New Roman, serif;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

.table {
	font: 16px Garamond, Times New Roman, serif;
	color: #504020;
	padding:2px 5px;
}

#wrap {
	width: 750px;
	margin: auto;
	text-align: left;	/* Undo IE Hack	*/
}

#header {
	clear: both;
	height: 120px;
	background: url(img/header_bg.jpg) no-repeat;
}

#bar {
	padding: 5px 20px 5px 0;
	width: 600px;
	float: right;
	text-align: right;
	color: #efe1c5;
}

#bar a, #bar a:visited {
	color: #704B6C;
	font: 17px Garamond, Times New Roman, serif;
	text-decoration: none;
}

#bar a:hover {
	text-decoration: underline;
}

#content {
	margin-top: 5px;
	padding: 0;
}

	.img {
		margin: 3px;
		padding: 3px;
		border: 1px solid #8F6789;
	}

#left_col {

	float: left;
	width: 160px;
}

	#navcontainer {
		width: 160px;
		padding: 0 0 16px 0;
		margin-bottom: 16px;
		font: 16px Garamond, Times New Roman, serif;
		color: #333;
	}

	#navcontainer ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
	}

	#navcontainer li {
		margin: 0;
	}

	#navcontainer li a {
		display: block;
		padding: 5px 3px 5px 3px;
		border-left: 3px solid #704B6C;
		border-right: 3px solid #B1879F;
		background-color: #8F6789;
		color: #efe1c5;
		font: 16px Garamond, Times New Roman, serif;
		text-decoration: none;
		width: 100%;
	}

	html>body #navcontainer li a { width: auto; }

	#navcontainer li a:hover {
		border-left: 3px solid #4D704B;
		border-right: 3px solid #91B18F;
		background-color: #678F6B;
		color: #fff;
	}

	.quotes {
		background-color: #efe1c5;
		text-align: center;
		color: #000;
		border: #b6a480 1px solid;
		padding: 5px;
	}

	.address {
		background: url(img/address_bg.jpg) no-repeat;
		color: #000;
		border: 1px solid #4D704B;
		padding: 10px 0 10px 0;
	}

#right_col {
	background-color: #efe1c5;
	float: right;
	width: 560px;
	padding: 10px;
	border: #b6a480 1px solid;
}

	.foo {
		background-color: #fff3e7; 
		padding: 10px;
		margin-left: 75px;
		margin-right: 75px;
		text-align: center;
		border: #b6a480 1px solid;
		color: #000;
	}

	.foo_index {
		background-color: #fff3e7; 
		padding: 10px;
		margin-left: 25px;
		margin-right: 25px;
		text-align: center;
		border: #b6a480 1px solid;
		color: #000;
	}

	.foo_foo {
		background-color: #fff3e7; 
		padding: 10px;
		margin-left: 25px;
		margin-right: 25px;
		text-align: justified;
		border: #b6a480 1px solid;
		color: #000;
	}

#footer {
	float: right;
	width: 560px;
	padding: 10px;
	text-align: center;
	font: 14px Garamond, Times New Roman, serif;
}



/* Lightbox Styles */

#lightbox{ margin-top: -50px; position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#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-image: url(data:image/gif;base64,AAAA); /* 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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }


/* Gallery Image thumbnail */
.galleryimage {
	border: 5px solid #777;
	background-color: #777;
	margin-left:15px;
	margin-right:15px;
}
.galleryimage:hover {
	border: 5px solid #999;
}

/* Default Folder Image */
.galleryfolder {
	border: 5px solid #777;
	background-color: #777;
	margin-left:15px;
	margin-right:15px;
}
.galleryfolder:hover {
	border: 5px solid #999;
}


/* misc */
.green {
	color:#077a04;
}