/* COLORS
--------------------
Green - 	#6A7934
Khaki - 	#B9A26B
Purple - 	#871A7D
--------------------
Lt Khaki - 	#E8E4B5
Dk Khaki - 	#86754E
Very Dk - 	#393221
--------------------

*/

/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {
	font: 70%/1.8em Verdana, Tahoma, Arial, Geneva, sans-serif;
	color: #86754E; 
	text-align: center;
	margin: 0 0 50px 0;
}

/* links */
a, a:visited {	
	color: #5A93C9;
	background: inherit;
	text-decoration: none;	
}
a:hover {
	color: #8D132C;
	background: inherit;
	text-decoration: underline;	
}

/* headers */
h1, h2, h3, h4 {
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	color: #6A7934;
}
h1 {
	font-size: 230%;	
	font-weight: normal;
	letter-spacing: -1px;
}
h2 {
	font-size: 180%;
	color: #88ac0b;
}
h3 {
	font-size: 150%;	
	font-weight: normal;	
}

h4 {
	font-size: 120%;	
	font-weight: normal;	
}

h1, h2, h3, h4, p {
	padding: 10px;		
	margin: 0;
}
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
}
ul {
	list-style: none;
}

/********************************************
   LAYOUT
********************************************/ 

#header {
	position: relative;
	background-color:#640e0d;
	width: 100%;	
	height: 50px;	
	padding: 0;
	margin: 0px auto;
	margin-top: 10px;
	border-top:#3c2121 5px solid;
	border-bottom:#3c2121 5px solid;
	color: #ffa504;
}

#wrap {
	position: relative;
	background:#f3d378;
		background-image:url(../images/parchment4.jpg);
	width: 880px;	
	margin: 0px auto 0 auto;
	text-align: left;
	padding-top:10px;
	border:#3c2121 1px solid;
}

#cover {
	float:left;
	width:464px;
	font-size:larger;
}

#synopsis {
	float:left;
	width:369px;
	font-size:larger;
	color:#3d2423;
	padding-top:35px;
	line-height:22px;
}

.drop {
	display: block;
	float: left;
	margin: 0px 0 0 0;
	padding: 0 1px 0;
	width: 30px;
	height: 43px;
	text-indent: -9000px;
	border: none;
	}
	
.i {
	background: transparent url(../images/dropcap.png) 0 0 no-repeat;
	}
	
.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
	text-align: center ;
	color:#3d2423;
		font-size:larger;
	}

* html body #sidebar ul.sidemenu li {
	height: 1%;
}

/* display and additional classes */
.clear { clear: both; }

/* large background image */
		img.bg {
			/* Set rules to fill background */
			min-height: 100%;
			min-width: 1024px;
			
			/* Set up proportionate scaling */
			width: 100%;
			height: auto;
			
			/* Set up positioning */
			position: fixed;
			top: 0;
			left: 0;
		}
		
		@media screen and (max-width: 1024px){
			img.bg {
				left: 50%;
				margin-left: -512px; }
		}
		
		div#content {
			/* This is the only important rule */
			/* We need our content to show up on top of the background */
			position: relative; 
			
			
			/* These have no effect on the functionality */
			width: 500px;
			margin: 0 auto;
			background: #fff;
			padding: 20px;
			font-family: helvetica, arial, sans-serif;
			font-size: 10pt;
			line-height: 16pt;
			-moz-box-shadow: #000 4px 4px 10px;
			-webkit-box-shadow: #000 4px 4px 10px;
		}

