/* Main part of page */

body{
	background: #A8A9FF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	background-image: url(images/back.gif);
	background-repeat: repeat;
	}

p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
}

h1 {
	background-color: #5354C4;
	text-align: right;
	padding: 5px 10px;
	color: White;
	border-top: 8px solid #9999CC;
	border-bottom: 8px solid #6C6CAF;
	padding-right: 20px;
	max-width: 900px;
}

div#content{
	margin-left: 10px;
	margin-right: 10px;
	border: 1px solid #3B3CB0;
	width: 700px;
	left: 150px;
	top: 100px;
	position: absolute;
	padding: 10px;
	background-color: #A8A9FF;
	}

.header {
	background: #5354C4;
	color: White;
	font-size: medium;
	font-weight: bold;
	padding: 4px;
	margin-left: -10px;
	margin-right: -10px;
	margin-top: 0px;
	}
	
td p a:link, td p a:visited, td p {

}


/* Menu */

div#links {
	background: #999999;
	border: 3px ridge #CCCCCC;
	position: absolute;
	left: 8px;
	top: 100px;
	width: 140px;
}

div#links p{
	padding: 5px 10px 5px 10px;
	background: #3B3CB0;
	font-weight: bold;
	color: White;
	border-bottom: 1px solid Black;
	border-top: 1px solid Black;
	margin-top: 0px;
	margin-bottom: 0px;
	}

div#links a{
	padding: 5px 10px;
	text-decoration: none;
	display: block;
	color: #2B43AD;
	margin-top: 4px;
	margin-bottom: 4px;
}

div#links a:hover {
	padding: 5px 10px;
	background: #6353C4;
	color: white;
	}

/* Music Pages */

.artist{
	background: #5354C4;
	color: White;
	font-size: larger;
	font-weight: bold;
	border: 1px groove Black;
	padding: 4px;
	margin-left: -10px;
	margin-right: -10px;
	margin-top: 30px;
	margin-bottom: 0px;
	}

.title{
	font-weight: bold;
}
	
.credits {
	background: #9999CC;
	margin: -4px;
	padding: 4px;
	margin-bottom: 10px;
	margin-top: 10px;
	}
	
/* Guest Book */
.comments {
	
}

.nameline {
	font-weight: bold;
}

.detail {
	font-size: x-small;
	font-weight: bold;
	border-bottom: thin solid Black;
	padding-bottom: 10px;
	}