@charset "UTF-8";
/* CSS Document */


table#artGallery {
	border-collapse:collapse;
	width:690px;
	margin:5px auto 30px auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	}
	
	
table#artGallery caption {
	font-family:Verdana, Arial, Helvetica, sans-serif; 		
	color: #999;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	}
	
	
table#artGallery tr.artName {
	text-align:center;   /*THIS RULE IS ALIGNING THE IMG TO THE CENT OF THE CELL*/
	color:#999999;
	font-size:155%;
	font-weight:normal;
	padding-bottom:10px;
	width:230px;
	}
	
table#artGallery tr.artName td{
	padding-bottom: 3px;
	}
		
		
table#artGallery tr.bioBar {
	color: #666;
	background: #FFFFFF;
	font-size:100%;
	text-align:center;
	}


table#artGallery tr.bioBar td {   /* this controlls bottom space of about artist txt */
	padding:0;
	}
	

/* ============= TABLE LINKS==============*/

table#artGallery tr.bioBar a:link, table#artGallery tr.bioBar a:visited {
	color: #666;
	font-size:100%;
	text-align:center;
	text-decoration:none;
	padding: 0 10px 0 10px;
	background-color: transparent;
	}
	
	
	
table#artGallery tr.bioBar a:hover, table#artGallery tr.bioBar a:active {
	color: #093;
	font-size:100%;
	text-align:center;
	text-decoration:underline;
	background-color: transparent;
	}
	
	
/* ARTIST NAME LINK */	
	

table#artGallery tr.artName a:link, table#artGallery tr.artName a:visited {
	color: #999;
	font-size:100%;
	text-align:center;
	text-decoration:none;
	padding: 0 10px 0 10px;
	background-color: transparent;
	}
	
	
	
table#artGallery tr.artName a:hover, table#artGallery tr.artName a:active {
	color: #933;
	font-size:100%;
	text-align:center;
	text-decoration:underline;
	}
	
	
	

	
table#artGallery img {
	border:0;
	margin: 35px 0 2px 0;
	}	

