body { 
	font-family: Helvetica, Ariel Round, Ariel, sans-serif;
	font-size: 16px;
}
a { 
	text-decoration: none ; 
	color: #B36D09;
	font-weight: bold;
}
a:hover { text-decoration: underline }

#page  {
	vertical-align: top;
	border: 1px black solid; 
	width: 800px;
	height: 524px;
	background-image: url("/images/background3.jpg");
}

#footer {
	border: 1px solid black;
	width: 800px;
	background-image: url("/images/background3.jpg");
	margin-top: 20px;
	text-align: center;
}

#main_menu {
	position: absolute;
	left: 0px;
	width: 800px;
	text-align: right;
	margin-right: 20px;
}

#title {
	margin-right: 20px;
	font-size: 40px;
}

.menu_item {
	margin: 5px;
	display: inline;
}

.menu_item a {
	text-decoration: none;
}

.menu_item a:hover {
	color: #775555;
	text-decoration: underline;	
}

.band {
	font-weight: bold;
	color: #B36D09;
}

.trackname {
	font-weight: bold;
}

.website a {
	color: #1d77f3;
	font-weight: bold
}

.trackcolumn, .tracklist {
	font-size: 12px;
}

#contentbox {
	position: absolute;
	left: 300px;
	top: 50px;
	z-index: 1;
}

.content {
	height: 380px;
	width: 470px;
	position: absolute;
	margin-top: 40px;
	padding: 10px;
}

#transbox {
	background-color: #fff;
	filter:alpha(opacity=50);
	opacity: 0.5;
	z-index: -1;
	background-repeat: no-repeat;
	background-position: 95% 95%;
	background-image: url("/images/fiddle.gif");
	border: 1px black solid;
}

#contenttext {
	overflow: auto;
}

.cdtitle {
	font-weight: bold;
}

#coverimage {
	position: absolute;
	z-index: 1;
	left: 30px; 
	top: 40px;
}

#coverimage img {
	border: 1px solid black;
}

#copyright {
	position: absolute;
	width: 790px;
	text-align: right;
	top: 515px;
	font-size: 8px;
	margin-right: 5px;
}

.linkdesc {
	margin-left: 10px;
}
