body {
	font-family: Arial, Helvetica, Geneva, sans-serif, Verdana;
	background: #FFFFFF;
	color: #000000;
	text-align: center;
}
h1 {
	font-size: 32px;
	font-style: italic;
}
img.pic {
	border: double 4px ;
}

ul li {
	list-style-image: url(images/point.gif);
}

div#links {
	clear: left;
	position: relative;
	float:left;
	left: 10px; 
	width: 160px; 
	font-size: 12pt; 
	z-index: 100;
	border: none;
	text-align: center;
}
div#links a {
	min-height: 27px;
	display: block; 
	text-align: left; 
	font-weight: bold; 
	padding: 5px 10px; 
	margin: 0 0 1px 1px; 
	padding: 0 0 0 30px;
	border-width: 0; 
	text-decoration: none; 
	color: #000000; 
	background: #FFFFFF url(images/point.gif) no-repeat left;
	background-position: 1px;
	border: 1px solid #FFFFFF;
}
div#links a:hover {
	color: #0000FF;
	border: 1px solid #0000FF;
}

#pictures a img {
	border: 4px double #000000;
	text-decoration: none;
}
#pictures a:hover img, #pictures a:active img {
	border: 4px double #0000FF;
}
#pictures a {
	color: #000000;
}
#pictures a:hover {
	color: #0000FF;
}

/*** 
	Slide Show stuff 
***/
form#info input {
	border: 0px none;
	text-align: center;
	background: #E0E0E0;
}
img.bigPicture {
	border: 4px inset;
	position:absolute;
	top:0;
	left:0;
}
body#photos {
	background: #E0E0E0;
}
div#negatives {
	width: 80px;
	height: 100%;
	min-height: 400px;
	background: url(images/film.gif) repeat-y top;
	position: relative;
	float: left;
	padding: 5px;
	margin: 0px;
	text-align: center;
	display: inline;
}
/* the 2px space at the bottom of the img plus the 1px border on each image makes 4px between them */
div#negatives img {
	margin: 0px 0px 2px 0px;
	padding: 0px;
}
div#negatives a {
	padding: 0px;
	margin: 0px;
	color: #000000;
}
div#negatives a:hover {
	padding: 0px;
	margin: 0px;
	color: #00FF00;
}
/* these next two are redundant unless the #pictures ID is used for some reason... */
div#negatives a img {
	border: 1px solid #000000;
	padding: 0px;
}
div#negatives a:hover img {
	border: 1px solid #00FF00;
	padding: 0px;
}
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html div#negatives img {
	margin: 0px 0px -1px 0px;
	padding: 0px;
}
/* End hide from IE5/mac */

div#progressbar {
	width:200px;
	height:20px;
	background:Transparent;
	border:1px inset;
	margin:0 auto;
	padding:0;
	text-align:left;
}
div#progress {
	width:0px;
	height:20px;
	margin:0;
	background:#0000FF;
}
