

p { 
	text-align: justify;
}


div {
	text-align: justify;
}


body { 
	font-family: verdana, arial, sans-serif;
	font-size: 10pt;
	color: black;
	background: #FFF;
	margin: auto;
	width: 800px;
}


div.navbar {
	z-index: 2;
	padding-top: 8px;
	margin-top: -2px;
	padding-bottom: 14px;
	background: #FFF;
	width: 798px;
	height: 196px;
	position: absolute;
	border: 2px solid;
	-moz-border-radius: 0em 0em 2em 2em;
	border-radius: 0em 0em 2em 2em;
}

td.albumlist {
	border: 1px solid;
	padding: 1px;
}

div.navbar li {
	background: #FFE7BF;
	margin: 0.5em .7em;
	padding: 1px;
	-moz-border-radius: 2em;
	border: 1px solid;
	text-align: center;
	list-style-type: none;
	width: 6em;
}

div.navbar a {
	text-decoration: none;
}

div.navbar li:hover {
	background: #FFD07F;
	color: white;
}


div.albumtitle {
	text-align:center; 
	font-size:2em; 
	font-weight:bold;
}


img.license {
	border-width:0;
	margin: .5em 1em 1em 1em;
}


div.rightpane {
	text-align:left; 
	float:left; 
	margin-left:5em; 
	padding-top:1em; 
	width:350px;
}

div.leftpane {
	width:250px; 
	margin-top:2em; 
	text-align:center; 
	float:left;
}


div.content-pane {
	z-index: 1;
	color: black;
	border-right: 1px dotted;
	border-left: 1px dotted;
	background: #FFF;
	position: absolute;
	width: 800px;
	clear: both;
	margin: 190px 64px 10px 0px;
	padding-top: 48px;
}

div.content {
	margin-left: 4em;
	margin-right: 4em;
}


div.albumnotes {
	display: block; 
	clear: both; 
	padding-left: 3em; 
	padding-right: 3em;
	padding-top: 1.5em;
	min-width: 5em;
}



a:link {
	text-decoration: underline;
	color: #5E3D00;
}

a:visited {
	text-decoration: underline;
	color: #5E0036;
}

a:hover {
	text-decoration: underline;
}


img {
	margin: 0px;
	padding: 0px;
}

img.bordertl {
	border-top: 1px solid black;
	border-left: 1px solid black;
}


img.bordertlr {
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
}


img.bordertlb {
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
}


img.borderall {
	border: 1px solid black;
}

span.quicklink {
	float: left;
	padding-left: 64px;
	line-height: 0;
	word-spacing: -5px;

	width: 262px;
	height: 131px;
}
