body {
	font-family: Verdana;
	background-color: #000000;
	color: #ffffff;
}

a:link {
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px dotted #ffffff;
}
a:visited {
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px dotted #ffffff;
}
a:hover {
	color: #c0004e;
	text-decoration: none;
	border-bottom: 1px dotted #c0004e;
}
a:active {
	color: #c0004e;
	text-decoration: none;
}

a.noLine:link {
	color: #ffffff;
	text-decoration: none;
	border-bottom: none;
}
a.noLine:visited {
	color: #ffffff;
	text-decoration: none;
	border-bottom: none;
}
a.noLine:hover {
	color: #c0004e;
	text-decoration: none;
	border-bottom: none;
}
a.noLine:active {
	color: #c0004e;
	text-decoration: none;
	border-bottom: none;
}

img {
	border: none;
}

hr {
	border: 0;
	width: 95%;
	color: #c0004e;
	background-color: #c0004e;
}

#wrapper {
	width: 915px;
	height: 595px;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	border: 1px dotted #c0004e;
	padding: 10px;
}

#header {
	height: 111px;
	background-color: #191a1a;
	text-align: left;
	margin-bottom: 2px;
	background-color: #191a1a;
	background-image: url('/images/header.png');
	background-repeat: no-repeat;
	background-position: right;
}

#navigation {
	float: left;
	width: 85px;
	height: 452px;
	background-color: #191a1a;
	background-image: url('/images/navigation.png');
	padding: 15px;
	margin-right: 2px;
}

.mainBG {
	width: 778px;
	height: 462px;
	padding: 10px;
	float: left;
	background-color: #191a1a;
	background-repeat: no-repeat;
	background-image: url('/images/bg.png');
}

.mainTwinkle {
	width: 778px;
	height: 462px;
	padding: 10px;
	position: relative;
	left: 117px;
	background-color: #191a1a;
	background-repeat: no-repeat;
	z-index: 1;
	margin-bottom: -482px;
}
#twinkle0 {
	background-image: url('/images/bg-twinkle.png');
}
#twinkle1 {
	background-image: url('/images/bg-twinkle2.png');
}
#twinkle2 {
	background-image: url('/images/bg-twinkle3.png');
}
#twinkle3 {
	background-image: url('/images/bg-twinkle4.png');
}
#twinkle4 {
	background-image: url('/images/bg-twinkle5.png');
}

#tag {
	font-size: 12px;
	text-align: center;
	color: #888888;
}

/*
	class: content
	NB: combines categories and artists, becuase they both use the entire "content" area
	one of Artists, News, Store, About Us
		OR an artist profile
*/
.content {
	height: 462px;
	width: 778px;
	text-align: center;
	overflow: hide;
	margin-bottom: -462px;
	position: relative;
	z-index: 5;
	visibility: hidden;
}

/*
	class: scrollable
	for use with "content" classes, as not all content should scroll (eg: artists)
 */
.scrollable {
	overflow: auto;
}

.artistHeader {
	height: 50px;
	width: 778px;
	text-align: center;
}
/*
	div: artist-info
	bio, releases, shows, media
*/
#artistInfo {
	height: 412px;
	width: 778px;
	text-align: center;
	overflow: auto;
	clear: both;
	margin-top: 50px;
	border: red 1px;
	position: relative;
	z-index: 5;
}

.artistReleaseBox {
	clear: both;
}

.albumBox {
	text-align: left;
	float: left;
	position: relative;
	margin: 10px;
}

.center {
	text-align: center;
}
.right {
	text-align: right;
}
