	/* gallery related styles */
	#linkLIst
	{
	text-align: center;
	margin: 20px auto;
	width: 420px;
	}
	
	#linkList ul
	{
		margin: 15px auto;
		padding: 0;
		list-style-type: none;
		width: 420px;
	}
	
	#linkList li
	{
		display: inline;
	}
	
	#linkList a
	{
		display: block;
		float: left;
		text-align: center;
		font-size: 13px;
		margin: 6px 6px 6px 0;
		width: 200px;
		font-family: verdana, "Trebuchet MS", arial, helvetica, sans-serif;
		text-decoration: none;
	}
	
	
	#galleryList
	{
		text-align: center;
		margin-bottom: 25px;
	}

	#galleryList a
	{
		color: maroon;
		text-align: center;
		font-size: 13px;
		margin: 6px auto;
		display: block;
		width: 250px;
		font-family: verdana, "Trebuchet MS", arial, helvetica, sans-serif;
	}
	#galleryList a:hover
	{
		color: black;
		background-color: #eee;
	}
	h3
	{
		text-align: center;
		font-family: verdana, arial, sans-serif;
		font-size: 16px;
		font-weight: normal;
	}
	#galleryList a.btn
	{
		text-align: center;
		color: #000;
		font-size: 15px;
		font-family: verdana, arial, sans-serif;
		margin: 10px auto;
		text-decoration: underline;
		padding: 3px 6px;
	}
	#galleryList a.btn:hover
	{
		color: maroon;
		text-decoration: none;
		padding: 3px 6px;
	}
	
	table#directoryTbl
	{
		border: 1px solid #999;
		margin: 0px auto;
	}
	
	table#directoryTbl th
	{
		background-color: #ccc;
		border: 1px solid #999;
		border-collapse: collapse;
		padding-left: 5px;
		width: 350px;
	}
	table#directoryTbl td
	{
		text-align: center;
		background-color: #eee;
	}
	table#directoryTbl th a
	{
		font-weight: bold;
		color: #8b0000;
	}
	table#directoryTbl th a:hover
	{
		color: #000;
	}
	
	table#directoryTbl p
	{
		 text-align: left;
		 margin-top: 1px;
		 margin-bottom: 1px;
		 font-family: arial, helvetica, sans-serif;
		 font-size: 13px;
	}
	
	.pageMenu
	{
		width: 400px;
		text-align: center;
		display: block;
		margin: 15px 0px 15px 0px;
	}
	.pageMenu a
	{
		padding: 0px 6px;
		border-top: 1px solid #ccc;
		border-right: 1px solid #999;
		border-bottom: 1px solid #999;
		border-left: 1px solid #ccc;
		margin-right: 8px;
		font-size: 13px;
		font-family: arial, sans-serif;
		color: #000;
		line-height: 100%;
	}
	.pageMenu a.on
	{
		background-color: #eee;
		color: maroon;
	}
	.pageMenu a:hover
	{
		border-top: 1px solid #999;
		border-right: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		border-left: 1px solid #999;
		background-color: #eee;
	}
	
	#galleryList
	{
		margin: 0px auto 20px auto;
		text-align: center;
		width: 380px;
		padding: 0;
	}
	#galleryList ul
	{
		font-size: 12px;
		font-family: verdana, "Trebuchet MS", arial, helvetica, sans-serif;
		list-style-type: none;
		margin: 0px auto;
		padding: 0;
	}
	#galleryList ul li
	{
		display: inline;
		text-align: center;
		padding: 0;
	}
	#galleryList ul li a
	{
		float: left;
		width: 180px;
		color: #000;
		text-decoration: none;
		text-align: center;
		padding: 6px 3px;
		border: 1px solid #ccc;
		margin: 3px 2px 3px 0px;;
		display: block;
	}
	#galleryList ul li a:hover
	{
		text-decoration: underline;
		color: maroon;
		background-color: #eee;
	}
	
	/* artists page */
	
	table.artistNav
	{
		margin: 15px auto;
		border: 1px;
		border-style: solid;
		border-color: #000;
		padding: 2px;
		background-color: silver;
	}
	
	table.artistNav td
	{
		font-size: 12px;
		font-weight: bold;
		width: 20px;
		height: 20px;
		text-align: center;
		border: 1px;
		border-style: solid;
		border-color: #000;
		padding: 2px;
		background-color: silver;
	}
	
	
	
	ul#artistList
	{
	font-family: arial, helvetica, sans serif;
	font-size: 13px;
	color: #404040;
	margin: 0;
	padding: 0;
	width: 417px;
	margin: 0px auto;
	}
	
	ul#artistList li
	{
		list-style-type: none;
		display: block;
		float: left;
		width: 139px;
		margin: 6px 0px;
		padding: 0;
		text-align: center;
	}
	
	ul#artistList li a
	{
		font-family: arial, helvetica, sans serif;
		font-size: 13px;
		color: #550055;
	}
	
	ul#artistList li a:hover
	{
		color: #ff6600;
	}
	
	
		table.archiveNav
	{
		margin: 15px auto;
		border: 1px;
		border-style: solid;
		border-color: #000;
		padding: 2px;
		background-color: silver;
	}
	
	table.archiveNav td
	{
		font-size: 12px;
		font-weight: bold;
		width: 20px;
		height: 20px;
		text-align: center;
		border: 1px;
		border-style: solid;
		border-color: #000;
		padding: 2px;
		background-color: silver;
		font-family:Arial, Helvetica, sans-serif;
		font-size: 13px;
	}
	
	table.archiveNav a
	{
		color: #550055;
	}
	
	table.archiveNav a:hover
	{
		color: #ff6600;
	}
