body {
	background-color: #E0C8B0;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 11pt;
}

h1 {
	font-family: "Tempus Sans ITC", "Lucida Grande", Lucida, Verdana, sans-serif;
	font-weight: normal;
	text-shadow: #928271 0 -1px 1px, #ffe8cc 0 1px 0;
}

h2, h3 {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

h2 {
	font-size: 120%;
}

img {
	border: none;
}

hr {
	height: 4px;
	border: none;
	color: #AD9A88;
	color: rgba(0, 0, 0, 0.4);
	background-color: #AD9A88;
	background-color: rgba(0, 0, 0, 0.4);
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

p.indent {
	padding-left: 20px;
}


#content {
	width: 750px;
	margin: auto;
}

.centered {
	text-align: center;
}

.left {
	float: left;
	margin: 5px;
}

.right {
	float: right;
	margin: 5px;
}

.bio {
	clear: both;
}

.left_sidebar {
	float: left;
	padding-right: 10px;
}

.right_sidebar {
	float: right;
	padding: 10px;
	margin-left: 10px;
	border: 2px solid #AD9A88;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

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

ul.linklist > li {
	margin-top: 10px;
	margin-bottom: 20px;
}

.greeting {
	font-family: "Tempus Sans ITC", "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: large;
	text-align: center;
}

.albumTitle {
	font-family: "Tempus Sans ITC", "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: x-large;
}

a, a:visited, a:hover {
	color: #285C70;
}

.coverImage {
	float: left;
	margin: 0 10px;
}

.albumDetails {
	float: left;
}

.soundPlayer {
	margin: 10px;
	width: 500px;
}

.orderLink {
	clear: both;
	margin: 10px 0;
}

.purchasingNote {
	font-size: small;
	text-align: center;
}