/* CSS Document */
body {
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	background-color: #f3f3ff;
}
td {
	vertical-align: text-top;
}
hr { padding-top: 20px; }
a { text-decoration: none; }
a:hover { color: #66f; }

#main {
	position: relative;
	left: 0px;
	top: 0px;
	padding: 0px;
	spacing: 0px;
}
#top {
	width: 100%;
}
#logo {
	height: 177px;
	background-image:url('images/headbgtitle.jpg');
	color: #fff;
	padding: 0px;
}

#toplinks {
/*	position: relative;
	top: 180px;
	left: 0px; */
	height: 24px; 
	background-color: #000;
	padding-top: 10px;
	padding-left:20px;
	font-weight: bold;
}
#toplinks span {
	padding-top: 10px;
	padding-left: 20px;
	padding-bottom: 15px;
	text-transform: uppercase;
	color: #fff;
}
#toplinks span a {
	color: #fff;
	text-decoration: none;
	font-size: 0.9em;
}
#toplinks span a:hover {
  color: #66f;
	text-decoration: none;
	font-size: 0.9em;
}
#fade {
	background-image:url('images/fadebg.jpg');
	background-repeat: repeat-x;
	width: 100%;
	height: 30px;
}

#centerpane {
	float: right;
	width: 100%;
}

#rightpane {
	float: left;
	width: 300px;
}
#center {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
}
#indextable {
	/*background-color: #f9f9ff;*/
}
#indextable td {
  border-style:solid none none none;
  border-color: #fff;
}
.intro {
	color: #003;
	font-weight: bold;
}
.songlist {
	font-weight: bold;
	color: #999;
	font-size: 0.9em;
}

.title {
	font-weight: bold;
	color: #99f
}
.title a {
	text-decoration: none;
	color: #99f;
}
.title a:hover {
	color: #66f;
}

form {
  border-style:solid none none none;
  border-color: #fff;
  padding-left: 40px;
}

.pressRelease {
  margin-left:50px;
  width:550px;
  height:60px;
}
