@charset "UTF-8";
/* CSS Document */

body {
	background-color: #000000;
	background-image: url(images/bg.png);
	background-repeat: repeat-y;
	background-position: center;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: underline;
	color: #FFFFFF;
}


.container {
	margin: 0px;
	width: 100%;
	background-image: url(images/menushadow.png);
	background-repeat: repeat-x;
	background-position: top;
	}
.pic {
	border: solid 1px #fff;
	margin: 100px;
	}
.menubar {
	display: block;
	width: 100%;
	background-color: #000;
	height: 30px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin: 0px;
	position: absolute;
	z-index: 5;
	left: 0px;
	top: 0px;
}
.menuitems a {
	margin: 0 20px;
	text-decoration: none;
	}
.menuitems {
	width: 940px;
	text-align: right;
	font-weight: bold;
	margin: 0 auto;
	z-index: 5;
}
.header {
	width: 940px;
	margin: 0 auto;
}
.header img {
	position: relative;
	z-index: 2;
	left: -128px;
}
.content .player {
	background-image: url(images/cellbg.png);
	background-repeat: repeat;
	margin-bottom: 20px;
	padding: 0;
}
.content .box {
	background-image: url(images/cellbg.png);
	background-repeat: repeat;
	margin-bottom: 20px;
	border: 1px solid #6294B0;
}
.songbio_menu {
	background-image: url(images/song_linkbar.png);
	width: 100%;
	height: 30px;
	text-align: right;
}
.songbio_menu p {
	margin: 0;
	padding-top: 7px;
	padding-right: 65px;
}
.content .player #networklinks {
	padding: 15px;
	text-align: center;
}
.content  .player  #pagetitle  {
	padding-top: 10px;
	padding-left: 20px;
	padding-bottom: 10px;
	text-align: left;
}
h1  {
	margin-top: 0;
}

.content .player #networklinks img {
	padding-left: 15px;
	padding-right: 15px;
}
.content {
	width: 940px;
	margin: 0 auto;
	position: relative;
	top: -115px;
	z-index: 3;
}
.footer {
	margin: 0 auto;
	width: 940px;
	position: relative;
	top: -75px;
}
h2 {
	color: #54B9E1;
}
.clear { clear: both; }
