* {
	padding:0;
	margin:0;
	border:0;
}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:62.5%;
	text-align:center;
	background-color: #000;
	margin-top:21px;
}
h1 {
	font: 3em bold Gill Sans, sans-serif;
	color:red;
	text-align:center;
	padding:0 0 30px 0;
}
h1.cat {
	font-family : Baskerville Old Face, serif;
	font-size : 38pt;
	color : #008000;
	text-align="center";
}
h2 {
	font: 2.5em bold Gill Sans, sans-serif;
	color:red;
	padding: 10px 0 20px 0;
}
h3 {
	font: 2em bold Gill Sans, sans-serif;
	color:red;
	padding: 10px 0 20px 0;
}
h4, h5, h6 {
	font: 1.6em bold Gill Sans, sans-serif;
	color:red;
	padding:0 0 30px 0;
}
p {
	font-size:1.4em;
	color:#000;
	padding:10px 0;
}

p.white {
	color:#fff;
}

p.menu {
	border: 1px white;
}
p.script {
	text-align:center;
	font-family: Lucida Handwriting, script;
	color:#8080FF;
}
em {
  font-style : normal;
  background-color : yellow;
}
ul, ol {
	font-size:1.4em;
	padding-left: 40px;
}
ul.front {
	font-size:1em;
	padding: 0;
}
a:link, a:visited {
	color: #9F0050;
}
a:hover {
	text-decoration:none;
	color: red;
}

#container {
	text-align:center;
	margin:0 auto;
}
#header {
	width:876px;
	text-align:left;
	margin:0 auto;
	position:relative;
}
#logo h1 {
	font: 30pt bold Gill Sans, sans-serif;
	color: white;
	margin-bottom: 30px;
}
.red {
	color: red;
}
.clear {
	clear: both;
	height: 30px;
}

.right {
	text-align: right;
}


table.lyrics {
	font-size:1.4em;
}

table.discog {
	font-size:1.2em;
}
table.discog td {
	vertical-align: top;
}
#navigation {
	background-image:url(images/bg-nav1.gif);
	background-repeat:no-repeat;
	height:46px;
	width:876px;
}
#navigation ul {
	margin:0 0 0 28px;
	padding:0;
}
#navigation ul li {
	padding:0 10px 0 0;
	margin:8px 0 0 0;
	list-style:none;
	float:left;
	border-right: 1px dotted white;
}
#navigation ul li.noborder {
	border: 0;
}
#navigation ul li a:link, #navigation ul li a:visited {
	margin:0 0 0 6px;
	display: block;
	font-size: 12px;
	color:#fff;
	text-align:center;
	text-decoration:none;
	height:31px;
	background-position:top;
	background-repeat:no-repeat;
	line-height: 250%;
	background-image: url(images/nav-home1.gif);
	width:100px;
}
#navigation ul li a:hover {
	background-position:bottom;
	text-decoration:none;
}
#banner {
	text-align:center;
	margin:0 auto;
	width:876px;
	background-image:url(images/banner2.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	height:100px;
}
#banner em {
	display:none;
}
#contentfront {
	overflow:auto;
	text-align:center;
	margin:0 auto;
	width:876px;
}
#main {
	text-align:left;
	margin:0 auto;
	width:876px;
	background-color:white;
}
#main img {
	margin:0 10px 10px 10px;
}
#content {
	text-align:left;
	padding: 30px 40px;
}
#left {
	float:left;
	text-align:left;
	width:203px;
	padding:10px;
	color: #fff;
}
#left a:link, #left a:visited {
	color: white;
	text-decoration: none;
}
#left a:hover {
	color: red;
	text-decoration: none;
}
#left ul li {
	font-size: 1.2em;
	margin-left: 15px;
	margin-bottom: 15px;
}
#left h1 {
	padding-top: 10px;
	height:30px;
	border-bottom: 2px groove gray;
	color: #fff;
}
#right {
	float:left;
	text-align:middle;
	padding:25px;
}
#newspaper {
	font-family: Times New Roman, Times Roman, serif;
}
#footer {
	clear: both;
	margin:0 auto;
	width:876px;
	height:46px;
	background-image:url(images/footer.gif);
}

