body
{
	margin: 0;
	background-color: #000000;
}
#outer_container
{
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
	background-color: #000000;
	width: 100%;
	min-height: 100%;
}
#menu_container
{
	margin: 0 auto 15px auto;
	width: 700px;
}
#main_nav_bar
{
	width: 700px;
	min-width: 700px;
	height: 34px;
	margin: 15px auto 0 auto;
	background-image: url('/images/white_trans.png');
	background-repeat: repeat;
}
#crumbtrail_container
{
	margin: 0 auto;
	width: 700px;
}
#crumbtrail_bar
{
	width: 700px;
	min-width: 700px;
	height: 20px;
	margin: 0 0 15px 0;
	background-image: url('/images/white_trans.png');
	background-repeat: repeat;
}
#crumbtrail_content
{
	color: #000000;
	line-height: 20px;
	font-size: 12px;
	font-family: "Times New Roman", "Times Roman", Times, serif;
	font-variant: small-caps;
	font-weight: bold;
	padding-left: 10px;
}
#crumbtrail_content a
{
	color: #000000;
	text-decoration: none;
}
#crumbtrail_content a:hover
{
	text-decoration: underline;
}
#content_outer_container
{
	margin: 0 auto;
	width: 700px;
}
#content_container
{
	width: 680px;
	padding: 10px;
	min-height: 350px;
	margin: 0;
	background-image: url('/images/white_trans.png');
	background-repeat: repeat;
}
#content_container a
{
	text-decoration: none;
}
#content_container a:hover
{
	text-decoration: underline;
}
#authorpic
{
	float: left;
	padding-right: 5px;
	padding-bottom: 5px;
	width:230px;
}
#authorpic a
{
	text-decoration: none;
	font-family: "Times New Roman", "Times Roman", Times, serif;
	font-size: 10px;
	font-variant: small-caps;
}
#current_book_mini
{
	float: right;
	padding-left: 5px;
	padding-bottom: 5px;
	width: 90px;
}
#authorpic_mini
{
	float: left;
	padding-right: 5px;
	padding-bottom: 5px;
	width: 90px;
}
#stockists
{
	width: 100%;
	margin: 0 auto;
	text-align: center;
	vertical-align: middle;
}
#stockists a img
{
	border: 0;
	margin: 1px;
	vertical-align: middle;
}
#footer
{
	margin: 5px auto 0 auto;
	width: 700px;
	font-size: 10px;
}
#footer_left
{
	float: left;
}
#footer_right
{
	float: right;
}
h1
{
	font-variant: small-caps;
}
h2
{
	font-size: 16px;
	font-variant: small-caps;
}
h2 a
{
	text-decoration: none;
}
h2 a:hover
{
	text-decoration: underline;
}
#excerpt, .book_groups
{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #000000;
	text-align: justify;
	padding: 10px;
}

/***** Gallery layout *****/
.pika-wrap
{
	width: 660px;
	margin: 0 auto;
}
.pika-image
{
	margin: 0 auto;
	position: relative;
	height: 425px;
	width: 640px;
	background: #fafafa;
	border: 1px solid #e5e5e5;
	padding: 10px;
}
.pika-image .animation, .pika-image .main-image
{
	position: absolute;
	top: 10px;
	left: 10px;
}
.pika-image .animation
{
	display: none;
	z-index: 2;
}
.pika-image img
{
	border: 0;
}
.pika-image .caption
{
	position: absolute;
	background: url('/images/title_bg.png');
	font-size: 11px;
	color: #45311e;
	padding: 10px;
	text-align: right;
	bottom: 50px;
	right: 10px;
	margin-left: 10px;
	width: 600px;
}
.pika-image .caption p
{
	padding: 0;
	margin: 0;
	line-height: 14px;
}
.pika-image .caption h2
{
	margin-top: 0;
	padding-top: 0;
}
.pika-imgnav a
{
	position: absolute;
	text-indent: -5000px;
	display: block;
	z-index: 3;
}
.pika-imgnav a.previous
{
	background: url('/images/prev.png') no-repeat left 50%;
	height: 340px;
	width: 50px;
	top: 10px;
	left: 10px;
	cursor: pointer;
}
.pika-imgnav a.next
{
	background: url('/images/next.png') no-repeat right 50%;
	height: 340px;
	width: 50px;
	top: 10px;
	right: 10px;
	cursor: pointer;
}
.pika-imgnav a.play
{
	background: url('/images/play.png') no-repeat 50% 50%;
	height: 100px;
	width: 40px;
	top: 0;
	left: 50%;
	display: none;
	cursor: pointer;
}
.pika-imgnav a.pause
{
	background: url('/images/pause.png') no-repeat 50% 50%;
	height: 100px;
	width: 40px;
	top: 0;
	left: 50%;
	display: none;
	cursor: pointer;
}
.pika-textnav
{
	overflow: hidden;
	margin: 10px 0 0 0;
}
.pika-textnav a
{
	font-size: 12px;
	text-decoration: none;
	color: #333333;
	padding: 4px;
}
.pika-textnav a:hover
{
	background: #e5e5e5;
	color: #0065b2;
}
.pika-textnav a.previous
{
	float: left;
	width: auto;
	display: block;
}
.pika-textnav a.next
{
	float: right;
	width: auto;
	display: block;
}
.pika-thumbs
{
	margin: 10px 0 0 0;
	padding: 0;
	overflow: hidden;
}
.pika-thumbs li
{
	float: left;
	list-style-type: none;
	width: 74px;
	padding: 3px;
	margin: 0 2px;
	background: #fafafa;
	border: 1px solid #e5e5e5;
	cursor: pointer;
}
.pika-thumbs li:last
{
	margin: 0;
}
.pika-thumbs li .clip
{
	position: relative;
	width: 74px;
	height: 74px;
	text-align: center;
	vertical-align: center;
	overflow: hidden;
}
.clip span
{
	background-color: #000000;
	position: absolute;
	top: 5px;
	left: 5px;
	display: block;
}
ul#pikame
{
	width: 680px;
}
.jcarousel-skin-pika .jcarousel-container-horizontal
{
	padding: 10px 20px;
}
.jcarousel-skin-pika .jcarousel-clip-horizontal
{
	height: 90px;
	width: 660px;
}
.jcarousel-skin-pika .jcarousel-item-horizontal
{
	margin-right: 10px;
}
.jcarousel-skin-pika .jcarousel-item-placeholder
{
	background: #ffffff;
	color: #000000;
}
