body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
}

a:hover { background-color: #ded3b8; padding: 3px 0; }

h1, h2, h3 { display: none; color: #a36f1b; background-color: #ded3b8; border: 1px solid #999999; padding: 2px 5px; }

ul#navlist {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	width: auto;
	font-size: 0.9em; 
}

ul#navlist li {
	display: block;
	float: left;
	width: 90px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

ul#navlist li a {
	display: block;
	width: 80%;
	padding: 0.5em;
	border-width: 1px 2px 2px 1px;
	border-color: #eee #aaab9c #ccc #eee;
	border-style: solid;
	color: #777;
	font-weight: bold;
	text-decoration: none;
	background: #ded3b8;
	overflow: hidden;
}

#navcontainer>ul#navlist li a {
	width: auto;
	float: none;
}

ul#navlist li#active a {
	background: #ffffff;
	color: #000000;
}


ul#navlist li a:hover, ul#navlist li#active a:hover {
	color: #000000;
	background: #e7ca83;
	border-color: #cccccc #999999 #aaaaaa #cccccc;
}
	
#container {
	width: 950px;
	margin: 0px auto 0px auto;
	text-align: center;
}

#container2 {
	width: 950px;
	position: absolute;
	z-index: 1;
	padding-top: 5px;
}

#navigation { position: absolute; top: 55px; left: 355px; z-index: 2; }

#widgets { position: absolute; top: 5px; z-index: 2; text-align: left; }
#song-title { position: absolute; top: 50px; z-index: 2; text-align: left; font-style: italics; font-size: 80%;}

#container3 { position: absolute; top: 80px; z-index: 2; width: 910px; padding: 20px; line-height: 1.7em; border: 1px solid #cccccc; margin: 10px 0; text-align: left; }

#left-column { width: 440px; padding-right: 10px; float: left; }
#right-column { width: 440px; padding-left: 10px; float: right; }

.linked-img img { border: 1px solid #999999; }
.linked-img a:hover { background-color: #ffffff; padding: 0; }

.attrib {
	text-align: right;
	padding-right: 2em;
	font: italic bold;
	margin-top: -1em;
	color: #0000ff;
}

#webguy { font-size: .75em; color: #000000; border: 1px solid #999999; margin-top: 15em; padding: 0px 5px; clear: both; float: right; text-align: center; text-decoration: none; }

/* User Stylesheet for Firefox:  from http://projectcerbera.com/web/articles/firefox-scrollbar  */
/* Visible vertical scrollbar which disables correctly and allows normal horizontal scrollbar behaviour. */
:root {  overflow-y: scroll !important; }
