/* {
	font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
}*/

html, body {
	margin:0;
	padding:0;
	height:100%; /* this is the key! */
	max-height:100%;
	margin: 0;
	background-color: #CCCCCC;
	font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
}

#left {
	position:fixed;
	left:0;
	top:0;
	bottom:0;
	overflow: hidden;
	padding:0;
	width: 12em;
	height:100%; /* works only if parent container is assigned a height value */
	background:#666666;
}

#leftHeading{
	margin-top: 1em;
	margin-bottom: 1em;
	border: 0;
	display: block;
	text-align: center;
}

#right {
	margin-left:	12em;
	margin-bottom:	2em;
	max-width: 	50em;
}

#content {
	border-top:	1px solid black;
	padding-top: 1.5em;
	padding-bottom: 2em;
	padding-left: 2em;
	color:	#333333;	
}

#contentindex {
	border-top:	1px solid black;
	padding-top: 1.5em;
	padding-bottom: 2em;
	padding-left: 2em;
	color:	#333333;	
	background-image: url(images/bgndNorberg.jpg);
	height: 500px;
	background-repeat: no-repeat;
}

#rightHeading{
	padding-left: 1em;
	padding-top: 1em;
	padding-bottom: 1em;
	display: block;
/*	border-bottom:1px solid black; */
}

#footer {
	position: absolute;
	bottom: 0.2em;
	width: 100%;
	text-align: center;
	font-family: "Courier New", Courier, mono;
	font-size: 0.8em;
	color: #000000;
}


/* GENERAL TAGS */
h3 {
/*	font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif; */
	font-size: 1em;
	font-weight: bold;
	text-decoration: underline;
	text-align: left;
	margin-top: 25px;
	}
h2 {
/*	font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif; */
	text-align: left;
	font-size: 1.2em;
	margin: 0;
	}
ul {
	list-style-type: square;
	text-align: left;
	font-size: 0.9em;
	margin-top: 0px;
	padding-left: 16px;
	margin-left: 16px;
	padding-top: 0px;
	margin-bottom: 1em;
	}
img{
	border: 0;
	margin: 0;
	}
a:link, a:visited {
	color: #003399;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
	}
a:hover {
	color: #006699;
	font-style: normal;
	text-decoration: underline;
	font-weight: bold;
	}
code {
	font-family: "Courier New", Courier, mono;
	font-size: 0.6em;
	}
p {
/*	font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif; */
	text-align: left;
	font-size: 0.9em;
	margin-top: 0;
	}
em {
	font-style: italic;	
}
strong {
	font-weight: bold;	
}

/* GENERAL TEXT FORMATING CLASSES */
.date {
	font-family: "Courier New", Courier, mono;
	color: #000000;
	font-size: 0.9em;
	}
.new {
	font-style: italic;
	font-weight: bold;
	color: #CC3333;
	}

p .semiheading {
/*	font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif; */
	/* margin: 0px 15px 10px; */
	text-align: left;
	font-size: 1em;
	font-weight: bold;
	}

.rightimg {
	float: right;
	margin: 0 0 10px 10px;
	padding: 10px;
/*	width: 350px;  IMAGES MUST BE 350 px */
	border: 0px;
	text-align: right; /* problem in at least MacIE5 */
	}
.imagecaption { /* This goes with images */
	font-family: "Courier New", Courier, monospace;
	font-size: 0.9em;
	color: #000066;
}

.hide {
	visibility: hidden;
}

/* DIV and SPAN FORMATING */
.floatright {/* not used? */
	float: right;
	margin: 0 0 10px 10px;
	padding: 10px;
	}
.floatleft {/* not used? */
	float: right;
	margin: 0 0 10px 10px;
	padding: 10px;
	}

	
/* PAGE SPECIFIC - index */
#featurebackground {
}


/* PAGE SPECIFIC - lyrics */
#nullimg {
	margin-top: 100px;
	margin-left: 166px;
	}

