
					
a img {border: none; }
					
a:link     {text-decoration:none}
a:visited  {text-decoration:none}
a:active   {text-decoration:none}
a:hover    {color:#FF0000}
					
a.nav2:link     {color:black; text-decoration:none}
a.nav2:visited  {color:black; text-decoration:none}
a.nav2:active   {color:black; text-decoration:none}
a.nav2:hover    {color:#FF0000}
					
a.nav:link     {color:black; text-decoration:none}
a.nav:visited  {color:black; text-decoration:none}
a.nav:active   {color:black; text-decoration:none}
a.nav:hover    {color:#FF0000}
					
p.nav         {font-family: Arial, Helvetica, sans-serif; font-size:14px; font-weight:bold; text-align: center; }
p.title       {font-family: Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold;}
p.name        {font-family: Arial, Helvetica, sans-serif; font-size:36px; font-weight:bold; color: #EF7E1B;}
p.attributes  {font-family: Arial, Helvetica, sans-serif; font-size:12px;}
					
.nav         {font-family: Arial, Helvetica, sans-serif; font-size:14px; font-weight:bold; text-align: center; }
.title       {font-family: Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold;}
.name        {font-family: Arial, Helvetica, sans-serif; font-size:36px; font-weight:bold; color: #EF7E1B;}
.nav2        {font-family: Arial, Helvetica, sans-serif; font-size:14px; font-weight:bold; color: #FFFFFF;}
.attributes  {font-family: Arial, Helvetica, sans-serif; font-size:12px;}


#content {
	position:relative;
	display:block;
	font-family:verdana, arial, sans-serif; 
	font-weight:normal; 
	font-size:18px;
	font-variant: small-caps;
	left:200px;
	width:528px;
}

div.header {
	position:relative;
	width:745px;
	height:90px;
	padding:1px;
	/* border:1px solid #888;
	background-color: #888; */
}
.left_nav {
	position: absolute;
	top:5px;  
	left:20px;  
	width:100px; 
	height:25px;
}
.right_nav {
	position: absolute; 
	top:5px;  
	right:10px;  
	width:100px; 
	height:25px;
}
.artist {
	position: absolute; top:20px; left:120px; width:440px; height:25px;
	font-variant: small-caps; font-family: Arial, Helvetica, sans-serif; font-size:36px; font-weight:bold; color: #EF7E1B;
}

body {
	background-color: white;
}

#gallery {
	width:728px; height:620px;
	padding:10px; border:1px solid #333;
	position:relative;
	background-color: white;
}

#gallery b.default      {position:absolute; left:10px; top:10px; width:548px; height:425px; text-align:center;}
#gallery b.default img  {display:block; margin:0 auto 10px auto; border:0px }
#gallery b.default span {display:block; width:350px; margin:0 auto; color:black; 
							font-family:verdana, arial, sans-serif; font-weight:normal; font-size:11px; }

#gallery ul    {position:relative; float:right; padding:0; margin:0; width:180px; list-style:none; }
#gallery ul li {display:inline; width:52px; height:52px; float:left; margin:0 0 5px 5px;}

#gallery ul li a {display:block; width:50px; height:50px; text-decoration:none; 
					border:1px solid #000; border-color:#eee #555 #333 #ddd;}
#gallery ul li a span {display:none;}
#gallery ul li a img  {display:block; width:50px; height:50px; border:0;}

#gallery ul li a:hover {white-space:normal; border-color:#555 #ddd #eee #333; background:#777;}
#gallery ul li a:hover b {position:absolute; left:-548px; top:0; width:552px; height:425px; 
							text-align:center; background:white; z-index:20;}
#gallery ul li a:hover span {display:block; width:350px; margin:0 auto; color:black; 
								font-family:verdana, arial, sans-serif; font-weight:normal; font-size:11px;}
#gallery ul li a:hover img {margin:0 auto 10px auto; width:auto; height:auto; border:1px solid #eee; } 

#gallery ul li a:active, #gallery ul li a:focus {white-space:normal; border-color:#555 #ddd #eee #333; background:#777;}
#gallery ul li a:active b, #gallery ul li a:focus b {position:absolute; left:-548px; top:0; width:548px; height:425px; 
														text-align:center; background:#FFF; z-index:10;}
#gallery ul li a:active span, #gallery ul li a:focus span {display:block; width:350px; margin:0 auto; color:black; 
											font-family:verdana, arial, sans-serif; font-weight:normal; font-size:11px; }
#gallery ul li a:active img, #gallery ul li a:focus img{margin:0 auto 10px auto; width:auto; height:auto; border:1px solid #eee; }