body { 
	background-color: #444444;
	background-image: none;
	color: white;
}

#mainWrapper {
	background-color: #000000;
	border: solid 1px #999999;
	margin-top: 0.5em;
}

.menubar {
	background-color: #225533;
}

#content {
	color: white;
}

#content p {
	margin: 0.5em 0;
}

#content ul {
	margin: 0.5em 0;
}

#content ul li {
	list-style-type: circle;
	margin-left: 2em;
}

#title {
	margin: 0.5em 0;
}

#title img{
	float: none;
	display: block;
	margin: 0 auto;
}

blockquote {
	margin: 0 auto;
	width: 35em;
	margin-top: 0.3em;
	font-size: 1.2em;
}

#title  h1 {

}

#titleHeader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 2.2em;
	margin: 0.3em auto;
	color: #ffc976;
	text-align: center;
}

#banner {
  background-image: url('http://appalshop.org/common/banner.jpg');
  background-color: #22cc44;
  background-position: top right;
  background-repeat: no-repeat;
  margin: 0 auto;
  height: 80px;
  border-bottom: 1px solid #888888;
}

#synopsis {
	margin: 1.5em 0;
	margin-left: 225px;
	font-size: 1.1em;
	color: #ffc976;
}

#content h4 {
	font-size: 1.2em;
	color: #ffc976;
}

div.leftBar {
	width: 215px;
	float: left;
	margin-right: 5px;
	padding: 5px;
}



div.leftBar img {
	display: block;
}

#footerWrapper {
	margin-top: 1em;
	border-top: 1px solid #cccccc;
	padding: 0.2em;
	background-color: #f0ede0;
}

#footer {
	width: 90%;
	margin: 0 auto;
	height: 4.5em;
	font-size: 0.8em;
	color: #18505a;
	position: relative;
}

#footer img {
	margin: 0 1em;
}

hr { 
  width: 80%;
  color: #fff;
  background-color: #fff;
  border: 1px dotted #000000;
  border-style: none none dotted;
}

a, a:visited {
  color: #72c497;
  text-decoration: none;
}

a:hover {
  color: #72c497;
  text-decoration: underline;
}  

