@charset "utf-8";
h1, h2, h3, .menu a, .subhead, .quote {
	font-family: 'Open Sans', sans-serif;
}
.logo, .quote, .right-col, .book-cover {
	display: inline-block;
	vertical-align: top;
}

body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #111312;
	background-image: url(images/left-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: 'PT Sans', sans-serif;
}
h2 {
	margin-bottom: 5px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #643019;
	font-size: 19px;
}
.maincontent {
	margin: 0 auto;
	width: 100%;
	padding: 0px;
}
table, tr, td {
	padding: 0px;
	margin: 0px;
}
.figure {
	background-image: url(images/right-sliver.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.man {
	background-image: url(images/right-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 578px;
}
.middle {
	width: 825px;
}
.middle-one {
	background-image: url(images/middle-sliver.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.middle-two {
	background-image: url(images/main-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.middle-three {
	background-image: url(images/bg-3.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.header {
	background-image: url(images/bg-1.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	height: 148px;
}
.menu {
	background-image: url(images/menu-bg.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
.menu-cap {
	background-image: url(images/bg-2.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	height: 40px;
	padding-left: 20px;
}
.sliver {
	height: 5px;
}
.center {
	background-image: url(images/bottom-middle.jpg);
	background-position: left top;
	background-repeat: repeat-x;
}
.right {
	
}
.book-cover {
	width: 317px;
	margin: 20px 0 0 4px;
}
.logo {
	width: 317px;

}
.subhead {
	color: #000;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: bold;
	margin-bottom: 20px;
}
.yellow {
	color: #663300;
}
.quote {
	background-image: url(images/swirls.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 370px;
	text-align: center;
	padding: 0px 20px 15px 20px;
	height: 60px;
	font-size: 13px;
	margin: 35px 0 0 35px;
	color: #FFF;
}
.quotefrom {
	font-weight: bold;
	letter-spacing: 2px; 
	color: #f9f1c7;
	padding-top: 5px;
}
.menu a {
	color: #5a412d;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	padding: 6px 15px 14px;
	display: inline-block;
	letter-spacing: 1px;
	background-image: url(images/dotted.png);
	background-repeat: no-repeat;
	background-position: right top;
	line-height: 29px;
}
.menu a:hover, .menu a.selected {
	color: #000;
}
.right-col {
	padding: 30px 60px 40px 25px;
	width: 400px;
}
.whole-col {
	padding: 30px 60px 40px 40px;
	
}
.right-col p {
	margin-top: 0px;
	margin-bottom: 40px;
}
a {
	color: #773e25;
}
a:hover {
	color: #900;
}
.copyright {
	padding: 40px;
	color: #CCC;
	font-size: 13px;
}
.columns {
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
}
.dashed {
	border: 1px dashed #AD8F59;
	padding: 5px 10px 20px;
	border-radius: 6px;
}
.by {
	font-style: italic;
	color: #92682E;
	font-weight: bold;
}
.smallprint {
	padding: 15px 0;
	margin: 40px 0;
	font-size: 13px;
}
a.learn-more {
	width: 200px;
	border: 1px solid #600;
	padding: 5px 10px;
	border-radius: 10px;
	font-weight: bold;
	text-decoration: none;
}
.menu a img {vertical-align: middle; display: inline-block; margin: -3px 6px 0 0;}

@media only screen and (max-width: 825px) {
	.book-cover, .right-col, .logo, .quote {
		width: 90%;
		margin: 0 auto;
		display: block;
	}
	.book-cover, .logo, .quote {
		text-align: center;
	}
	.header {
		height: 250px;
		background-image: none;
	}
	.quote {
		margin: 10px auto 20px;
	}
	.man, .figure, .middle-three, .menu-cap {
		background-image: none;
	}
	.menu {
		background-image: none;
		background-color: #dfd3ad;
		border-top: 4px double #794611;
		border-bottom: 4px double #794611;
		padding-top: 4px;
	}
	.menu-cap {
		height: auto;
		text-align: center;
	}
	.baldwin {
		width: 100%;
		max-width: 664px;
	}
}