/************************************
HEADER
************************************/
#header {
	border-right: 1px solid #fff;
}
.header1 {
	vertical-align: top;
}
.header2 {
	vertical-align: top;
	height: 53px;
}
.header3 {
	width: 100%;
	vertical-align: top;
	height: 102px;
}
/************************************
NAV
************************************/
.nav {
	font: bold 12px Arial, Helvetica, sans-serif;
	padding: 4px 15px 3px 15px;
	background: #55421a;
	color: #ba923d;
	border-top: 1px solid #97762f;
	border-bottom: 1px solid #97762f;
}
.nav A, .nav A:visited, .nav A:active{
	color: #ba923d;
	text-decoration: none;
	margin:  0px 8px 0px 8px;
}
.nav A:hover {
	color: #fff;
	}






/* -- GLOBAL > SUBS NAVIGATION --------------------------------------------------------- */
.subNav {
	padding-top: 4px;
}
.subNav div{
	display: none;
}
.subNav A, .subNav A:visited, .subNav A:active{
	font-weight: bold;
	margin: 0px 8px 0px 8px;
	color: #97762f;
	text-decoration: none;
}
.subNav A:hover {
	color: #ffffff;
}
#author_sn{
	padding-left: 14px;
}
#book_sn{
	text-align: right;
}
#bookclub_sn{
	text-align: right;
}
#pressinfo_sn{
	text-align: right;
}
#buy_sn{
	text-align: right;
}