/* general */
body {
	margin: 0;
	background: url(images/background.jpg) no-repeat;
	color: #333333;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

p, li {
	font-size: 11px;
	line-height: 1.3em;
}

a, a:active, a:visited {
	text-decoration: underline;
	color: #C3141B;
}

a:hover {
	text-decoration: none;
	color: #C3141B;
}

/* table */

table {
	padding: 0;
	margin: 0;
}

td {
	vertical-align: top;
}

table.nav {
	width: 299px;
}

table.nav tr td {
	text-align: center;
	height: 22px;
	vertical-align: middle;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}

table.nav tr td p {
	font-weight: bold;
}

table.nav a, table.nav a:active, table.nav a:visited {
	text-decoration: none;
	color: #333333;
}

table.nav a:hover {
	text-decoration: none;
	color: #C3141B;
}

table.content {
	width: 459px;
}

table.content tr td {
	padding: 10px;
	text-align: left;
}

table.news {
	width: 298px;
}

table.biopics tr td {
	text-align: center;
	padding-left: 18px;
	padding-right: 18px;
}

table.news tr td, table.bio tr td {
	padding: 8px;
}

table.music tr td {
	padding: 0 12px 0 0;
}

table.music tr td p {
	margin: 0 0 0 0;
}

/* image */

img {
	border: 0;
}
.music2 {
	color: #0000FF;
	text-decoration: underline;
}
.music2:hover{
	color: #0000FF;
	text-decoration: none;
}
