/* CSS Document */

body {
	background-image: url(images/parchmentbg.jpg);
}
.header {
	position:absolute;
	left:150px;
	top:10px;
	z-index:1;
}
.menubar {
	position:absolute;
	left:10;
	width:130px;
	top:125px;
	z-index:2;
}
.main {
	position:absolute;
	left:150px;
	top:100px;
	z-index:3;
}
h1 {
	font-size: 2.5em;
	font-weight: bold;
	color: #990000;
}
h2 {
	font-size: 1.5em;
	font-weight: bold;
	color: #000099;
}
.menutag {
	font-size: .75em;
	font-style: italic;
}
.definition {
	margin-left: 20px;
}

a:link {
	color: #000099;
}
a:visited {
	color: #990000;
}
.error {
	font-weight: bold;
	color: #CC3333}
.menuheader {
	font-size: 1.2em;
	font-weight: bold;
}
.smnote {
	font-size: 0.8em;
	font-style: italic;
}
.catalog {
	font-style: italic;
}
.slash {
	text-decoration: line-through;
}
.discount {
	color: #990000;
	font-weight: bold;
}
.tblhead {
	color: #990000;
	font-size: 1.5em;
	font-weight: bold;
}
.fineprint {
	font-size: .8em;
	font-style: italic;
}
.songlist {
	font-size: .8em;
}
