body {
	background: #c2d6b7;
	margin: 0;
	padding: 0;
}
#wrap {
	background-image: url(/graphics/back.jpg);
	width: 960px;
	margin: 0 auto;
}
#header {
	background: url(/graphics/header.jpg) no-repeat;
	width: 890px;
	height: 164px;
	padding: 35px;
}
#header h1, #header h2 {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #fff;
}
#header h1 {
	font-size: 48px;
	margin-top: 0;
	margin-bottom: 10px;
}
#header h2  {
	margin: 0;
}
#header h2 {
	font-size: 36px;
}
#navbar {
	float: left;
	width: 215px;
	margin: 0;
}
#navbar ul {
	list-style: none;
	font: bold 16px/160% Arial, Helvetica, sans-serif;
	color: #fff;
	margin: 0 0 0 17px;
	padding: 0;
}
#navbar li {
	margin-bottom: 10px;
	display: block; /* Make a menu item a block (height 100%, width 100%) */
	height: 100%;
	width: 100%;
	position: relative;
	float: left; /* Make sure (in IE) there's no margin between the menu items */
}
#navbar li a {
	padding-left: 8px;
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #030;
	border-top: 1px solid #030;
}
#navbar li a:link {
	color: #afc5a3;
}
#navbar a:visited {
	color: #aaa;
}
#navbar li a:hover {
	color: #e6ede2;
	border-bottom: 1px solid #222;
	border-top: 1px solid #526b49;
	background-color: #040;
}
li.urhere {
	background-color: #002d00;
	border-top: 1px solid #1b1b1b;
	border-bottom: 1px solid #465643;
}
li.urhere span {
	padding-left: 8px;
}
#contact {
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #fff;
	margin: 40px 0 0 2px;

}
#contact a {
	color: #cff;
}
#content {
	margin: 0 25px 0 245px;
	color: #030;
}
#content h3 {
	font: italic bold 20px "Times New Roman", Times, serif;
}
#content h4 {
	font: italic bold 16px "Times New Roman", Times, serif;
}
#content p, #content li, .body {
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-left: 20px;
}
#content li {
	margin: 6px !important;
	margin: 0;
}
#content img {
	border: 1px solid #030;
}
.right {
	float: right;
}
.right img {
	margin: 0 0 10px 10px;
}
#footer {
	background: #c2d6b7 url(/graphics/footer.jpg) no-repeat;
}	
#footer p {
	text-align: center;
	color: #666;
	font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
/* CSS for gallery app */
#lightbox { 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;  font-size: 16px; 	}
#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; }
