﻿@charset "utf-8";

* {
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0;
	padding: 0;
}

body{
	background-image: url("images/graymelton.jpg");
	text-align: center;
}

a:link, a:visited {
	color: #663300;
	text-decoration: none;
	font-size: 100%;
}

a:hover {
	color: #663300;
	text-decoration: none;
}

h1 {
	font-size: 110%;
	text-align: left;
}

h2 {
	font-size: 130%;
	text-align: left;
	padding: 10px 0px;
}

p {
	font-size: 80%;
	padding: 10px 0px;
}

hr	{
	color: #669933;
	height: 1px;
	background-color: #669933;
}

strong	{
	font-weight: bold;
	color: #000000;
}

em	{
	font-style: italic;
}

.smalltext {
	font-size: 55%;
	text-align: right;
}

.inlinetext {
	font-size: 80%;
	text-align: left;
}

#container {
	margin:0px auto;
	background: #6d533a;
	height: 100%;
	width: 950px;
	padding-right: 3%;
	padding-left: 3%;
}

#wrap {
	width: 950px;
	background-image: url("images/woodbg.jpg");
}

#header {
	width:100%;
	height:230px;
	background: url("images/header.jpg") no-repeat center;
	text-align: center;
	float: left;
	overflow: hidden;
}

#navbar {
	height: 70px;
	margin-top: 160px;
	float: left;
	width: 850px;
	background: url("navbar.png") bottom center;
	padding-left: 19%;
}

#navbar ul {
	list-style: none;
}

#navbar li {
	display: block;
	list-style-type: none;
	height: 20px;
	float: left;
	padding: 5px 20px;
	border-left: 0.5px solid #333333;
	border-right: 0.5px solid #333333;
} 

#navbar a, #navbar a:visited {
	color: #333333;
	text-decoration: none;
	font: 68% "Trebuchet MS", Verdana, sans-serif;
}

#navbar a:hover {
	color: #666666;
}

#content {
	text-align: left;
	background: url("images/paperbg.jpg");
	float: left;
	width: 100%;
}

#sidebar {
	float: left;
	text-align: left;
	font-size: 90%;
	padding: 10px;
	background: url("images/sidebar.jpg");
	height: 100%;
	width: 180px;
}

#sidebar a:link, a:hover, a:visited {
	color: #333333;
	font-size: 100%;
}

#image {
	width:55%;
	height:300px;
	float: left;
	text-align: left;
	background: url("images/postit.jpg") no-repeat;
}

#topcontent {
	height:100%;
	float: left;
	text-align: left;
	background: #d5cebb;
}

#frightcontain {
	padding-left: 300px;
}

#fright {
	height:100%;
	background: url("beige.jpg");
	text-align: left;
	color: #333333;
	height: 100%;
	padding: 20px;
	float: right;
	font-size: 120%;
	font-weight: bold;
}

#fleft {
	height:300px;
	text-align: left;
	font: 120% "Arial Black", Helvetica, sans-serif;
	color: #333333;
	float: left;
	width: 300px;
}

#story {
	float: left;
	text-align: left;
	padding: 5%;
	clear: both;
	width: 90%;
}

#scontainer {
	margin-left: 200px;
}

#astory {
	text-align: left;
	padding: 30px;
	float: left;
}

#inline-list {
	margin: 1em;
	width: 85%;
	padding: 2%;
	background: #FFFFFF;
}

#inline-list .front {
	display: inline;
	font-size: 0.60em;
}
#inline-list .book {
	display: inline;
	font-size: 0.85em;
}

#inline-list ul {
	list-style: disc url(bullet.gif) inside;
}

#inline-list li {
	font-size: 0.85em;
}

#siteinfo {
	width:100%;
	height:50px;
	padding: 30px 0px 0px 0px;
	font-size: x-small;
	text-align: center;
	clear: both;
	overflow: hidden;
	background: url("images/paperbg.jpg");
}






