body {
	background-color: #000;
}

#header {
	background-color: #000;
}

.two-thirds {
	margin-top: 50px;
	width: 630px;
} 

#rates {
	float: right;
	margin-top: 50px;
	width: 260px;
	height: 260px;
	padding: 20px;
	border-left: 2px groove #EED; 
	border-right: 2px groove #EED; 
	text-align: center;
}

#rates p {
	font-size: 14px;
	line-height: 28px;
	letter-spacing: 2px;
}

#rates img {
	margin-top: 10px;
}

a img, a:visited img {
	border: 1px solid #ddd;
	text-decoration: none;
}

a:hover img {
	border: 1px solid #555;
}


h2 {
	font-family: georgia, "times new roman", sans-serif;
	font-size: 20px;
	line-height: 30px;
	color: #4a4a4a;
	font-variant: normal;
	font-style: italic;
	margin-top: 40px;
	margin-bottom: 30px;
}
	

a, a:visited {
	color: #660000;
	text-decoration: none;
}

a:hover {
	color: #cc0000;
	text-decoration: underline;
}


.flourish {
	margin-bottom: 50px;
}

p {
	font-size: 16px;
	line-height: 26px;
}

a.songs, a.songs:visited {
	font-variant: small-caps;
	
	margin-top: 5px;
	padding: 5px;
	padding-left: 15px;
	display: block;
	width: 310px;
	height: 20px;
	background-color: #CCC;
	border-radius: 8px;
	-moz-border-radius: 3px;
	-webkit-box-shadow: 2px 0px 2px 0px #bbb;
	box-shadow: 2px 0px 2px 0px #bbb;
}

a.songs:hover {
	background-color: #DDD;
	text-decoration: none;
	-webkit-box-shadow: -2px 0px 2px 0px #bbb;
	box-shadow: -2px 0px 2px 0px #bbb;
}

