body{
	margin: 0;
	background: #476798;
	color: #333333;
	font-family: Lucida Grande;
}
a{
	color: #78b1bf;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
	color:#80BDCC;
}

div{
	display: block;
}
#wrapper{
	position: absolute;
	overflow: 0 auto;
	height: 100%;
	width: 100%;
}
#wrapper h1{
	color: #fffdd8;
	font-family: Georgia;
	font-weight: bold;
	margin: 0;
	/*font-style: italic;*/
}
#wrapper .section-head{
	padding: 10px;
	margin: 25px 40px 0 50px;
	height: 32px;
	/*min-width: 200px;*/
	width: 440px;
	background:rgba(51,51,51,0.9);
}

#wrapper .section-head h1{
	font-size: 1.75em;
}

#header{
	position:fixed;
	background: rgba(51,51,51,0.9);
	padding: 10px 60px;
	margin: 0;
	width: 100%;
	clear: both;
	z-index: 100;
}	
#header h1{
	color: #fffdd8;
	opacity: 1;
	font-family: Georgia;
	font-weight: bold;
	font-style: italic;
	font-size: 3em;
	margin: 0;
}

/*adapted from other file*/
#content{
	position:relative;
	overflow:auto;
	padding:60px 0 20px 0;
}
#content div{
	/*width:100%;*/
	margin:10px 0px;
}
#content ul{
	overflow:auto;
	list-style: none;
}
#content li{
	float:left;
	background:rgba(51,51,51,0.9);
	width:200px;
	height:200px;
	margin:10px;
	padding:10px;
}
#content li a{
	text-align: right;
	font-size:100px;
}
#content li p{
	padding: 0;
	color: #fffdd8;
	margin: 0;
}

#readings{
	padding-bottom
}

#footer{
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 20px;
	background: rgba(51,51,51,0.9);
	z-index: 100;
	color: #fffdd8;
	padding-left: 60px;
	padding-top: 3px;
	font-size: .75em;
}