/* CSS Document */

BODY {
	margin:0;
	COLOR: #000; 
	BACKGROUND-COLOR: #d2d3d5;
	font-family:tahoma,sans-serif;
	font-size:85%;
	padding:0;
	text-align:center;
}

#wrapper {
	BACKGROUND-COLOR: #d2d3d5;	/* #a6a6a6*/
	WIDTH: 115.23ex;
	min-width: 760px;
	height: 600px;
	MARGIN:0px  auto;
	TEXT-ALIGN: center;
}

#border{
	position: relative;
	top:30px;
	WIDTH: 790px;
	height:570px;
	background-color:#d2d3d5;
	MARGIN:0px  auto;

}


#border2{
	position: relative;
	top:0px;
	WIDTH: 790px;
	height:570px;
	background-color:#d2d3d5;
	MARGIN:0px  auto;

}
#borderPhoto{
	position: relative;
	top:37px;
	WIDTH: 790px;
	height:563px;
	background-color:#d2d3d5;
	MARGIN:0px  auto;

}

#copy{
	position: relative;
	top:30px;
	WIDTH: 790px;
	height:470px;
	background-color:#d2d3d5;
	MARGIN:0px  auto;

}

#logoline{
	position: relative;
	top:0px;
	WIDTH: 790px;
	height:93px;
	background-color:#d2d3d5;
	MARGIN:0px  auto;

}
#logolinePhoto{
	position: relative;
	top:63px;
	WIDTH: 790px;
	height:93px;
	background-color:#d2d3d5;
	MARGIN:0px  auto;

}

#galbtn{
	position: relative;
	top:-120px;			/*-182*/
	left:380px;		/*-420*/
	WIDTH: 22px;		/*16*/
	height:22px;
	background-color:#d2d3d5;
	MARGIN:0px  auto;

}

.Copy
{
position: relative;
top:-10px;
font-size: 9px;
font-weight: normal;
color:#afb0b3;
text-align: left;

}

.Copy2
{

font-size: 9px;
font-weight: normal;
color:#afb0b3;

}
/************** utility styles *****************/

#utility{
	font: 75% Verdana,sans-serif;
	position: absolute;
	top: 16px;
	right: 10px;
	color: #ff0000;
	z-index:100;
}

#utility a{
	color: #000000;
	z-index:100;
}

#utility a:hover{
	text-decoration: underline;
	t
	z-index:100;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;/*005FA9*/
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

a.ArtistLink       
  {color: #000000; 
  text-decoration: none; 
  font-weight: bold; 
  font-size: 11px; 
  font-family: verdana, tahoma, arial; 
  font-style: normal; 
  PADDING-LEFT: 10px;
  WIDTH: 100%; 
	}
	
	a.ArtistLink:link,  a.ArtistLink:visited     
  {color: #000000; 
  text-decoration: none; 
  font-weight: bold; 
  font-size: 11px; 
  font-family: verdana, tahoma, arial; 
  font-style: normal; 
  PADDING-LEFT: 10px;
  WIDTH: 100%; 
	}

 a.ArtistLink:hover{
  color: #666666;  
  text-decoration: underline;
   }