/* CSS Document */

body {
	background-color: black; 
	font: 0.7em Geneva, Arial, Helvetica, sans-serif;
	color: #555; 
	margin: 0;
}

p {
	margin-top: 8px;
	margin-bottom: 8px;
}

hr {border: 0px;
border-bottom: 1px dashed #999;
	height:0px;
	margin: 5px 0px;
	width: 90%;
}

h1 {
	font: 1.3em Geneva, Arial, Helvetica, sans-serif;
	color: #aa0108;
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 0px;
	line-height: 1em;
}

h2 {
	font: 1em Geneva, Arial, Helvetica, sans-serif;
	color: #333;
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 0px;
	line-height: 1em;
}

a:link, a:visited {
	color: white; 
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

a:hover {
	text-decoration: underline;
}

#top_nav {
	width: 800px;
	margin:auto;
	height: 69px;
	text-align: left;
	}
	
#links {
	float: right;
	padding-top: 40px;
}

#main_wrapper {
	width: 800px;
	height: 464px;
	margin: auto;
	text-align:left;
}

#left_image {
	float:left;
}

#content{
	background-image:url(images/note_background.jpg);
	background-color: #f1f2f7;
	width: 473px;
	height: 464px;
	float:right;
	margin-top:0px;
}

#scroll {
	width: 421px;
	height: 366px;
	float: right;
	margin: 25px 20px 0 0;
	overflow: auto;
	background-color:#F1F2F7;
}

#scroll a:link, #scroll a:visited{
	color: #aa0108
}

.quote {
	font-style:italic;
	color: black;
}

.artist {
	font-weight: bold;
	color: #aa0108;
}

.date {
	font-weight: bold;
	color: black;
}

.band {
	color: #aa0108;
}

#footer {
	width: 800px;
	margin: 5px auto;
	font-size: 0.8em;
	color: #555;
	text-align: left;
	}
	
.album_cover {
	float: left;
	margin-right: 20px;
}

div.tracks {
	margin: 0 10px 5px 0;
	height: 90px;
	clear:both;
	border-bottom:1px dashed #999;
}
