html
{
	height: 100%;
}

body
{
	width: 100%;
	height: 100%;
	
	margin: 0px;
	
	text-align: center;
	
	background-color: #2d561d;
	color: #666;
	
	font-family: Arial, Helvetica, sans-serif;
	
	background-image: url( https://pt2pt.net/images/bg.png );
}

#website
{
	width: 756px;
	height: 100%;
	
	overflow: visible;
	
	margin: auto;
}

#website[id]
{
	width: 750px;
	height: 100%;
	
	overflow: visible;
	
	margin: auto;
}

#dropshadow_left
{
	float: left;
	
	width: 35px;
	height: 100%;
	
	position: relative;
	left: 3px;
	
	background-image: url( https://pt2pt.net/images/dropshadow_left.png );
	background-repeat: repeat-y;
}

#dropshadow_left[id]
{
	position: static;
}

#dropshadow_left_top
{
	float: left;
	
	width: 35px;
	height: 100%;
	
	background-image: url( https://pt2pt.net/images/dropshadow_left_top.png );
	background-repeat: no-repeat;
	background-position: top;
}

#dropshadow_left_bottom
{
	float: left;
	
	width: 35px;
	height: 60px;
	
	display: inline;
	
	background-image: url( https://pt2pt.net/images/dropshadow_left_bottom.png );
	background-repeat: no-repeat;
	background-position: bottom;
}

#dropshadow_right
{
	float: right;
	
	width: 35px;
	height: 100%;
	
	position: relative;
	right: 3px;
	
	background-image: url( https://pt2pt.net/images/dropshadow_right.png );
	background-repeat: repeat-y;
}

#dropshadow_right[id]
{
	position: static;
}

#dropshadow_right_top
{
	float: right;
	
	width: 35px;
	height: 100%;
	
	background-image: url( https://pt2pt.net/images/dropshadow_right_top.png );
	background-repeat: no-repeat;
	background-position: top;
}

#dropshadow_right_bottom
{
	float: right;
	
	width: 35px;
	height: 60px;
	
	background-image: url( https://pt2pt.net/images/dropshadow_right_bottom.png );
	background-repeat: no-repeat;
	background-position: bottom;
}

#top
{
	width: 680px;
	height: 129px;
	
	padding-bottom: 48px;
	
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	
	background-color: #e5e5e5;
	
	border-bottom: 2px #a38802 solid;
	
	position: relative;
	
	z-index: 1;
}

#logo
{
	width: auto;
	min-width: 191px;
	height: 100%;
	
	background-image: url( https://pt2pt.net/images/logo.png );
	background-repeat: no-repeat;
	 
	background-position: center;
	
	text-align: center;
	
	margin-left: 16px;
}

#contact_info1
{
	font-family: serif;
	font: times-new-roman;
	font-weight: 900;
	font-size: 18pt;
	color: #2d561c;
	float: left;
	text-align: left;
	margin-left: 50px;
	margin-top: 8px;
}

#contact_info2
{
	font-family: serif;
	font: times-new-roman;
	font-weight: 900;
	font-size: 18pt;
	color: #2d561c;
	float: right;
	text-align: right;
	margin-right: 75px;
	margin-top: 85px;
}

#nav
{
	text-align: center;
	
	padding-left: 16px;
	padding-right: 16px;
	padding-bottom: 12px;
	
	line-height: 16px;
}

#nav a
{
	padding-left: 4px;
	padding-right: 16px;
	
	padding-bottom: 5px;
	
	text-align: left;
	
	color: #2d561c;
	text-decoration: none;
	
	font-weight: bold;	
}

#nav a:hover
{
	border-bottom: 8px #a38802 solid;
}

#pictures
{
	height: 256px;
	width: 680px;
	
	display: table;
	
	background-color: #FFF;
	
	text-align: left;
}

#p0
{
	background-image: url( https://pt2pt.net/images/1.jpg );
}

#p1
{
	background-image: url( https://pt2pt.net/images/2.jpg );
	visibility: hidden;
}

#p2
{
	background-image: url( https://pt2pt.net/images/3.jpg );
	visibility: hidden;
}

#p3
{
	background-image: url( https://pt2pt.net/images/4.jpg );
	visibility: hidden;
}

#p4
{
	background-image: url( https://pt2pt.net/images/5.jpg );
	visibility: hidden;
}

#p5
{
	background-image: url( https://pt2pt.net/images/6.jpg );
	visibility: hidden;
}

#p6
{
	background-image: url( https://pt2pt.net/images/7.jpg );
	visibility: hidden;
}

.picture
{
	width: 680px;
	height: 256px;
	background-position: center top;
	background-repeat: no-repeat;
	
	position: absolute;
	z-index: 2;
	
	float: left;
}

#content
{
	height: auto;
	width: 616px;
	
	display: table;
	
	background-color: #FFF;
	text-align: left;
	margin: auto;
	padding: 32px;
	
	z-index: 0;
}

#text
{
	width: 616px;
}

#text h2
{
	color: #000000;
	font: times-new-roman;
	font-family: serif;
	font-weight: bold;
	line-height: 24px;
	margin: 0px;
	font-size: 24px;
}

#dropshadow_bottom
{
	width: 680px;
	height: 40px;
	
	text-align: center;
	margin: auto;
		
	background-image: url( https://pt2pt.net/images/dropshadow_bottom.png );
	background-repeat: repeat-x;
	background-position: center;
}

#dropshadow_bottom_left
{
	width: 50%;
	height: 40px;
	
	text-align: left;
	margin: auto;
		
	background-image: url( https://pt2pt.net/images/dropshadow_bottom_left.png );
	background-repeat: no-repeat;
	background-position: left;
	
	float: left;
}

#dropshadow_bottom_right
{
	width: 50%;
	height: 40px;
	
	text-align: right;
	margin: auto;
		
	background-image: url( https://pt2pt.net/images/dropshadow_bottom_right.png );
	background-repeat: no-repeat;
	background-position: right;
	
	float: right;
}

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