body {
	background-color: #333;
	font-family: "Verdana",sans-serif;
	font-size: 11pt;
}

#navcontainer {
	position: relative;
	margin: 0 auto;
	width: 750px;
	height: 25px;
}

.nav {
	position: absolute;
	top: 0px;
	padding: 0px;
	height: 25px;
	width: 750px;
	text-align: center;
	font-size: 12px;
}
.nav a {
	margin: 5px;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	color: #333;
}
.nav a:hover {
	text-decoration: underline;
}
.nav div {
	padding: 5px;
}

#header {
	position: relative;
	top: 10px;
	padding: 0px;
	margin: 0 auto;
	width: 750px;
	height: 115px;
}

#header h1 {
	padding: 0px;
	margin: 0px;
}

#header img {
	border: none;
}

#content, #footer {
	position: relative;
	margin: 0 auto;
	width: 750px;
}

#footer {
	background-color: #5A5A5A;
	font-size: 10px;
	color: #FFF;
	margin-bottom: 50px;
}

#footerinner {
	padding: 5px;
	text-align: center;
}

#contentinner {
	border: 1px solid #5A5A5A;
	padding: 20px;
	min-height: 250px;
	background-color: white;
}

p {
	margin-bottom: 10px;
	text-indent: 1em;
	text-align: justify;
}

a {
	color: #009;
}

body {
	margin: 0px;
}

#red { background-image: url(../png/red.png); }
#green { background-image: url(../png/green.png); }
#blue { background-image: url(../png/blue.png); }
#yellow { background-image: url(../png/yellow.png); }

#lyrics-nav {
	background-color: #CCC;
	float: right;
	margin: 10px;
}

#lyrics-nav a {
	display: block;
	padding: 2px;
	color: #333;
	border-bottom: 1px dotted;
	text-decoration: none;
}

#lyrics-nav a:hover {
	color: #666;
}

.credit {
	font-size: 10pt;
	font-style: italic;
	text-indent: 0px;
	margin-left: 5px;
}

.verse,.chorus,.bridge { text-indent: 0px; }
.chorus { font-weight: bold; }
.bridge { font-style: italic; }