body {background-color: #fcfafe;
}

h1 {color:black; 
font-size:26pt;
 position: absolute; 
	top: 48px;
	left: 58px;
} 

a:link {
color: #494a56;
text-decoration: none;
} 

a:visited {
color:#888991;
text-decoration:none;
} 

a:hover {
color:#d1d2d6;
} 

a:active {
color:white;
text-decoration:none;
}

a img {border-color: black;
border-width: 6px 2px 6px 2px;
margin: 5px;}



p.one {font-size: 18pt;
font-variant: small-caps;
margin-left: 40px; 
margin-top: 5px;
font-family: Garamond;
letter-spacing: 0.15em;
color:#f1f299;
background-color: #fcfafe;
padding: 40px 20px 50px 30px;
border-style: solid;
border-width: 1px;
border-color: #494a56;
line-height: 40px;
}


p.two {font-size: 12pt;
margin-left:45px;
font-family: Garamond;
font-variant: small-caps;
color:#4d4e5e;
}


p.three {font-size: 12pt;
padding: 10px 2px 5px 2px;
font-variant: small-caps;
font-family: Garamond;
letter-spacing: 0.15em;
color:#4d4e5e;
}


p.four {font-size: 10pt;
margin-left:45px;
font-family: Garamond;
font-variant: small-caps;
color:#4d4e5e;
}


table.one {table-layout: fixed;
width: 335px;
position: absolute; 
	top: 210px;
	left: 20px;
border-collapse: collapse; 
border-spacing: 10px;
}


table.two {table-layout: fixed;
width: 600px;
 position: absolute; 
	top: 214px;
	left: 450px; <!-- 500px -->
border-collapse: collapse; 
border-spacing: 10px;
}



table.three {table-layout: fixed;
width: 700px;
 position: absolute; 
	top: 172px;
	left: 500px; <!-- 545px -->
border-collapse: collapse; 
border-spacing: 10px;
}


table.four {table-layout: fixed;
width: 700px;
 position: relative; 
	top: 550px;
	left: -8px;
border-collapse: collapse; 
border-spacing: 10px;
}




#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}
	
		
#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: transparent url(portfolio/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}		
	
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(portfolio/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(portfolio/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;	
}	

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