body {
	font-family: sans-serif;
	font-size: 12pt;
	color: #515;
	text-align: justify; 
	background-image: url(trees3.jpg);
	background-attachment: fixed;
}
a { color: black; }
h1 { border-bottom: 1px solid #999; }

#page {
	background-image: url(navbg.png);
/*	background-repeat: repeat-y;*/
/*	background-color: white;*/
/*	filter:alpha(opacity=80);   /* Internet Explorer       */
/*	-moz-opacity:0.8;           /* Mozilla 1.6 and below   */
/*	opacity: 0.8;               /* newer Mozilla and CSS-3 */
	margin-left: 10%;
	margin-right: 10%;
	position: relative;
	padding: 1em;
	min-height: 300px;
	height: auto !important;
	height:300px;
	border: 1px outset #555;
}
/* div { border: 1px solid red; } */
#navigation { width: 200px; top: 0px; left: 0px; position: absolute; }
#content { margin-left: 220px; margin-right: 1ex; min-height: 400px; } 
#copyright {
	text-align: right;
	bottom: -1;
	font-size: 80%;
	border-top: 1px dotted #777;
	margin-left: 220px; margin-right: 1ex;
	color: #b7b;
}
#player { margin-bottom: 3ex; }
#incentive {
	text-align: center;
	margin-left: 50px; margin-right:100px
}





.navElement { font-weight: bold; display: block; padding: 1ex; text-decoration: none; color: #515; }
.navElement:hover { background-color: white; }
.linkElement { font-weight: bold; display: block; text-decoration: none; color: #515; }
.linkElement:hover { background-color: white; }
.newsElement { font-weight: bold; color: #515; text-decoration: none; }
.lyricElement { text-align: left; color: #515; }
.creditElement { font-size: 10pt; color: #515; text-align: right; margin-right: 1ex; margin-left: 1ex; }
.inactiveElement { font-weight: normal; display: block; text-decoration: none; color: #515; }
.inactiveElement:hover { background-color: white; }
.quoteElement { text-align: left; color: #515; font-style: italic; font-size: 11pt; }
.reviewElement { font-size: 11pt; font-weight: bold; color: #515; font-style: italic; text-align: right; }

