* {
	margin: 0px;
	padding: 0px;
}
body {
	color: #FFF;
	background: #333;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h1 {
	background: url(images/logo.png) no-repeat center top;
	text-indent: -8888px;
	line-height: 105px;
	margin-top: 20px;
}
h3 {
	font-size: .95em;
	font-weight: 500;
	margin: 15px 0px 10px;
	line-height: 1.4em;
	text-indent: 1em;
}
h4 {
	font-size: 1em;
}
p {
	font-size: 0.9em;
	margin-top: 1em;
	line-height: 1.3em;
}
a:link, a:visited {
	color: #C90;
	text-decoration: none;
}
a:hover, a:active{
	text-decoration: underline;
	color: #ffffff;
}
#branding {
	height: 105px;
	text-align: center;
}
#wrapper {
	width: 700px;
	margin: 0px auto;
}
#navBar {
	list-style-type: none;
	margin: 0px 0px 20px 50px;
	height: 24px;
}
#navBar li {
	font-size: 14px;
	font-weight: 500;
	float: left;
	text-align: center;
	line-height: 24px;
	width: 100px;
	border-top: 1px solid #404040;
	border-bottom: 1px solid #404040;
}
#navBar a {
	display: block;
}
#navBar a:link, #navBar a:visited {
	text-decoration: none;
}
#navBar a:hover, #navBar a:active {
	text-decoration: none;
	color: #FFF;
}
#navBar .selected {
	color: #777;
}
#footer {
	border-top: 1px solid #333;
	margin: 12px 0px;
	clear: both;
}
#footer p {
	font-size: .8em;
	text-align: center;
}
#songinfo p {
	margin: 0px 0px 0px 50px;
}
#songinfo h4 {
	margin: 20px 0px;
}
#songinfo h5 {
	font-size: .9em;
	line-height: 1.3em;
	margin: 18px 0px 10px 24px;
}
/* classes */
.content1 {
	width: 300px;
	margin: 10px 0px 20px 44px;
	text-align: center;
	float: left;
}
.content2 {
	width: 300px;
	margin: 10px 44px 20px 0px;
	float: right;
	text-align: center;
}
.centertxt {
	text-align: center;
	text-indent: 0px;
}
