@charset "utf-8";

/* Cover and Bird */

.book {
	margin-top: 10px;
	margin-left: 10px;
}
.bird {
	padding-top: 70px;
	padding-bottom: 40px;
}


/* Tool and Nav links */

.tools a, .nav a {
	color: #000000;
	text-decoration: none;
}
.tools a:hover, .nav a:hover {
	color: #000000;
	text-decoration: underline;
}
.spacer {
	font-size: 10px;
	padding-right: 8px;
	padding-left: 8px;
	color: #999999;
}


/* Navigation Box */

.nav ul {
	list-style-type: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}.nav li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A6A69C;
	padding-left: 10px;
	padding-bottom: 7px;
	padding-top: 7px;
}
#noRule {
	border-bottom-style: none;
}
.contentPic {
	margin-left: 10px;
	border: 1px solid #000000;
	margin-bottom: 5px;
}


/* Sidebar Bird and Quote */

#sidebar2 p {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 25px;
	color: #636152;
	margin-left: 50px;
	margin-right: 50px;
}

