body {
	text-align:center;
	margin:0;
	padding:0;
	font-family:Verdana, Arial, sans-serif;
	/* formerly font-family: Tahoma, Verdana, Arial, sans-serif ... ToDo: change letter-spacing on fallbacks */
	font-size:75%;
	letter-spacing:0px; /* formerly wanted 1px for Tahoma only */
	line-height:1.5em;
	color:#000;
	background: #800020 url(../img/bodybg.jpg) no-repeat scroll center top;
}
	
* html body {
	font-size:1em;
}
	
p {
	margin:0.9em 2em;
	padding:0;
	line-height:1.5em;
	text-align:left;
	}
	
h1 {
	margin:0.5em 1em 1em 10px;
	padding:0;
	text-align:left;
	color:#800020; /* #aad;*/
	font-size:2em;
	}

h2 {
	margin:0.6em 1.5em 0.6em 20px;
	padding:0;
	text-align:left;
	color:#800060; /*#58664B; */
	font-size:1.2em;
}
	
#container {
	width:900px;
	height:100%;
	position:absolute;
	left:50%;
	margin-left:-500px;
	background-color:#800020;
	}
	
* html #container { /*IE FIX*/
	margin-left:-500px;
	}

#section {
	padding:0 0;
	text-align:justify;
	}

#pageHeader{
	width:900px;
	height:127px;
	background:#FFFDD0 url('../img/SITE_header.jpg') no-repeat center;
	}
	
#leftbar {
	position:absolute;
	width:155px;
	height:700px;
	margin:-127px 0px 0px 0px;
	background:#FFFDD0 url('../img/SITE_leftbar.jpg') no-repeat center;
	}
	
#middlewrapper {
	position:absolute;
	width:439px;
	margin:0px 0px 0px 155px;
	padding:0;
	}
	
		#middlebar {
			position:relative;
			border:2px solid #ddd;
			border-bottom: none;
			background-color:#fff;
			/* background: url('../img/middlebarbg.jpg') no-repeat; */
			padding-bottom:12px;
			}
			
			#stage {
				border:1px solid white;
				margin-bottom:4px;
				}
			
		#middlebottom {
			position:relative;
			width:439px;
			}
	
#rightbar {
	position:absolute;
	width:300px;
	margin:0px 0px 0px 600px;
	background:#FFFDD0 url('../img/rightbarbg.jpg') no-repeat;
}
	
#navigation {
	position:absolute;
	height:40px;
	width:auto;
	margin:5px 0px 0px 380px; /* - five tabs */
	/* margin: 5px 0px 0px 425px; - four tabs */
	text-align:right;
}

div.post {
	margin-bottom:2em;
}

/* Pagination */
	.fl { float: left; }
	.fr { float: right; }
	.pagination { font-size:90%; }
	div.pagination { height: 2em; margin-top: 5px; }
	a.pagination, a:visited.pagination {
		text-decoration:none;
		font-weight:bold;
		color:#dde;
		text-transform:uppercase;
	}
	a:hover.pagination {
		color:#667;
	}
/* End pagination */

/* Random song/explanations at the top of stages */
	.bulletin {
		border:3px double #800020;
		background-color:#fff4f8;
		margin: 2em;
		padding: 0.25em;
		color:#800020;
	}
	.bulletin .bulletin-desc { font-size:95%; letter-spacing:0px; }
/* End random song/explanations at the top of stages */
	
#mp3playerwrapper {
	margin:1em;
	}

	#mp3player {
		padding:4px;
		background:#800020;
	}
	
a {
	color:#000;
	font-weight:normal;
	text-decoration:underline;
	cursor:pointer;
	}
	
a:visited {
	color:#800020;
	text-decoration:none;
	}
	
a:hover, a:active{
	color:#0B75BC;
	text-decoration:none;
	} 

strong {
	text-decoration: bold;
}

.copyright {
	text-align: center;
	font-style: italic;
	color: #006;
}

.littlebutton {
	margin: 0 0 0 0;
	border: 0;
}

.nav-link { border: 3px solid #fff; }

.opaque img {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	-moz-opacity: 0.5;
	}

.opaque:hover img {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
	}