body{
  background: #000;
  font-family: verdana;
  font-weight: bold;
  color: #d7d7d7;
 
}
a:link {text-decoration: none; color:#fff}
a:visited {text-decoration: none; color:#fff}
a:active {text-decoration: none; color:#fff}
a:hover {text-decoration: underline; color: #dedede;}


p{
  font-family: verdana;
  font-weight: bold;
  color: #d7d7d7;
  font-size: 14;

}
p.bio{
  font-family: verdana;
  font-weight: bold;
  color: #878787;
  font-size: 12;
  text-align: left;
}

h2{
  color: #000;
}

#store {
  

}


td.names{
  font-size:12px;

}

table.footer{
  background-color: #494cff;
}

/*pop up for artists */

#fade { /*--Transparent background layer--*/
	display: none; /*--hidden by default--*/
	background: #000;
	position: fixed; left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: .80;
	z-index: 9999;
}
.popup_block{
	display: none; /*--hidden by default--*/
	background: #fff;
	padding: 20px;
	border: 20px solid #ddd;
	float: left;
	font-size: 1.2em;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 99999;
	/*--CSS3 Box Shadows--*/
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	/*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
img.btn_close {
	border: none;
  float: right;
	margin: -55px -55px 0 0;
}
/*--Making IE6 Understand Fixed Positioning--*/
*html #fade {
	position: absolute;
}
*html .popup_block {
	position: absolute;
}


#contact {
  width: 290px;
  height: 210px;
}

#contact-form{
  background: url('/images/contactbox.png');
  border: none;
  font-family:"verdana," sans-serif;
  color: #fff;
  font-size: 24;
  font-weight: bold;
}


fieldset {
  border: none;
}


input.text {
  font-family: Lucida, sans-serif;
  font-size: 14;
  color: #fff;
  background: none;
  border: none;
  width: 118;
  margin-top:22;
}
input#name{
  margin-right:7;
}
input#email{
  margin-right:5;
}

#message {
  font-family: Lucida, sans-serif ;
  font-size: 14;
  color: #fff;
  background: none;
  border: none;
  margin-top:25;

}
#send {
  color: #fff;
  border: none;
  background: none;
  margin-top:4;
  margin-left:175;
  /*height: 26;*/
  width:80;
}
.error{
  font-family: Lucida, sans-serif ;
  font-size: 12;
  font-weight: bold;
  color: #cb0000;
  position: absolute;
  top: 475;
  margin-left: 22;
}

