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

body {
	background-color: #a66d47;
	font-size: 77%;
	font-family: Arial, Helvetica, sans-serifArial, Helvetica, sans-serif;
	margin: 0;
	color:#ffffff;
}

p, td, th, tr, table, div, span, fieldset, ul, ol, li {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.6em;
}

td {
	vertical-align: top;
	padding: 0;
}
h1 {
	font-size: inherit;
	color: #fbcd8a;
	font-weight: bold;
	margin-top: 0;
}
.stripes {
	background-image: url(images/stripe-background.gif);
}
.links {
	vertical-align: bottom;
	padding: 0 0 12px;
}
.links a {
	margin: 0 10px;
}

table.jukebox {
	width: 180px;
	margin-left: 40px;
}
table.player
	color: #a76d47

table.jukebox td {
	text-align:left;
}
table.jukebox td.song {
	width: 140px;
}
table.jukebox td.listen {
	width: 40px;
}
table.jukebox td a {
	text-decoration: underline;
}

table.main {
	width: 950px;
	margin: 0 auto;
	background-color:#a66d47;
}

table.main td.centerCol {
	width: 664px;
	padding: 0px 30px 10px 20px;
}

table.main td.rightEdge {
	width: 16px;
}

table.main td.rightCol {
	width: 253px;
}

table.main td.leftEdge {
	width: 17px;
}

a:link, a:active, a:hover, a:visited {
	color: white;
	text-decoration: none;
}

