/* CSS Document */

/*
-----------------------------------------------
LOCAL STYLE SHEET (book.css)

Site: Kockroach.com
Company:  AuthorsOnTheWeb.com
Author:   Eric P Rhodes (eric@bookreporter.com)
Version:  21 December 2006
File Path: ../css/book.css
----------------------------------------------- */


/* = Local Structure - #maincol
------------------------------------------*/
	
#maincol { 
	background: url("../images/book/book_bg_pb.jpg");
	background-repeat: no-repeat;
	background-position: top left;
	}	

#book_subnav {
	width: 375px;
	float: right;
	clear: right;
	padding-top: 15px;
	padding-bottom: 15px;
	}
	
#book_subnav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	list-style: none;
	}

#book_subnav li {
	list-style-type: none;
	float: left;
	margin: 0;
	padding: 0 10px 0 0;
	}

#book_subnav a {
	border-width: 0;
	padding: 0;
	margin: 0;
	}

#book_subnav a:focus, #book_subnav a:hover {
	color: #000000;
	text-decoration: none;
	}
