body {
   margin: 0px;
	background-color: white;
	background-image: url(graphics/zigzag.jpg);
	background-repeat: repeat;
}
div #container {
	display: block;
	position: absolute;
	text-align: center;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	visibility: visible;
	overflow: hidden;
	z-index: 0;
}
div #topleft {
	background-image: url(graphics/topleft.gif);
	position: absolute;
	left: 50%;
	top: 118px;
	width: 112px;
	height: 72px;
	margin-left: -360px;
	visibility: visible;
	z-index: 1;
}
div #topmid {
	background-image: url(graphics/topmid.gif);
	position: absolute;
	left: 50%;
	top: 6px;
	width: 496px;
	height: 112px;
	margin-left: -248px;
	visibility: visible;
	z-index: 1;
}
div #topright {
	background-image: url(graphics/topright.gif);
	position: absolute;
	left: 50%;
	top: 118px;
	width: 112px;
	height: 72px;
	margin-left: 248px;
	visibility: visible;
	z-index: 1;
}
div #midleft {
	background-image: url(graphics/midleft.gif);
	background-repeat: repeat-y;
	position: absolute;
	left: 50%;
	top: 190px;
	width: 112px;
	height: 404px;
	margin-left: -360px;
	visibility: visible;
	z-index: 1;
}
div #midmid {
	background-image: url(graphics/midmid.gif);
	background-repeat: repeat-y;
	position: absolute;
	left: 50%;
	top: 118px;
	width: 496px;
	height: 476px;
   margin-left: -248px;
	z-index: 1;
}
div #midright {
	background-image: url(graphics/midright.gif);
	background-repeat: repeat-y;
	position: absolute;
	left: 50%;
	top: 190px;
	width: 112px;
	height: 404px;
	margin-left: 248px;
	text-align: center;
	visibility: visible;
	z-index: 1;
}
div #bottom {
	background-image: url(graphics/bottom.gif);
	display: block;
	position: absolute;
	text-align: center;
	left: 50%;
	top: 588px;
	width: 720px;
	height: 32px;
	margin-left: -360px;
	visibility: visible;
	overflow: hidden;
	z-index: 1;
}
div #header {
	background-color: none;
	position: absolute;
	left: 50%;
	top: 56px;
	width: 432px;
	height: 88px;
	margin-left: -216px;
	text-align: center;
	overflow: hidden;
	z-index: 2;
}
div #header-entry {
	background-color: none;
	position: absolute;
	left: 50%;
	top: 38px;
	width: 432px;
	height: 88px;
	margin-left: -216px;
	text-align: center;
	/*border-bottom: #A03D26 solid 2px;*/
	overflow: hidden;
	z-index: 2;
}
div .bar {
	background-image: url(graphics/bar.gif);
	background-position: top;
	background-repeat: no-repeat;
	position: absolute;
	left: 50%;
	height: 8px;
	width: 502px;
	margin-left: -250px;
	z-index: 2;
}
div #bar1 {
	top: 124px;
}
div #bar2 {
	top: 134px;
}
div #bar3 {
	top: 144px;
}
div #content {
	background-color: none;
	position: absolute;
	left: 50%;
	top: 152px;
	width: 456px;
	height: 428px;
	padding-right: 8px;
	margin-left: -224px;
	text-align: left;
	overflow: auto;
   scrollbar-face-color : #90d0a0;
	z-index: 2;
}
div #content-inner {
	width: 432px;
	overflow: hidden;
}
div #footer {
	background-image: url(graphics/bar.gif);
	background-position: top;
	background-repeat: no-repeat;
	position: absolute;
	left: 50%;
	top: 584px;
	height: 24px;
	width: 502px;
	margin-left: -250px;
	text-align: center;
	/*border-top: #A03D26 solid 2px;*/
	padding-top: 11px;
	overflow: hidden;
	z-index: 2;
}
div #menu {
	position: absolute;
	left: 50%;
	top: 174px;
	width: 104px;
	margin-left: -354px;
	text-align: right;
	visibility: visible;
	overflow: hidden;
	z-index: 2;
}
#menu ul {
   margin: 0;
	padding: 0;
   list-style: none;
}
#menu li {
   margin: 0;
   padding: 0;
}
#menu a {
	display: block;
	padding: 0;
	background: transparent url(graphics/menu.gif) no-repeat;
}
.menu a {
	width: 104px;
	height: 32px;
}
#m1 a {
	background-position: 0px 0px;
}
#m1 a:hover {
	background-position: -104px 0px;
}
#m2 a {
	background-position: 0px -32px;
}
#m2 a:hover {
	background-position: -104px -32px;
}
#m3 a {
	background-position: 0px -64px;
}
#m3 a:hover {
	background-position: -104px -64px;
}
#m4 a {
	background-position: 0px -96px;
}
#m4 a:hover {
	background-position: -104px -96px;
}
#m5 a {
	background-position: 0px -128px;
}
#m5 a:hover {
	background-position: -104px -128px;
}
#m6 a {
	background-position: 0px -160px;
}
#m6 a:hover {
	background-position: -104px -160px;
}
#m7 a {
	background-position: 0px -192px;
}
#m7 a:hover {
	background-position: -104px -192px;
}
#m8 a {
	background-position: 0px -220px;
}
#m8 a:hover {
	background-position: -104px -220px;
}
#m9 a {
	background-position: 0px -252px;
}
#m9 a:hover {
	background-position: -104px -252px;
}
div #next {
	position: absolute;
	left: 50%;
	top: 76px;
	width: 96px;
	margin-left: 128px;
	visibility: visible;
	overflow: hidden;
	z-index: 3;
}
#next a {
	display: block;
	padding: 0;
	background: transparent url(graphics/nextback.gif) no-repeat;
	background-position: 0 0;
}
#next a:hover {
	background-position: -96px 0;
}
.nxt a {
	width: 96px;
	height: 28px;
}
div #back {
	position: absolute;
	left: 50%;
	top: 76px;
	width: 96px;
	margin-left: -216px;
	visibility: visible;
	overflow: hidden;
	z-index: 3;
}
#back a {
   display: block;
	padding: 0;
	background: transparent url(graphics/nextback.gif) no-repeat;
	background-position: 0 -28px;
}
#back a:hover {
	background-position: -96px -28px;
}
.bck a {
	width: 96px;
	height: 28px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
	color: black;
	width: 424px;
	margin: 8px 0 8px 0;
}
p.left {
	width: 200px;
}
p.leftblack {
	width: 200px;
	font-size: 11pt;
	font-weight: bold;
	text-align: center;
}
p.small {
	font-size: 8pt;
	margin: 0px;
}
p.emph {
	font-size: 11pt;
	font-weight: bold;
	color: #601804;
	margin: 12px 0 8px 0;
	text-align: center;
}
p.emphl {
	font-size: 11pt;
	font-weight: bold;
	color: #601804;
	/*margin: 12px 0 8px 0;*/
}
p.emph-sm {
	font-size: 10pt;
	font-weight: bold;
	color: #601804;
	margin: 6px 0 8px 0;
	text-align: center;
}
p.emph-black {
	font-size: 11pt;
	font-weight: bold;
	color: black;
	margin: 8px 0 8px 0;
	text-align: center;
}
p.pic {
	font-size: 9pt;
	line-height: 14pt;
	color: black;
	margin: 8px 0 8px 0;
	text-align: center;
}
p.pic img {
	border: 0;
}
p.pic a {
   color: #606060;
	text-decoration: none;
}
p.spacer {
	width: 12px;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
	color: Black;
}
ul.news {
	list-style-image: url(graphics/notes.gif);
}
li.news {
	margin: 12px 12px 0 0;
}
ol.tracklist {
	margin-top: 12px;
	list-style-type: decimal;
}
li.tracklist {
   font-size: 8pt;
	margin: 0px 0 0 0;
}
img.songtitle {
	position: relative;
	top: -112px;
}
hr {
	color: #601804;
}
.buy {
	text-align: center;
	font-size: 10pt;
	font-weight: bold;
}
.emph2 {
	font-size: 13pt;
}
.emph2c {
	font-size: 13pt;
	color: #000080;
}
.emph3 a {
	font-size: 10pt;
	color: #2040a0;
	text-decoration: none;
}
.emph3 a:hover {
	color: #2040a0;
	text-decoration: underline;
}
.emph-hd {
   font-weight: bold;
	color: #601804;
}
.emph-lg {
   font-size: 12pt; 
   font-weight: bold;
	color: #601804;
}
.floatl {
	float: left;	
}
.floatr {
	float: right;	
}
.floatr2 {
	float: right;	
	position: relative;
	top: -2px;
}

