ul.nav{
	font-family:Helvetica, Arial, sans-serif;
	font-size:19px;
	float:left;
	list-style: none;
	margin-left: 0px;
	padding-left: 32px;
	text-indent: -1em;
}

ul.galnav{
	font-family:Helvetica, Arial, sans-serif;
	font-size:19px;
	float:left;
	list-style: none;
	margin-left: 0;
	padding-left: 32px;
	text-indent: -1em;
}

ul.nav a{
	color:black; 
	text-decoration:none;
}

ul.nav a:hover{ 
	color:gray;  

}

ul.subnav {
	list-style: none;
}

ul.subnav li{
	margin-bottom:10px;
}

#gallery ul { 
	list-style: none; 
	margin:0;
	padding:0;
}

#gallery ul li { 
	display: inline; 
}

#gallery ul img {
	border-top-width: none;
	border-right-width: none;
	border-bottom-width: none;
	border-left-width: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: none;
	border-right-color: none;
	border-bottom-color: none;
	border-left-color: none;
}

#copy-block {

	padding: 5px;

}

#image-block {

	padding: 7px;

}



/* in case you wanna change the hover state on the border around the gallery, remove the comments below.
*/

/*
#gallery ul a:hover img {
		border: 1px solid #3e3e3e;
		border-width: 1px 1px 1px;
}
*/

