/* CSS Document */

body {
	color: #333333;
	background-color: #FFFFFF;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	min-width: 900px;
}

#introPage {
	width: 90%;
}
#doves a {
	text-decoration: none;
	color: #FFFFFF;
}

#doves a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

#doves a:visited {
	text-decoration: none;
}
.intro1 {
	text-align: right;
	float: left;
	width: 50%;
	margin: 20px;
}
.intro2 {
	float: right;
	width: 40%;
	margin: 20px;
}

/* Free Album Download CSS */

.albumArt img {
	width: 300px;
}
.album {
	padding-bottom: 2em;
	height: 320px;
	width: 75%;
	background-position: center;
	padding-left: 30px;
}
.albumTracks a {
	color: #FF0000;
}
.albumArt {
	width: 300px;
	float: right;
}
.albumTracks {
	float: right;
	width: 275px;
}
.albumTracks li {
	padding-bottom: 0.5em;
	text-align: left;
}
