*
{
	font-family: "lucida Grande",helvetica,tahoma,arial,sans-serif;
}

#force-scroll 
{
	position:absolute;
	top:0;
	bottom:-0.1px;
	width:1em;
	z-index:-1;
}

body 
{
	margin: 0px 0px 0px 0px;
	background-color: black;
	font-size: 62.5%;	
	overfl
}

a
{
	color: violet;
}

a:hover
{
	color: orange;
}

#wrapper
{
	width: 800px;
}

#frame td
{
	vertical-align: top;
}

#frame td#frameCenter
{
	background-color: #181818;
}

#header
{
	height: 126px;
	text-align: center;
}

#header #logo
{
	padding-top: 10px;
}

#artistPopup
{
	position: absolute;
	padding: 145px 0px 115px 0px;
	top: 0px;
	left: 0px;
	width: 100%;
	line-height: 24px;
	font-size: 12px;
	text-align: center;	
}

#artistPopupPane
{
	width: 180px;
	padding: 50px 10px 10px 10px;
}

#artistPopupPane div
{
	border: 1px solid #333333;
	background-color: #181818;
	padding: 10px 0px 10px 0px;	
}

#artistPopupPane div a
{
	display: block;
	color: white;
	text-decoration: none;
}

#artistPopupPane div a:hover
{
	display: block;
	padding: 0px;
	color: white;
	text-decoration: none;
	background-color: #222222;
}


div.content
{
	width: 800px;
	color: white;
	text-align: justify; 
}

div.content div.banner
{
	background-color: black;
	height: 334px;
}

div.content div.banner .bannerImage
{
}

div.content div.shadow
{
	background-image: url(/images/drop_shadow.jpg);
	height: 20px;
	font-size: 1px;
}
	
.copy
{
	line-height: 20px;
}

/* ================================================================================================================== */
.l { text-align: left; }
.c { text-align: center; }
.r { text-align: right; }

.pad10 { padding: 10px; }

.black { background-color: black; }


