body {
	background: white;
	color: #000033;
	font-family: verdana, arial, helvetica, sans-serif, sans;
	padding: 0em 3em 0em 3em;
}

p {
	margin: .5em 0em .5em 0em;
}

li {
	margin: 0 0 .3em 0;
}

img {
	border: none;
}

td {
	padding: .2em;
	vertical-align: top;
}

td.label {
	text-align: left;
	vertical-align: top;
	font-weight: bold;
}

td.date {
	text-align: right;
}

tr.filled {
	background: #99cccc;
}

td.filled {
	background: #99cccc;
}

#banner {
	background: white;
	color: #ff9933;
	font-weight: bold;
	font-size: x-large;
	border: none;
	width: auto;
	border-bottom: 2px dashed #99cccc;	
	margin: 0em 0em 0em 0em;
	padding: 0.3em;
}

#banner a {
	text-decoration: none;
	color: #ff9933;
}

#leftmenu {
	background: white;
	border: none;
	border-right: 2px dashed #99cccc;
	width: 12em;
	margin: 1em 0em 0em 0em;
	padding: 0em;
	position: absolute;
	left: 4em;
}

body>#leftmenu {
  position: fixed;
}

#leftmenu a {
  text-decoration: none;
  color: #99cccc;
  font-weight: bold;
}

#leftmenu a:hover {
  font-weight: bold;
  color: #ff9933;
}

#leftmenu ul {
	margin: 0 0 0 .5em;
	padding: 0 0 0 .5em;
	color: #99cccc;
}

#content {
	position: relative;

	border: none;
	width: auto;
	min-height: 20em;
	margin: 1em 0em 2em 14em;
	padding: 0em 0em 0em 0em;
}

#contentheader, #albumtitle {
	font-weight: bold;
	font-size: large;
	color: #ff9933;
	border: none;
	margin: 0em 0em 1em 0em;
	padding: 0em 0em 0em 0em;
}

div.sectionheader {
	font-weight: bold;
	color: #ff9933;
	border: none;
	margin: 1em 0em .5em 0em;
	padding: 0em 0em 0em 0em;
}

.smallheader {
	color: #ff9933;
	border: none;
	margin: 1em 0em 0em 0em;
	padding: 0em 0em 0em 0em;
}
#footer {
	background: white;
	font-size: x-small;
	border: none;
	border-top: 2px dashed #99cccc;	
	margin: 0em 0em 0em 0em;
	padding: .5em;
	clear: both;
}

div.menuheader {
	font-weight: bold;
	color: #ff9933;
	border: none;
	margin: 0em 0em .5em 0em;
	padding: 0em 0em 0em 0em;
}

div.thumb {
	position: relative;
	width: 138px;
	height: 138px;
	border: 3px double #99cccc;
	padding: 1px;
	float: left;
	margin: .3em .3em 3.3em .3em;
}

div.thumb img {
	position: absolute;
 	top: 50%;
	left: 50%;
}

div.caption {
	position: relative;
	top: 102%;
	margin: .3em .3em .3em .3em;
	border: none;
	font-size: x-small;
	text-align: center;
}

div.photo {
	position: relative;
	border: 3px double #99cccc;
	padding: 5px;
	float: left;
	margin: .3em 1.3em .6em .3em;
}

.verse {
	margin: 0em 0em 1em 0em;
}

.chorus {
	margin: 0em 0em 1em 2em;
}

.rfloat {
	float: right;
	margin: 2px 2px 2px 2px;
}
