* {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
img.left-img {
	float: left;
	padding: 0 1em 1em 0;
	;
}
img.right-img {
	float: right;
	padding: 0 0 1em 1em;
}
p.center-img {
	text-align: center;
}
li {
	list-style-type: none;
}
a {
	text-decoration: none;
}
body {
	font-size: 81.3%;
}
body, #pageNav, #footer {
	background-color: #293239;
}
#container {
	width: 800px;
	margin-left: 12%;
	margin-top: 18px;
}
#navigation {
	width: 150px;
	float: left;
	background-color: #666666;
	text-align: center;
	margin-top: 3%;
	font-size: .9em;
}
#navigation li {
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#navigation a {
	color: #293239;
	display: block;
	padding: 3px 8px 3px 3px;
	border-right: solid #293239 8px;
	border-bottom: solid #293239 2px;
}
#navigation a:hover {
	background-color: #333333;
	color: #999999;
}
.mainMenuLinkSelected {
	color: #000000;
	background-color: #ffffff;
	font-weight: bold;
}
#content {
	background-color: #ffffff;
	width: 650px;
	margin-left: 150px;
	padding: 1em;
}
#content h2 {
	font-size: 2em;
	text-decoration: underline;
}
#content h5 {
	padding-top: .5em;
}
#content a {
	color: #293239;
	border-bottom: 1px #293239 dotted;
	font-weight: bold;
}
#content a:hover {
	color: #293239;
	border-bottom: 1px #293239 dotted;
	font-weight: normal;
	font-style: italic;
}
#content p {
	padding-bottom: 1.5em;
	font-size: 1.1em;
}
p.lyrics {
	font-style: italic;
}
p.small-text {
	font-size: 60%;
}
p.twofiveone-lyrics {
	font-style: italic;
	margin-left: 251px;
}
ul.musicians {
	padding: 10px 0 10px 0;
}
ul.twofiveone-musicians {
	margin-left: 251px;
	padding: 10px 0 10px 0;
}
ul.twoeightfive-musicians {
	margin-left: 285px;
	padding: 10px 0 10px 0;
}
#intro {
	text-align: center;
}
#intro h1 {
	line-height: 3em;
}
#intro h2 {
	text-decoration: none;
}
#intro h3 {
	font-size: 1.1em;
}
.center-img {
	padding: 10px;
}
#pageNav {
	padding: 10px 0 10px 0;
	width: 650px;
	margin-left: 150px;
}
.lastPage {
	float: left;
}
.nextPage {
	float: right;
}
#footer {
	width: 650px;
	margin-left: 150px;
	clear: both;
	text-align: center;
	padding: 2% 0 2% 0;
}
