body {
	background-image: url(images/main-bg.jpg);
	background-repeat: repeat;
}
.story-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #2D1C0A;
	line-height: 1.5em;
	font-weight: normal;
}


#leftNav {
	font-size: 16px;
	text-transform: capitalize;
	color: #D0AF6A;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	line-height: 2em;
	list-style-image: none;
	list-style-type: none;
	padding: 0px;
	width: 190px;
	margin-left: 35px;
	
}

#leftNav ul {
	margin: 0px;
	padding: 0px;
	
}
#leftNav ul li {
	display: block;
	list-style-type: none;
	
	
}

#leftNav ul li a {
	text-decoration: none;
	list-style-type: none;
	color: #D0BB8C;
	
}
#leftNav a:hover {
	color: #7E5611;
	text-decoration: blink;
	
}

#leftNav .left-current a {
	color: #916214;
	text-decoration: none;
	
}
.left {
	background-image: url(images/leftNav-bg.jpg);
	background-repeat: repeat-y;
	width: 226px;
}
.right {
	background-image: url(images/story-bg.jpg);
	background-repeat: repeat-y;
}
.enter {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #825416;
	text-transform: uppercase;
}
.enter a:hover {
	color: #E8D9B0;
}
.enter a {
	color: #7B5514;
	text-decoration: none;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	color: #A99B74;
	text-decoration: none;
	background-position: center;
	margin-top: 5px;
}
.footer a {
	color: #754D0F;
	text-decoration: none;
}
