@charset "UTF-8";
/* CSS Document */

body {
	background-color: #e0dfe4;
	color: #ffffff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
.main {
	background-color: #007d43;
}
.navbar {
	background-color: #999999;
}
.centre {
	background-color: #53583d;
}

#navigation {
	padding: 0;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
}
#navigation li {
   margin-top: 3px;
   margin-bottom: 0px;
}
#navigation a {
	color: #fff;
	display: inline;
	width: 55px;
	padding-left: 0px;
	text-decoration: none;
	text-align: center;
	font: bold 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#navigation a:hover {
   color: #7d7f7e;
   text-decoration: none;
}
	#home #homelink,
#book #booklink,
#narrator #narratorlink,
#band #bandlink,
#cd #cdlink,
#dates #dateslink,
#author #authorlink,
#reviews #reviewslink,
#radio #radiolink,
#lyrics #lyricslink,
#credits #creditslink,
#links #linkslink,
#contact #contactlink {
	color: #7d7f7e;
}

.navwhite:link {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bolder;
	color: #ccc;	
}
.navwhite:visited {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	color: #ccc;
}
.navwhite:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}
.navblack:link {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bolder;
	color: #333333;	
}
.navblack:visited {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	color: #333333;
}
.navblack:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	color: #ccc;
}
.sidebar {
	background-color: #479e6e;
}
.padding-right{
	padding-right: 15px;
}

.padding-left{
	padding-left: 15px;
}

