@charset "utf-8";
/* CSS Document */

body {
	background-color:#AC9576;
	background-image:url(images/background4.jpg);
	/* Bigstock Photo 4290048 */
	background-repeat:repeat-y;
	margin:auto;
}

#container {
	width:80%;
	background-color:#fff;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	border:1px solid #8F6E45;
	padding-left:20px;
	padding-right:20px;
}

p, li, h1, h2, h3, dd {
	font-family:Georgia, "Times New Roman", Times, serif;
}

#top-nav {
	width:100%;
	/* height:26px; */
	margin-top:30px;
	padding-bottom:0px;
	border-bottom:solid 1px #D9CDBD;
}

#top-nav ul {
	margin-left:26px;
	margin-top:0px;
    margin-right:24px;
	list-style:none;
	text-align:center;
}

#top-nav ul li {
	display:inline;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#614E36;
	padding-left:25px;
}

#top-nav ul li a:link {
	color:#A48B6B;
	text-decoration:none;
}
	
#top-nav ul li a:visited {
	color:#A48B6B;
	text-decoration:none;
}

#top-nav ul li a:hover {
	color:#614E36;
	text-decoration:none;
}

#characters {
	margin-top:24px;
	float:left;
}

#page-title {
	margin-left:40px;
	margin-top:24px;
	float:left;
}

#page-title h1 {
	font-size:24px;
	color:#695232;
}

#content ul li {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000000;
    font-size:15px;
	line-height:1.6em;
}

#footer {
	width:80%;
	background-color:#AC9476;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	border:1px solid #8F6E45;
	padding-left:20px;
	padding-right:20px;
}

#footer p {
	font-size:12px;
	color:#fff;
}

.clear-floats {
	clear:both;
}

