body {
	margin: 0;
	padding: 0;
	background: #000000;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
}
p { padding-left: 5px; }

h1, h2, h3 {
	color: #262914;
}

h2 {
	font-size: 1.6em;
}

h3 {
	margin: 0;
	font-size: 1em;
}

a:link {
	border-bottom: 1px dotted #CCCCCC;
	text-decoration: none;
	color: #3284B5;
}

a:hover {
	border: none;
}

img {
	border: none;
}

/* Header */

#header {
	width: 800px;
	height: 200px;
	margin: 0 auto;
	background: url(images/img1.jpg) no-repeat;
}

#header * {
	margin: 0;
	border: none;
	text-decoration: none;
	text-transform: lowercase;
	font-weight: normal;
	color: #FFFFFF;
}

#header h1 {
	float: left;
	padding: 140px 0 0 20px;
	font-size: 3em;
}

#header h2 {
	float: left;
	padding: 165px 0 0 3px;
	font-size: 1em;
}


#content {
	width: 800px;
	margin: 0 auto;
	background: url(images/img4.gif);
}

#footer {
	width: 800px;
	margin: 0 auto;
	padding: 10px 0;
	background: url(images/img6.gif) repeat-x;
	font-size: smaller;
}

#footer * {
	color: #666666;
}
#songs {
    padding: 25px 10px;
}
#songs table td{
    height: 42px;
}
#newsong {
     display:none;
}
.icon {
    display:none;
}
.wave {
      font-size: 12px;
}
.small {
    font-size: 10px;
    margin-left: 10px;
}
#quote {
    padding: 20px;
    text-align: center;
}
.selected {
    font-size: 20px;
}