html {
  margin: 0px;
	padding: 0px;
}
body {
	background-color: black;
	margin: 0px;
	padding: 0px;
	font-family: verdana;
	color: white;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	font-variant: small-caps;
}
h1 {
	border-bottom: 2px solid gray;
	font-size: 24pt;
}
h1.smaller {
  font-size: 20pt;
}
h2 {
  font-size: 18pt;
}
h2.cdtracklisthead {
  font-size: 14pt;
	border-top: 1px solid gray;
	margin: 20px 10px 10px 0px;
}
img {
	border: 0px;
}
#navigation {
	float: left;
	width: 200px;
	margin-top: 0px;
	padding: 20px 10px;
}
#header {
	margin-left: 220px;
	border-top: 25px solid black;
	background-color: RGB(30,30,30);
	background-image: url(images/topleftcorner.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 10px 10px 5px 10px;
}
#content {
	margin-left: 220px;
	background-color: RGB(30,30,30);
	padding: 10px;
	font-size: 10pt;
}
#footer {
	margin-left: 220px;
	background-color: RGB(30,30,30);
	background-image: url(images/botleftcorner.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	border-bottom: 25px solid black;
	padding: 5px 10px;
}
#navigation p {
	font-weight: bold;
	font-size: small;
	margin: 4px;
}
#navigation a:link {
	color: yellow;
	text-decoration: none;
}
#navigation a:visited {
	color: RGB(180,176,0);
	text-decoration: none;
}
#navigation a:hover {
	background-color: yellow;
	color: black;
}
#navigation p.firefox {
	font-weight: normal;
	font-size: small;
	margin: 100px 10px 5px 20px;
}
#content img.right {
	float: right;
	margin-left: 1em;
}
#content em {
	font-style: italic;
	font-weight: bold;
	color: yellow;
}
#content ul {
	list-style-type: none;
	margin-left: 40px;
	list-style-position: inside;
	padding: 0px;
}
#content li {
	text-indent: -30px;
	margin-bottom: 5px;
}	
#content form {
	margin-left: 2em;
}
#content label {
	font-size: small;
}
p.indent {
	margin-left: 2em;
}
#content p {
	margin: 10px;
}
#content a:link, #tracklist a:link {
	color: yellow;
	text-decoration: none;
}
#content a:visited {
	color: RGB(180,176,0);
	text-decoration: none;
}
#content a:hover {
	background-color: yellow;
	color: RGB(30,30,30);
}
#footer p {
	border-top: 2px solid gray;
	font-size: x-small;
	text-align: right;
}
#tracklist {
	padding: 0px 10px;
}
div.track {
	border: 1px solid gray;
	padding: 10px;
	margin-bottom: 5px;
}
#tracklist p {
  margin: 0px;
}
#tracklist p.title {
	font-weight: bold;
	color: yellow;
	font-size: 12pt;
}
.duration {
	font-style: italic;
	color: white;
	font-size: 10pt;
}
#tracklist p.id {
	font-size: 10pt;
	color: gray;
}
#tracklist p.composer {
	font-size: 10pt;
}
#tracklist p.desc {
	font-size: 10pt;
}
form.paypal {
  margin-top: 20px;
	text-align: center;
}
object.tracko {
  border: 0;
	float: right;
	margin: 0px 0px 10px 10px;
}
#tracklist p.cite {
	text-align: right;
	font-weight: normal;
	font-size: small;
	margin: 2px 0px;
}
/* Formatting for Paging on music pages */
p.paging {
  text-align: center;
	font-size: small;
	margin: 0px;
}
font.curpage {
  background-color: yellow;
	color: black;
	font-weight: bold;
}
img.cover {
  float: right;
	margin: 10px;
}
#cdlist {
	padding: 0px 10px;
}
div.cds {
	border: 1px solid gray;
	margin-bottom: 5px;
	min-height: 220px;
	padding: 0px;
}
#cdlist p.title {
	font-weight: bold;
	color: yellow;
	font-size: 12pt;
}
#cdlist p.id {
	font-size: 10pt;
	color: gray;
}
#cdlist p.composer {
	font-size: 10pt;
}
#cdlist p.desc {
	font-size: 10pt;
}
#cdlist p.price {
	font-size: 10pt;
}
form.buynow {
	float: right;
	margin: 10px 10px;
	padding: 0px 0px;
}
font.id {
	color: gray;
}
p.details {
  font-size: 10pt;
}
#content p.cdtracklist {
  font-size: 10pt;
	margin: 2px 10px 0px 40px;
	padding: 0px;
}
#content object.player {
  float: right;
  margin: 7px 10px 0px 10px;
	padding: 0px;
}
#content font.tracknum {
  font-style: italic;
}
#content font.cdtracksample {
	background-color: yellow;
	color: black;
}
#content form.download {
  margin: 0px 8px 15px 8px;
}
#content fieldset {
  border: 1px solid gray;
}
#content legend {
  font-weight: bold;
	color: yellow;
	border: 1px solid gray;
	padding: 5px;
}
#content input.pw {
  width: 100px;
	margin: 0px 3px 0px 15px;
}
#content font.bold {
  font-weight: bold;
  color: yellow;
}
#content a.download {
  border: 1px solid yellow;
	font-size: 14pt;
	padding: 3px 10px;
	margin: 10px;
}