@charset "UTF-8";
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: none;
	color: #666;
}
a:active {
	text-decoration: none;
	color: #000;
}
body {
	background-color: #FFF;
	font-size: 11px;
}
#menubar {
	float: left;
	width: 150px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: left;
	margin-top: 15px;
}
.blog {
	width: auto;
	margin-top: 15px;
	margin-left: 15px;
}
#maintext {
	font-family: Futura, Helvetica, Arial;
	font-size: 1em;
	line-height: 1.25em;
	color: #000;
	text-align: justify;
	padding: 10px;
	width: 600px;
	margin-right: auto;
	margin-left: 175px;
	letter-spacing: 1px;
	padding-top: 15px;
}
.bookdescription {
	font-family: futura, Helvetica, Arial;
	font-size: 11px;
	color: #000;
	text-align: left;
	width: 700px;
	margin-left: 175px;
	padding: 0px;
}
#tumblr {
	font-family: futura, Helvetica, Arial;
	font-size: 110%;
	line-height: 100%;
	color: #000;
	text-align: left;
	word-spacing: 1px;
	padding: 5px;
	width: 900px;
	margin-top: 15px;
	margin-left: 150px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

