body {
	background-color:#000;
	font-size:100%;
}

h1 {
	font-size:130%;
	font-weight:bold;
}

h1.section {
	font-size:130%;
	font-weight:bold;
	background-color:#fff;
	padding:20px;
	border:2px solid #000;
}

h2 {
	font-size:120%;
	font-weight:bold;
}

h3 {
	font-size:110%;
	font-weight:bold;
}

h4 {
	font-size:100%;
	font-weight:bold;
}

h5 {
	font-size:90%;
	font-weight:bold;
}

h6 {
	font-size:80%;
	font-weight:bold;
}
.centered {
	text-align:center; 
}

.right {
	text-align:right; 
}

.banner {
	background-image:url(images/banner-background.jpg);
	background-repeat:repeat;
	font-size:120%;
	font-weight:bold; 
	color:#000;
	padding:10px;
	height:100px;
}

.content {
	background-color:white; 
	margin:25px;
	padding:10px;
	color:black;
}

.sidenav-section {
	position:absolute;
	top:150px;
	left:650px;
	width:180px;
	float:right; 
	bottom:25px;
	border:none;
	}
	
.section-img {
	position:absolute;
	top:150px;
	left:10px;
	right:225px;
	width:625px;
	text-align:center;
	float:left;
	clear:left;
	bottom:25px;
	}

p.storytitle {
	float:right;
	background-color:#fff;
	font-size:130%;
	font-weight:bold; 
	border:2px dotted #000;
	}

.title {
	background-image:url(images/title-background.gif);
	float:right;
	padding:10px;
	margin-right:5px;
	text-align:right;
	border: 2px solid #000; 
}

.bio	{
	margin:20px;
	padding:20px;
	background-color:#fcc;
	color:#606;
	border:2px dotted #606;
		} 
		
.notice  {
	width:99%; 
	background-color:#f69;
	margin-top:2px; 
	margin-right:10px;
	margin-bottom:2px; 
	border:2px solid red; 
	padding:15px; 
	text-align:center; 
	font-weight:bold; 
	}
	
.ed-note	{
	margin:20px;
	padding:20px;
	background-color:#ccf;
	color:#606;
	border:2px dotted #606;
		} 

.gallery{
	border:2px solid #000000; 
		}
		
.gallery-index	{
	margin-left:25px; 
	margin-right:25px;
	text-align:center; 
	color:#FFFF00;
	font-weight:bold; 
	}
