@charset "utf-8";
#wrapper h1 {
	height: 100px;
	font-size: 16px;
	color: #FFF;
	vertical-align: top;
	clear: both;
	float: left;
	background-position: center;
	padding-bottom: 0px;
	text-align: left;
	margin-bottom: 0px;
	width: 100%;
	
}

 ul {
	list-style:none;
}
        li {
	float:left;
	margin-right:10px;
	color: #CCC;
}

#contents div table {
	font-size: 14px;
	color: #CCC;
	text-align: center;
	margin-top: 0px;
	padding-top: 0px;
}
#contents div table tr td img {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
h2 {
	color: #900;
	text-align: left;
	font-family: "Courier New", Courier, monospace;
}
#contents .artists p {
	color: #CCC;
}

#wrapper #header {
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	color: #FFC;
	font-size: 16px;
	clear: both;
	width: 100%;
}

body {
	width:850px;
	background-color: #000;
	margin-right: auto;
	margin-left: auto;
}

#footer {
	font-family: "Courier New", Courier, monospace;
	color: #CCC;
	font-size: 16px;
	text-align: center;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #999;
	clear:both;
}

p {
	color: #CCC;
	font-family: "Courier New", Courier, monospace;
    text-align: justify;

}
.navibuttons {
	clear: both;
	height: 150px;
	width: 100%;
	float: left;
}

.news {
	clear: both;
}
.newrelease {
	clear: both;
}
a:link {
	color: #CCC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #C6F;
}
a:hover {
	text-decoration: underline;
	color: #CFF;
}
a:active {
	text-decoration: none;
	color: #FF9;
}
a img {border: none;}
