@font-face {
	font-family: Baskerville;
	src: url(assets/fonts/Baskerville.ttf);
	}

body {
	padding:0;
	margin:0;
	background-color:#fff;
	font-family:Baskerville;
	}

div#wrapper {
	margin:0 auto;
	width:920px;
	background-color:#fff;
	}

div#side {
	margin:0;
	padding:185px 50px 0 0;
	background-color:#fff;
	width:150px;
	text-align:right;
	float:left;
	}

ul#nav li {
	margin:0;
	padding:0 2px 0 0;
	display:inline;
	font-size:14px;
	letter-spacing:-1px;
	}

div#header {
	margin:75px 0 0 0;
	padding:0 0 0 200px;
	background-color:#fff;
	width:720px;
	height:33px;
	border-top:#000 solid 21px;
	border-bottom:#000 solid 1px;
}

div#content {
	margin:0;
	padding:50px 0 0 200px;
	background-color:#fff;
	width:720px;
	font-size:15px;
	letter-spacing:-1px;
}

div#contact {
	margin:225px 0 150px 0;
	padding:0;
	text-align:left;
	background-color:#fff;
	color:#fff;
	width:720px;
}

div#footer1 {
	margin:150px 0 75px 0;
	background-color:#fff;
	width:75%;
	font-size:14px;
	letter-spacing:-1px;
	border-top:1px dotted #000;
	float:left;
}
div#footer2 {
	margin:150px 0 75px 0;
	background-color:#fff;
	width:25%;
	font-size:14px;
	letter-spacing:-1px;
	border-top:1px dotted #000;
	text-align:right;
	float:left;
}

p.no {
	margin:0;
	padding:0;
}

h1 {
	margin:0;
	padding:0;
	font-size:22px;
	letter-spacing:-1.5px;
	line-height:normal;
	font-weight:normal;
}

td {
	font-size:14px;
	line-height:12px;
}

td ul {
	margin-top:8px;
	padding:0;
	}
	
td li {
	display:inline;
	padding:0 5px 0 5px;
	margin:0;
	letter-spacing:0;
	color:#fff;
	background-color:#000;
	}
	
td img {
	border:2px solid #000;
	}
	
td li a:active {
	color:#fff;
	text-decoration:none;
	}
	
td li a:link {
	color:#fff;
	text-decoration:none;
	}
	
td li a:visited {
	color:#fff;
	text-decoration:none;
	}
	
td li a:hover {
	color:#fff;
	text-decoration:none;
	}

a img {
	border:0;
	}
	
a:active {
	color:#000;
	text-decoration:none;
	}
	
a:link {
	color:#000;
	text-decoration:none;
	}
	
a:visited {
	color:#000;
	text-decoration:none;
	}
	
a:hover {
	color:#000;
	text-decoration:underline;
}


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