* {
	margin: 0;
	padding: 0;
	}
img {
	border: 0;
	}
body {	
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: small;
	color: #222;				/*v dark grey*/
	background-color: #DCDCDC;		/*gainsboro*/
	}
#header {
	height: 126px;
	background-color: #696969;		/*dim gray*/
	}
#headerleft {
	float: left;
	height: 126px;
	width: 300px;
	}
#headerright {
	float: right;
	height: 126px;
	background-color: #696969;		/*dim gray*/
	color: white;
	}
h1 {
	font-size: 2.2em;
	letter-spacing: 0.2em;
	margin: 1.5em 6px 0 0;
	}
#container {
	background-image: url(greyblock.jpg);
	background-repeat: repeat-y;
	}	
#navigation {
	width: 300px;
	float: left;
	background-color: #696969;		/*dim gray*/
	color: white;
	font-size: 1.1em;
	}
#navigation h1 {
	font-size: 1.8em;
	letter-spacing: 0.2em;
	margin: 1em 0 0 1.15em;
	}
ul {
	margin: 1em 0 1em 2.2em;		/* T R B L */
	list-style-type: none;
	}
ul.sublist {
	margin: 0 0 0 1.2em;
	}
li {
	margin: 0.4em 0 0.4em 0;		/* T R B L */
	}
li.activepage {
	font-size: 1.1em;
	font-weight: bold;
	list-style-type: none;
	border-bottom: thin dotted white;
	}
#content {
	padding: 1em 1em 1.2em 1em;
	margin: 0 0 0 300px;
	}
h2 {
	font-size: 1.3em;
	padding: 0 0 0.7em 0;
	}
h3 {
	font-size: 1.1em;
	padding: 0 0 0.5em 0;
	}
p {
	padding: 0.3em 0 0.3em 0;
	}
p.spacer {
	margin: 1.2em 0 0 0;
	}
p.album {
	width: 292px;
	float: left;
	margin: 0 1em 1em 0;
	}
p#end {
	clear: left;
	}
a:link {
	color: black;
	}
a:visited {
	color: black;
	}
a:hover {
	color: #F08080;				/*light coral*/
	}
li a:link {
	color: white;
	text-decoration: none;
	}
li a:visited {
	text-decoration: none;
	color: white;
	}
li a:hover {
	text-decoration: none;
	color: #F08080;				/*light coral*/
	}
table	{
	margin: 0.5em 0 1em 0;
	border-collapse: collapse;
	border: none;
	}
th {
	text-align: left;
	font-size: 1.1em;
	padding: 12px 3px;
	border: dotted 1px white;
	}
td {
	padding: 3px;
	border: dotted 1px white;
	}
#songtable td, #songtable th {
	border: none;
	padding: 6px 45px 6px 3px;
	}
#linkstable td, #linkstable th {
	border: none;
	padding: 6px 45px 6px 3px;
	}
#cdtracks td, #cdtracks th {
	border: none;
	padding: 6px 45px 6px 3px;
	}
#cdtracks td.trackno {
	padding: 6px 3px;
	}
.price {
	text-align: right;
	}
#topbar, #footer {
	background-color: black;
	color: #F08080;				/*light coral*/
	text-align: right;
	padding: 0.5em 1em 0.5em 0;		/* T R B L */
	}
#footer {
	clear: left;
	}
#footer a:link {
	text-decoration: none;
	color: #F08080;				/*light coral*/
	}

