@charset "UTF-8";

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #959597;
	background-image: url(images/bkgd_concrete.jpg);
	background-repeat: repeat-x;
	line-height: 20px;
}

.cdArea {
	background-repeat: no-repeat;
	padding: 120px 0px 0px;
	margin-top: 60px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	background-image: url(images/bandname.png);
	background-position: center top;
}

.albumText {
	background-color: #000000;
	color: #CCCCCC;
	font-style: oblique;
}

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

.footerText {
	color: #333333;
	font-size: 11px;
	line-height: 20px;
}
.footerTextLight {
	color: #666666;
}


.footerText a:link {
  color: #333333;
  text-decoration: underline;
}
.footerText a:visited {
  color: #333333;
  text-decoration: underline;
}
.footerText a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}
.footerText a:active {
  color: #333333;
  text-decoration: underline;
}
.newText {
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #C26729;
}

