﻿.img-right {
	float: right;
	clip: rect(auto, auto, 8px, 8px);
	margin: 10px;
}
.img-left {
	float: left;
	clip: rect(auto, 8px, 8px, auto);
	margin: 10px;
}
#container {
	margin: 0px auto 0px auto;
	background-color: #FFFF99;
	width: 700px;
}
#top {
	width: 810px;
	height: 140px;
	text-align: center;
	background-color: #008080;
}
#story {
	padding: 10px;
	width: 430px;
	float: left;
}
.style1 {
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: bold;
	font-style: italic;
	color: #000000;
	background-color: #FFFFFF;
}
#sidebar {
	border: thin solid #FFFFFF;
	padding: 10px;
	width: 310px;
	float: right;
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-right: 10px;
}
#footer {
	background-color: #FFFFFF;
	width: 810px;
	height: 10px;
}
.Clear {
	clear: both;
}
#story h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
}
#story h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
}
#sidebar h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
}
#caption {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
}
#photocredit {
	font-family: "Times New Roman", Times, serif;
	font-size: xx-small;
}
#sidebar ul {
	padding: 0px;
	margin: 0px 0px 0px 10px;
}
#sidebar li {
	list-style-type: none;
	margin-bottom: 8px;
	margin-left: 10px;
}
body {
	background-color: #FFFFFF;
}
.story-left {
	padding: 10px;
	width: 430px;
	float: left;
}
.story-right {
	border: thin solid #FFFFFF;
	padding: 10px;
	width: 310px;
	float: right;
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-right: 10px;
}
