
/* Designed by Clay S. for Wolf.Den.Studios */
/* Main Layout */

*{
	margin: 0;
	padding: 0;
}
body {
	color: #c0c0c0;
	background: #7d6a45 url(../images/background.jpg) repeat;
	word-wrap: break-word; /* IE */
	font-family: "Lucida Grande", "Lucida Sans", Verdana, sans-serif;
	font-size: medium;
}
#container {
	width: 775px;
	\width: 795px;
	w\idth: 775px;
	border: 1px solid #92071f;
	margin-top: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: auto;
	padding: 0px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #000000;
}
#banner {
	padding: 0;
	margin: 0;
	text-align: center;
	background-color: #000000;
}
/* Navigation System */
#navbar {		
	margin: 0;
	padding: 0;	
	background: #213c63;
	font-size: .9em;
	text-align: left;
}
 
#navbar ul {	
	margin: 0;
	padding: 0;	
	list-style-type: none;
	text-align: center;
	color: #fefefe;	
	background: #000000;
	float:left;
	width:100%;
}
#navbar ul li {
	display: block;
	float:left;	
	border-right:1px ridge #ffffe5;
}
#navbar ul li a {
	margin: 0;
	padding:.25em .5em .25em .5em;
	color: #ffffe5;
	background: #000000;
	border:1px solid #000000;
	text-decoration: none;
	display: block;
	text-align: center;
	font-variant: small-caps;	
}
#navbar ul li a:hover {
	background: #92071f;
	border:1px outset #92071f;
}
#current a:link, #current a:visited, #current a:hover	{
	color: #000000;
	background: #ffffe5;
	border:1px solid #ffffe5;	
	}
/* End Navigation Setup */
/* Main Content Area */
#content {
	margin-top: 0px;
	padding: 0 5px 0 5px;
	color: #000000;
	background-color: #ffffe5;
}
#content hr {
	margin: auto;
}
#content p{
	text-indent: 1.5em;	
	font-size: .85em;
	line-height: 1.3em;
	padding: 10px;
}	
#content h1 {
	margin-top: 1em;
	margin-left:10px;
	font-family: "Georgia", serif;
	color: #92071f;
	margin-bottom: .8em;
	}
#content h2 {
	font-family:  "Georgia", serif;	
	margin-left: 10px;
	}
#content h3 {
	font-family:  "Georgia", serif;
	text-align: center;
	}
#content h4 {
	font-family:  "Georgia", serif;
	color: #92071f;
	padding-top: 10px;
	}

#content a {
	color: #92071f;
	text-align: center;
	font-weight: normal;
}
#content a:visited {
	color: #92071f;
}
#content a:hover {
	color: #0a659e;
}
#content ul {
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bold;
	text-align: center;
}
#title {
	color: #92071f;
	text-align: center;
	}
#footer {
	clear: both;
	padding: 0;
	margin-top: 0px;
	font-size: small;
	text-align: center;	
	color: #ffffe5;
	background-color: #000000;
}
/* End Main Content Area */
/* Classes */
.floatleft {
	float: left;
	margin: 5px 20px 10px 10px;
	padding: 2px;
	border: 1px solid #7d6a45;
}
.floatright {
	float: right;
	margin: 5px 10px 20px 10px;
	padding: 2px;
	border: 1px solid #7d6a45;
}
.centerpic {
	margin-left:auto;
	margin-right:auto;
}
.bookinfo {
    	margin-left: auto;
    	margin-right: auto;
	font-size: .8em;
	text-align: center;
 	line-height: 1.3em;
	margin-bottom: 1.25em;
	color: #000000;
	font-weight:bold;
	padding-bottom: 10px;
	border-bottom: solid 1px #92071f;
}
.bookinfo ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
.contact ul { 
	padding-left: 15px;
	margin-left: 0;
	list-style-type: none;
	}
.contact li {
	list-style-type: none;
	padding-bottom: 10px;
	font-size: .9em;
	line-height: 1.3em;
	font-weight: bold;
	}