body {
	background: url('../images/background.gif') center;
	margin:0;
	padding:0;
	
	background-color: #ffffff;
	font-family: "Lucida Grande", Verdana, Geneva, Arial, sans-serif;
	font-size: 12px;
	line-height: 19px;
	color: #000000;
}

sup {
	line-height: 0;
}

p {
	text-align:justify;
}

p.leftAlign {
	text-align:left;
}

h1 {
	margin-top:0;
	font-family:Georgia, Times New Roman, serif;
	font-size:17px;
}

h2 {
	font-family:Georgia, Times New Roman, serif;
	font-size:15px;
	margin-top:30px;
}


h3 {
	font-family:Georgia, Times New Roman, serif;
	font-size:13px;
	margin-top:30px;
}

ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

.albumTracks {
	clear:both;
	padding-top:15px;
	margin-right:20px;
}

.venue {
	font-style:italic;
	float:right;
}

#masthead {
	text-align:center;
	width:696px;
	height:206px;
	margin:0 auto;
}


#copyContainer {
	
	width:696px;
	margin:0 auto;
	background-color:white;
}


#copy {
	padding:20px 20px 30px 170px;
	min-height:500px;
}

#menu {
	float:left;
	margin:30px 0 10px 0;
	padding-left:30px;

}


#footer {
	clear:both;
	padding-bottom:20px;
	margin:100px 0 0 100px;
}

#menu ul {
	text-decoration:none;
}

#menu a {
text-decoration:none;
}

.reviewTitle {
	text-align:center;
}

.reviewer {
	font-weight:bold;
	margin-bottom:20px;
}

.albumCover {
	float:left;
	padding:3px;
	margin:5px 15px 10px 0;
	border:1px solid #ddd;
}

.photo {
	padding:3px;
	margin:5px 5px 10px 0;
	border:1px solid #ddd;
float:left;
}

.work {
	font-style:italic;
}

.composer {
	font-weight:bold;
	float:right;
}
	
img {
	border:0;
	display:block;
}

a {
	color: #8C5334;
	text-decoration:none;
	
	/* Hack for IE PNG hack */
	position: relative;
}

a#visited {
	color: #7B4223;
}