@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #066;
	background-repeat: no-repeat;
}
#container {
	background-color: #FBEBAA;
	margin: auto;
	width: 780px;
}
#navbar {
	background-color: #9CF;
	height: 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	margin: 10px;
	padding: 5px;
}
#top {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	text-decoration: none;
	background-repeat: repeat-x;
	margin: 10px;
	text-align: center;
	background-color: #066;
	border: thin outset #d6d6d6;
	padding: 5px;
	background-position: left center;
	font-weight: bolder;
	font-size: x-large;
	background-image: url(../images/Pens.jpg);
}
#story {
	padding: 10px;
	width: 550px;
	margin: 10px;
	float: right;
}
#sidebar {
	width: 150px;
	margin: 10px;
	padding: 8px;
	float: left;
	clear: left;
	height: auto;
}
#footer {
	padding: 10px;
	clear: both;
	background-color: #FBEBAA;
}
a:link {
	color: #000;
	text-decoration: none;
}
a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #FFF;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #FFF;
	font-size: large;
	font-family: "Times New Roman", Times, serif;
}
#container #story p em .highlighted-text {
	color: #F00;
}
