
div.wrapper {
	width: 60em; /* 960 px */
	margin-left: auto;
	margin-right: auto;
	border: solid thick #a7bb80;
	
	
}

header {
	background-color: #a7bb80;
	background-image: url(images/beach.png);
	background-position: 95% top;
	background-repeat: no-repeat;
	
}

nav {
	float: left;
	width: 15em; /* 240px */
	height: 50em; /* 800px */
	border-right: dashed medium #484d7c;
	padding-left: 15px;
	font-size: .85em;
	background-image: url(images/6edcoversm.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	margin-top: 10px;
	
}

article {
	float: left;
	width: 43em;
	padding-left: 20px;
}

footer {
	clear: left;
	text-align: right;
	padding-top: 1em;
}

body {
	font-family: arial, sans-serif;
}




.current {
	font-weight: bold; 
	color: #973030;
}

.copy {
		font-family: arial, sans-serif;
		line-height: 1.25em;
}

h4 {font-family: arial, sans-serif;}

a {color: #1b204e;}

nav a{
	color: #1b204e;
	text-decoration: none;
}
a:visited {color: #1b204e;}

nav a:hover {
	text-decoration: underline;
	}

.publishby {margin-right: 1em; text-align: right;}


.chptitle {color: #973030;}
