html, body {
	margin:0;
	padding:0;
	font-family:Trebuchet MS, Arial, Helvetica, Verdana, Sans-Serif;
}
body {
	text-align: center;
	
}
#container {

	
}
#header {
	background: #e7ca85 url(../images/headerback.jpg) no-repeat center top;
}

#header_contain {
	width: 960px;
	margin: 0 auto;
}

#header_contain #title {
	float: left;
	width: 524px;
	margin: 50px 0 30px;
}

#header_border {
	border-top: 1px solid #faedd6;
	background: #b89661;
	height: 15px;
}

#menu #navigation {
	background-color: rgba(0, 0, 0, .5);
	padding: 10px;
}

#menu #navigation ul {
	width: 960px;
	margin: 0 auto;
}

#menu #navigation li {
	display: inline;
	margin: 0 10px;
}

#navline {
	background: url(../images/navline.jpg) repeat-x;
	height: 2px;
	width: 100%;
}


#wrapper {
	width: 960px;
	margin: 0 auto;
}

#content {
	float: left;
	width: 554px;
	text-align: justify;
	margin: 30px 16px 0 0;
	
}

#pullquote {
	float: left;
	margin: 10px 20px 10px 0;
}

#image {
	position: relative;
	overflow:hidden;
	width: 327px;
	height: 229px;
	border: 1px solid #232;
}

.author {
	float: left;
	border: 1px solid  #232;
	margin: 0 10px 10px 0;
}

#sidebar {
	float: left;
	width: 310px;
	margin: -200px 0 0 70px;
	text-align: right;
}

#quote {
	background: url(../images/quotes.jpg) top left no-repeat;
	text-align: center;
}

#quote hr {
	border-top: 1px solid #bbb;
	width: 60%;
	margin: 10px 0 10px 60px;
}

#photogallery {
	margin: 50px 0;
}

#footer {
	background: #232323;
	border-top: 1px solid #ee2332;
}

#footer_contain {
	width: 960px;
	margin: 10px auto 0;
}


#footer_copyright {
	float: left;
	width: 348px;
	margin: 0 0 0 0;
	text-align: left;
}

#footer_isbn {
	float: right;
	width: 550px;
	margin: 0 0 0 15px;
	text-align: right;
}


#gallery {
		background-color: #FFF;
		width: 554px;
	}
	#gallery ul { list-style: none; }
	#gallery ul li { display: inline;}
	#gallery ul img {
		margin: 0 0 10px 0;
		
	}



#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10000;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}


.clear {clear: both;}
.right {float: right;}
.left {float: left;}
