body	{
	margin: 0px;
	padding: 0px;
	background-image: url(habs/lords_bg.jpg);
	background-position: top center;
	background-color: #0a1d0c;
	background-repeat:no-repeat;
	color:#ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	}

#wrap	{
	margin: auto;
	padding: 0px;
	width: 1042px;
	background: url(images/wrapper.png) repeat-y;
	}

#sign_in	{
	margin: auto;
	padding: 4px;
	width: 990px;
	height: 22px;
	background-color: #044031;
	text-align: center;
	}

#logged_in	{
	margin: auto;
	padding: 4px;
	padding-top: 7px;
	width: 990px;
	height: 19px;
	background-color: #044031;
	text-align: center;
	}
			
#header	{
	margin: auto;
	padding: 0px;
	width: 998px;
	height: 163px;
	background-image: url(habs/lords_header.jpg);
	border-bottom: #05a875 solid 1px;
	}

#navcontainer	{
	margin: auto;
	padding: 0px;
	width: 926px;
	height: 54px;
	}
	
a:link {
	text-decoration: none;
	font-weight: normal;
	color: #dddda1;
}

a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #538159;
}

a:hover {
	text-decoration: none;
	font-weight: normal;
	color: #fffffd;
}

#series {
	width: 960px;
	min-height: 500px;
	margin-left: 40px;
	margin-right: 40px;
	padding-bottom: 30px;
	}
#series_about {
	width: 600px;
	float: left;
	margin-right: 30px;
}

#new_books {
	width: 300px;
	float: left;
	text-align: center;
	border-left: solid 1px #808080;
}

#last_book {
	width: 100px;
	height: auto;
	text-align: center;
	float: left;
	margin-left: 30px;
	background-color: #538159;
	padding: 1px;
}

#s_trivia {
	float: left;
	width: 400px;
}

#s_species {
	float: right;
	width: 520px;
}

hr {
	border-top: 1px #808080 solid;
	border-bottom: none;
	height: 0px;
}

.book_div{
	margin-left: 54px;
	width: 180px;
	height: 250px;
	float: left;
}

#footer {
	text-align: center;
	margin-top: -25px;
	margin: auto;
	background: url(images/wrapper.png) repeat-y;
	width: 1042px;
	padding-bottom: 9px;
	font-size: 12px;
}