@charset "UTF-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
	text-align: center;
}
#outerwrapper {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	height: 650px;
	width: 980px;
}
#buttons {
	position:absolute;
	width:807px;
	height:33px;
	z-index:1;
	left: 2px;
	top: 40px;
}
#location {
	position:absolute;
	width:171px;
	height:53px;
	z-index:1;
	left: 812px;
	top: 37px;
}
#mainwrapper {
	width: 100%;
	height: 625px;
	background-image: url(../images/narrative-website.jpg);
	background-repeat: no-repeat;
}
#mainwrapper img {
	text-align: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#maincontent p {
	text-indent: 2em;
	padding-bottom: 1em;
	line-height: 1.3;
}
#leftnavcontent, #maincontent {
	padding: 5px;
}
#footerwrapper {
	text-align: center;
	clear: both;
	width: 100%;
	background-color: #38B439;
	height: 25px;
}
#info {
	position:absolute;
	width:718px;
	height:529px;
	z-index:1;
	left: 189px;
	top: 81px;
	overflow: auto;
	padding-left: 5px;
	padding-right: 5px;
}
#listening {
	position:absolute;
	width:200px;
	height:115px;
	z-index:1;
	left: 5px;
	top: 24px;
}
