* { 
 margin: 0; 
 padding: 0; 
}
a:link, a:visited {
	color: #ffffcc;
	text-decoration: none;
	border-bottom: 1px dotted #ffffcc;
}
a:hover {
	color: #ffffff;
	text-decoration: underline;
	border-bottom: none;
}
body {
	text-align: center;
	background: url(../images/gfx/header_bkg.jpg)  no-repeat top fixed;	
	background-color: #660000;
}  
#header {
	height: 290px;
	width: 800px;
	background: url(../images/gfx/header.jpg) no-repeat;
} 
#content-primary {
	width: 600px;
	text-align: left;
	vertical-align: top;
}
#content-primary p {
	color: #e6e6e6;
	text-align: left;
	font: 14px Arial, Helvetica, sans-serif;
	margin: 20px 30px 20px 10px;
}
#content-secondary { 
 float: right; 
 width: 180px; 
}
.endorsementclose {
	font-weight: bold;
}
#footer {
	padding-top: 5px;
	background: url(../images/gfx/footer.jpg) no-repeat bottom;
	text-align: center;
	vertical-align: top;
	height: 125px;
	font: 12px arial;
	color: #ffffff;
} 
.clear { 
 clear: both; 
}
.lhcd {
	text-align: center;
	font: bold 13px/15px arial;
	margin: 50px 10px;
	color: #ffffcc;
}
.lhcd img {
	border: 0;
}
.lhcd .title {
	margin-top: 5px;
	color: #ffffff;
	font-size: 15px;
}
#mid {
	width: 800px;
	border: 0;
	padding: 0;
	background: url(../images/gfx/mid_bkg.jpg) repeat-y;
}
#musictable {
	margin: 0 auto;
	width: 570px;
	border: 1px solid #e6e6e6;
	border-collapse: collapse;
	font: 14px arial;
}
#musictable td, #musictable th {
	padding: 3px;
}
#page {
	margin: 0 auto;
	width: 800px;
	text-align: left;
	background-color: #16110e;
}
.trackinfo {font-style: italic;
	color: #b35555;
	margin-left: 15px;
	font-size: 11px;
	font-weight: bold;
}
.passion {
	font-weight: bold;
	color: #FF0000;
	font-style: italic;
	font-size: 17px;
}