#navigation {
	position: absolute;
	z-index: 5;
	width: 800px;
	height: 50px;
	color: #fff;
	overflow: hidden;
	top: 150px;
	left: 50px;
}

#content {
	position: absolute;
	overflow: auto;
	background: transparent;
	padding: 0 10px 0 0px;
}

#bottombox {
	height: 150px;
	width: 380px;
	padding: 0;
	margin: 0;
	position: absolute;
	z-index: 10;
	overflow: visible;
	background: url(../images/scdy_pgs/voodoo_bg2.jpg) left top;
}

#bottombox img, #bottombox a img {
	display: inline;
	margin: 0px -5px;
	padding: 0;
}

#yellowmoon #bottombox img, #voodoodreams #bottombox img, #voodooseason #bottombox img {
	margin: 0 20px!important;
	padding: 0;
}

#bottombox p a {
	position: absolute;
	float: left;
	text-align: left;
	text-indent: -90000px;
}

#bottombox #voodoolink {
	width: 90px;
	z-index: 16;
	right: 15px;
	top: 35px;
	height: 75px;
}

#yellowmoon #bottombox #voodoolink, #voodoodreams #bottombox #voodoolink, #voodooseason #bottombox #voodoolink {
	width: 105px;
	z-index: 16;
	right: 15px;
	top: 35px;
	height: 75px;
}


/* ----- NAVIGATION STYLING -----*/

#navigation ul, #navigation ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-type: none;
	display: inline;
	float: left;
}

#navigation ul li a {
	float: left;
	height: 50px;
	text-align: left;
	text-indent: -9000px;
}

#nav_books a {
	width: 60px;
	background: url(../images/navigation/secondary/books_sprite.jpg) no-repeat 0 0;
}

#nav_books a:hover {
	background: url(../images/navigation/secondary/books_sprite.jpg) no-repeat 0 -50px;
}

#nav_bio a {
	width: 60px;
	background: url(../images/navigation/secondary/bio_sprite.jpg) no-repeat 0 0;
}

#nav_bio a:hover {
	background: url(../images/navigation/secondary/bio_sprite.jpg) no-repeat 0 -50px;
}

#nav_mailinglist a {
	width: 115px;
	background: url(../images/navigation/secondary/mailinglist_sprite.jpg) no-repeat 0 0;
}

#nav_mailinglist a:hover {
	background: url(../images/navigation/secondary/mailinglist_sprite.jpg) no-repeat 0 -50px;
}

#nav_bookclub a {
	width: 150px;
	background: url(../images/navigation/secondary/bcgps_sprite.jpg) no-repeat 0 0;
}

#nav_bookclub a:hover {
	background: url(../images/navigation/secondary/bcgps_sprite.jpg) no-repeat 0 -50px;
}

#nav_events a {
	width: 90px;
	background: url(../images/navigation/secondary/events_sprite.jpg) no-repeat 0 0;
}

#nav_events a:hover {
	background: url(../images/navigation/secondary/events_sprite.jpg) no-repeat 0 -50px;
}

#nav_links a {
	width: 75px;
	background: url(../images/navigation/secondary/links_sprite.jpg) no-repeat 0 0;
}

#nav_links a:hover {
	background: url(../images/navigation/secondary/links_sprite.jpg) no-repeat 0 -50px;
}

#nav_contact a {
	width: 90px;
	background: url(../images/navigation/secondary/contact_sprite.jpg) no-repeat 0 0;
}

#nav_contact a:hover {
	background: url(../images/navigation/secondary/contact_sprite.jpg) no-repeat 0 -50px;
}

#nav_blog a {
	width: 140px;
	background: url(../images/navigation/secondary/blog_sprite.jpg) no-repeat 0 0;
}

#nav_blog a:hover {
	background: url(../images/navigation/secondary/blog_sprite.jpg) no-repeat 0 -50px;
}

