#wrapper {
	background-color: #EFDFCF;
	display: inline-block;
	margin: auto;
	width: 955px;
	border: thin double #003300;
	height: auto;
	background-image: url(images/back1.jpg);
}
#header {
	display: inline;
	float: left;
	height: 190px;
	width: 955px;
}

#navs {
	float: left;
	height: auto;
	width: 955px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-bottom: 10px;
}


#narrative {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.4em;
	color: #333333;
	background-image: url(images/back1.jpg);
	display: inline;
	width: 925px;
	float: left;
	padding-right: 5px;
	padding-left: 15px;
}

.accentBold {
	color: #003399;
	font-weight: bold;
}
