@charset "utf-8";
/* CSS Document */

.left {
	width:40%;
	height: 165px;
	position: absolute;
	z-index: 2;
}
.right {
	height: 165px;
	width: 40%;
	float: right;
	z-index: 3;
}
.navM {
	text-align: center;
	background-image:url(images/navMiddle.png);
	font-size: 14px;
}
.navM a:link {
	color:#000000;
	text-decoration: none;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}
.navM a:visited {
	color:#000000;
	text-decoration: none;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}
body {
	background-color: #EEEEEE;
	margin-left: 10px;
}
.body {
	top: 200px;
	position: absolute;
	width: 100%;
}

.header {
	height: 88px;
	width: 100%;
	left: 0px;
	position: absolute;
	z-index: 1;
	top: 50px;
	
}
a img { border-style:none; }

.narrative {
margin-left: 10%;
margin-right: 10%;
}

.address {
margin-left: 30%;
}
