body {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	background-color: #44361B;
	font-size: 90%;
}

a {
	color: #ffffff;
}
a:hover {
	color: #cccccc;
}

div#content {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}

h2 {
	margin-bottom: 0;
	padding-bottom: 0;
	margin-top: 20px;
}
img.homePageImage {
	float: right;
	margin-left: 5px;
}

div#albumCovers {
	clear: both;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	text-align: center;
}

div#thumbnails ul {
	
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

div#thumbnails ul li {
	display: inline;
}

ul#youtubelinks {
	list-style-type: none;
	padding-left: 4px;
	margin-top: 6px;
}

ul#youtubelinks li {
	padding-top: 2px;
}

/* styles for modal window (Modavie image) */
div#modavieImageHolder {
		top: 90px;
		left: 230px;
		width: 602px;
		position: absolute;
		border: 1px solid white;
		padding: 0;
		background-color: #330000;
	}
	div#modavieImageHolder div#hidePicture {
		text-align: center;
		width: 100%;
		background-color: #330000;
		margin-top: 0;
	}
	div#modavieImageHolder p {
		margin: 0;
		padding-bottom: 0;
		padding-top: 0;
		border-width: 0;
		vertical-align: top;
	}
	div#modavieImageHolder p img {
		margin: 0;
		margin-top: 0;
		padding-bottom: 0;
	}
	div#modavieImageHolder h3 {
		background-color: #330000;
		text-align: center;
		margin-bottom: 0;
		margin-right: 12px;
		margin-left: 4px;
		padding-bottom: 0;
		padding-top: 4px;
		margin-top: 0;
		height: 20px;
		font-size: 100%;
	}
	span#closeWindow {
		float: right;
		width: 100%;
		text-align: right;
		top: -24px;
		position: relative;
	}
	#closeWindow a {
		text-decoration: none;
		border-left: 1px solid white;
		border-bottom: 1px solid white;
		padding-left: 4px;
		padding-right: 4px;
		padding-bottom: 2px;
		font-family: helvetica, sans-serif;
	}
