	body {
		margin-top: 0px;
		margin-bottom: 0px;
		text-align: center; 
		font-size: 100%;
		font-weight: normal;
		font-family: arial, helvetica, sans-serif;
		background-color: #EEE;
		}

	h1 {
		color: #000066;
		font-size: 130%;
		text-align: center;
		}

	a {
		color: #000066;
		text-decoration: none;
		}

	a:hover, a:active {
		text-decoration: underline;
		}

	a.email {
		font-size: 80%;
		}

	label {
		font-size: 80%;
		font-weight: bold;
		color: #000066;
		}

	#container1 {
		width: 600px;
		margin: auto;
		text-align: left;
		padding: 0;
		border: #000 solid 1px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		background-color: #CC0033;
		}

	#masthead {
		padding: 1em;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		}

	#nav {
		background-color: #CC0033;
		padding-top: 1em;
		padding-right: 0;
		padding-bottom: 1em;
		padding-left: 1em;
		width: 105px;
		float: left;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
	}

	#nav ul {
		list-style-type: none;
		line-height: 150%;
		padding: 0;
		margin: 0;
		border: 0;
	}

	#nav ul a {
		font-size: 90%;
		text-decoration: none;
		color: white;
		font-weight: bold;
	}

	#nav ul a:hover {
		text-decoration: underline;
	}

	#nav ul a:active {
		text-decoration: underline;
	}

	#RSS {
		text-align: center;
		margin-left: -1em;
		margin-top: 2em;
		}

	#RSS img {
		border: #FFF solid 1px;
		}

	#main {
		padding: 1em;
		padding-top: 1.5em;
		margin-left: 125px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		background-color: #FFF;
		background-image: url('/images/gifs/corner.gif');
		background-repeat: no-repeat;
		}

	#content {
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		}

	#content p {
		line-height: 130%;
		}

	#jonasPhoto {
		float: right;
		padding: 0;
		border: #999 solid 1px;
		margin-top: 5px;
		margin-right: 0px;
		margin-bottom: 10px;
		margin-left: 10px;
		}

	#highlights {
		margin-bottom: 2em;
		border: #000 solid 1px;
		padding: 1em;
		background-color: #EEE;
		font-size: 80%;
		}

	#highlights .cover {
		float: left;
		border: #999 solid 1px;
		margin-top: 0px;
		margin-right: 10px;
		margin-bottom: 10px;
		margin-left: 0px;
		}

	#highlights .title {
		color: #000066;
		font-size: 110%;
		font-weight: bold;
		}

	#highlights p {
		margin-top: 0;
		}

	#highlights a {
		text-decoration: none;
		}

	#representation {
		font-size: 80%;
		font-weight: bold;
		text-align: center;
		margin-top: 0;
		margin-bottom: 2em;
		line-height: 125%;
		}

	#pieces p {
		font-size: 80%;
		line-height: 120%;
		margin-bottom: 25px;
		}

	#pieces .title {
		font-size: 120%;
		font-weight: bold;
		color: #000066;
		text-decoration: none;
		}

	#pieces .title:hover {
		text-decoration: underline;
		}

	#pieces .title:active {
		text-decoration: underline;
		}

	h1.writingTitle{
		font-size: 120%;
		text-align: left;
		}

	.writingData{
		font-size: 70%;
		font-weight: normal;
		}

	#footer {
		font-size: 75%;
		text-align: center;
		margin-top: 4em;
		margin-bottom: 1em;
		line-height: 100%;
		}

	.bookCover {
		float: left;
		border: #999 solid 1px;
		margin-top: 0px;
		margin-right: 10px;
		margin-bottom: 10px;
		margin-left: 0px;
		}

	.bookTitle {
		font-size: 120%;
		font-weight: bold;
		}

	.bookData{
		font-size: 80%;
		font-weight: normal;
		margin-top: 0;
		}

	.clearBoth {
		clear: both;
		}

	p.instructions {
		font-size: 80%;
		text-align: center;
		}

	#searchResults li {
		margin-bottom: .5em;
		}

