@charset "utf-8";
.greyborder1 {
	border: thin solid #666666;
}
#Nav {
	text-align: center;
	padding: 10px;
	background-color: #B89F9F;
	font-size: small;
	color: #666666;
}

#Nav UL {
	margin: 0px;
	padding: 0px;
}
#Nav LI {
	list-style-type: none;
	display: inline;
	margin-right: 10px;
	margin-left: 10px;
}
#Nav a {
	font-size: small;
	text-decoration: none;
	color: #3C3B39;
}
#footer li {
	list-style-type: none;
	display: inline;
	margin-left: 10px;
	margin-right: 10px;
}
#footer a {
	font-size: 90%;
	color: #3C3B39;
	text-decoration: none;
}
#Nav a:hover {
	color: #FDDEDE;
	font-size: 90%;
}
#footer a:hover {
	font-size: 90%;
	color: #000000;
}
.image-right {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
.image-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

/* CSS Document */

.image-right {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
.image-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
#story {
	padding: 10px;
	width: 725px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 10px;
	float: left;
	background-color: #f5f2f1;
}
#sidebar {
	float: right;
	width: 230px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 5px;
	background-color: #666666;
	padding: 10px;
	color: #F5F2F1;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
}
#story h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-large;
}
#sidebar h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
}
#story h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
}
#story p {
	font-size: 90%;
	line-height: 110%;
}
#sidebar p {
	line-height: 120%;
}
