@import url(https://fonts.googleapis.com/css?family=Playfair+Display:400,700,400italic|Fauna+One);
body {
	margin: 0;
	padding: 0;
	background: url(../images/bookbg.jpg) center top no-repeat fixed #2e404b;
}
.clearall {
	clear: both;
}
#wrapper {
	width: 1100px;
	margin: 0 auto;
}
#content {
	width: 1000px;
	padding-left: 50px;
	padding-right: 50px;
	background-color: rgba(255,255,255,0.6);
	margin: 0 auto;
	margin-top: 40px;
}
#header {
	position: relative;
	width: 1100px;
	margin-left: -50px;
	height: 150px;
	background: url(../images/paperbg.png) #527288;
	box-shadow: 0 0 7px #000000;
	opacity: 1;
	z-index: 999;
	border-bottom: 1px dotted #ffffff;
}
#logo {
	font: bold 45px 'Playfair Display', serif;
	text-shadow: 0 2px 1px #767b84;
	color: #222222;
	text-transform: uppercase;
	max-width: 600px;
	margin-left: 250px;
	padding-top: 10px;
	overflow: hidden;
}
.fancy {
  line-height: 0.5;
  text-align: center;
}
.fancy span {
  display: inline-block;
  position: relative;  
}
.fancy span:before,
.fancy span:after {
  content: "";
  position: absolute;
  height: 5px;
  border-bottom: 1px solid #000000;
  border-top: 1px solid #000000;
  top: 0;
  margin-top: 30px;
  width: 600px;
}
.fancy span:before {
  right: 100%;
  margin-right: 15px;
}
.fancy span:after {
  left: 100%;
  margin-left: 15px;
}
#nav {
	width: 1100px;
	margin-left: 0px;
	margin-top: -10px;
	height: 45px;
	background-image: url(../images/navbg.png);
}
#nav ul {
	list-style: none;
	font-family: 'Fauna One', serif;
	text-transform: uppercase;
	padding-top: 14px;
	margin-left: 110px;
}
#nav li {
	display: inline;
	margin-left: 35px;
}
#nav a {
	color: #3c5362;
	text-decoration: none;
}
#nav a:hover {
	text-decoration: underline;
}
#banner {
	position: relative;
	width: 1100px;
	margin-left: -50px;
	margin-top: 0px;
	margin-bottom: 30px;
	height: 400px;
	z-index: 1;
}
.onethirdcol {
	width: 316px;
	margin-right: 26px;
	float: left;
}
.onefourthcol {
	width: 232px;
	margin-right: 24px;
	float: left;
}
.twothirdscol {
	width: 658px;
	margin-right: 26px;
	float: left;
}
.halfcol {
	width: 485px;
	margin-right: 30px;
	float: left;
}
.last {
	margin-right: 0px;
}
h1 {
	font: bold 25px 'Playfair Display', serif;
	margin-top: 0px;
	color: #3c5362;
}
h2 {
	font: bold 20px 'Playfair Display', serif;
	margin-top: 0px;
	color: #3c5362;
}
p {
	font-family: 'Fauna One', serif;
	color: #000000;
	font-size: 15px;
	line-height: 21px;
}
.italic {
	font-family: 'Playfair Display', serif;
	font-style: italic;
	font-size: 20px;
}
.italicsm {
	font-style: italic;
	font-family: 'Playfair Display', serif;
	font-size: 15px;
}
.bold {
	font-weight: bold;
}
.underline {
	text-decoration: underline;
}
.readmore {
	font-family: 'Playfair Display', serif;
	color: #3c5362;
	text-transform: uppercase;
	font-weight: bold;
}
a {
	text-decoration: none;
	color: inherit;
}
a:hover {
	text-decoration: underline;
}
.topspace {
	margin-top: 25px;
}
#footer {
	width: 1100px;
	height: 35px;
	margin-left: -50px;
	background: url(../images/paperbg.png) #527288;
}
#footer p {
	text-align: center;
	padding-top: 7px;
	color: #ced5dd;
}