* {
margin: 0;
padding: 0;
}

body {
background-color: rgb(200,200,200);
}

a {
color: rgb(0,0,0);
}

h1 {
font-family: batang;
text-align: center;
font-size: 3em;
text-shadow: 0px 1px 1px #fff;
}

h1 span{
font-size: 2.0em;
line-height: 0.8em;
text-shadow: 0px 3px 3px #fff;
}

h2 {
font-family: adobe garamond pro;
font-size: 0.8em;
}

h3 {
font-family: adobe garamond pro;
font-size: 0.8em;
}

#container {
margin: 0 auto;
width: 922px;
}

#header {
width: 100%;
margin: 10px 0px 5px 0px;
}

	/*BEGINNING OF NAV*/
	#nav {
	list-style: none;
	white-space:nowrap;
	margin-top: 10px;
	text-align: center;
	background-color: rgb(0,0,0);
	height: 25px;
	}

	#nav li {
	cursor: pointer;
	display: inline;
	color: rgb(255,255,255);
	text-decoration: none;
	font-size: 15px;
	padding: 1%;
	}

	#nav li a {
	cursor: pointer;
	display: inline;
	color: rgb(255,255,255);
	text-decoration: none;
	font-size: 15px;
	padding: 25px;
	}

	#nav li a:hover {
	cursor:pointer;
	display: inline;
	font-size: 15px;
	padding: 25px;
	color: rgb(200,200,200);
	}
	
	/*END OF NAV*/

#content {
width: 73%;
margin: auto;

}

	/*Picture Gallery*/
	    		
		.img {
		margin:10px;
		min-width:300px;
		padding: 5px;
		background-color: rgb(255,255,255);
		float: left;
		}
		
		.img img {
		display: block;
		margin-left: auto;
		margin-right: auto;
		border:1px solid #ffffff;
		}
		
		.img a:hover img {
		border:1px solid rgb(0,0,0);
		}
		
		.desc {
		text-align:center;
		font-weight:bold;
		color: rgb(0,0,0);
		margin:2px;
		}
	
	/*END OF Picture Gallery*/

#footer {
margin-top: 50px;
clear: both;
text-align: left;
background-color: rgb(50,50,50);
border-top-style: solid;
border-top-color: rgb(0,0,0);
color: rgb(255,255,255);
padding: 50px;
-moz-box-shadow: -5px -5px 5px 5px #999;
-webkit-box-shadow: -5px -5px 5px 5px #999;
box-shadow: -5px -5px 5px 5px #999;

}

#footer h3 {
font-size: 1.2em;
}

#footer h2{
font-size: 1.2em;
font-family: adobe garamond pro;
text-decoration: underline;
font-weight: bold;
}

#footer a{
color: rgb(255,255,255);
font-family: adobe garamond pro;
text-decoration: underline;
font-weight: bold;
}

#footer p{
font-size: .9em;
letter-spacing: 0.1em;
word-spacing: 0.2em;
}












/*BEGIN LIGHTBOX*/

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

/*END LIGHTBOX*/