
body {
	color:#330000;
	background-color:#ffffcc;
	background-image:url(../../j-images/background.gif);
	font-family: Veranda, Arial, sans-serif;
	font-size:105%;
}

h1 {
	background-color:#ccaa66;
	color:#000000;
	text-align:center;
}

h2 {
	background-color:#ccaa66;
	font-size: 1.2em;
	padding-left:10px;
	padding-bottom:5px;
}

img {
	border:none;
}

/* added this to match the centering shown in the picture in the book */
#container {
	width:80%;
	min-width:700px;
	background-color:#ffffcc;
	margin:auto; /* used to center the page, equilizes the margins with remaining 20% */
}

#nav {
	text-align:center;

}

/* added this so there would be better spacing between the elements */
#nav a {
	padding-left:1em;
	padding-right:1em;
}
#content {
	padding-left:20px;
	padding-right:20px;
}

#footer {
	background-color:#ccaa66;
	color:#000000;
	font-size:.6em;
	font-style:italic;
	text-align: center;
}

.details {
	padding-left: 20%;
	padding-right:20%;
}

/* added to fix music page images since the font size doesn't seem to match the examples or thumbs are bigger */
.imgadjust {
	margin-top:-5px;
}

