body {
	font-family: "Lato";
	overflow: auto;
	margin: auto;
	max-width: 1024px;
	background-color: #E0E8F0;
}

body p {
	text-align: justify;
}

header {
	text-align: center;
}

.bookcover {
	width: 200px;
}

nav {
	float: left;
	display: inline;;
	min-width: 200px;
	width: 20%;
}

.content {
	float: right;
	display: inline;
	width: 80%;
}

.content h1 {
	font-size: 28px;
}

.content h2 {
	font-size: 22px;
}

.content h3 {
	font-size: 16px;
}

.content h1 {

}

table {
	border-collapse: collapse;
}

table th {
	text-align: left;
	background-color: #d3d3d3;
}

table td, table th {
	border-style: solid;
	border-width: 1px;
}

.phototable .name {
	width: 200px;
}

.phototable img {
	max-width: 150px;
}

.scheduletable .date {
	min-width:90px;
}

.scheduletable .deliverables {
	min-width: 135px;
}

.scheduletable ul {
	list-style: none;
	padding-left: 0;
}

.scheduletable li {
	padding: 5px 0 5px 0;
}

.noleftborder {
	border-left: none;
}

.norightborder {
	border-right: none;
}

nav a {
	text-decoration: none;
}
