html,body {
	background-image: url(images/ppat.png);
	padding-right: auto;
	padding-left: auto;
	margin: 0px auto 0;
}

.headerimg {
	width: 720px;
	height: 26px;
	top: 0px;
	background-repeat: no-repeat;
}

.titlebar {
	width: 720px;
	top: 26px;
	font-family: "Lucida Grande", LucidaGrande, Arial;
	font-size: 28px;
	font-weight: lighter;
	color: #CCCCCC;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	text-align: center;
	filter: DropShadow(Color=black, OffX=1, OffY=1, Positive=10);
}

.bodytop {
	height: 0px;
	width: 720px;
	top: 65px;
	background-repeat: no-repeat;
}

.foot {
	height: 14px;
	bottom: 0;
	margin: 0px;
	width: 720px;
	position: inherit;
	display: none;
}

.thumbnail {
	background-color: #FFFFFF;
	border: 1px solid #666666;
	padding: 1px;
	vertical-align: middle;
	float: left;
	height: 90px;
	margin: 15px;
}

.thumbnailcontainer {
	border: thin solid #C1C1C1;
	width: 600px;
	clear: left;
	margin-top: 24px;
	margin-right: 60px;
	margin-bottom: 12px;
	margin-left: 60px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 12px;
}

.nav {
	top: 70px;
}

#navcontainer
{
	font: bold 80% 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	text-align: center;
}

li {
	display: inline;
}

li a
{
	text-decoration: none;
	color: #e4e4e4;
}

li a:hover
{
	text-decoration: none;
	color: #e5e5e5;
	text-shadow: 2px 2px 4px, black;
}

#main {
	width: 720px;
	margin: auto;
}

.bodymid {
	width: 720px;
	font-family: 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	font-size: medium;
	color: #333333;
	background-repeat: repeat-y;
	left: 0px;
	text-align:center
}
.fullimg {
	font-family: "Times New Roman", Times, serif;
	color: #4d4d4d;
	font-size: medium;
	margin: 15px;
	width: 550px;
}
.pix {
	font-size: 11px;
	width: 720px;
	height: 600px;
}
.texting {
	font-family: 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	text-align: justify;
	color: #999999;
	font-size: small;
	width: 690px;
	padding: 15px;
}

#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;	}
#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; }

