body {
	margin: 0;
	border: 0;
	padding: 0;
	background: #DEB763 url(images/bg.png) 0 0 repeat-x;
	text-align: center;
	color: #F8F1DE;
	font: normal 12px/15px 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
a img {
	border: 0;
	}
a {
	outline: 0;
	color: #fff;
	text-decoration: none;
	}
#header {
	margin-top: 30px;
	position: relative;
	display: block;
	height: 80px;
	text-align: center;
	}
#bleft {
	position: absolute;
	top: 0;
	left: 0;
	width: 185px;
	height: 79px;
	z-index: 2;
	}
#bright {
	position: absolute;
	top: 0;
	right: 0;
	width: 241px;
	height: 79px;
	z-index: 2;
	}
#logo {
	position: relative;
	z-index: 3;
	}
#tagline {
	font: 400 15px/15px 'Arvo', Georgia, serif;
	color: #F8F1DE;
	}
#copyright {
	font: 400 12px/13px 'Arvo', Georgia, serif;
	color: #F8F1DE;
	}
#patterns {
	padding: 0 20px;
	}
#pages {
	margin: 60px 20px;
	position: relative;
	text-align: center;
	}
.page-group {
	position: relative;
	width: 1050px;
	margin: 0 auto;
	border: 10px solid #F8F1DF;
	padding: 0;
	background-color: #F8F1DF;
	box-shadow: 0 4px 12px rgba(0,0,0,0.3);
	text-align: center;
	z-index: 1;
	}
#page-group-1 {
	width: 525px;
	}
.page-prev {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 525px;
	height: 100%;
	background: url(images/blank.png) 5% 95% no-repeat;
	z-index: 2;
	}
.page-next {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 525px;
	height: 100%;
	background: url(images/blank.png) 95% 95% no-repeat;
	z-index: 2;
	}