﻿body {
	font-family: "Myraid Pro", sans-serif;
	margin: 0;
	padding: 0;
	background-color:#B8BFC7
}
a {
	text-decoration: none;
	color: #FFFFFF;
	outline: 0; 
}
a img {
	border: none;
}
.wrapper {
	width: 1024px;
	margin: 0 auto;
}
.background {
	width: 100%;
	height: 100%;
	background: url("canvas.jpg");
	display: block;
	overflow: auto;
}


.header {
	position: relative;
	width: 1024px;
	height: 55px;
	background-color: #3F494F;
}
ul.top-nav {
	position: absolute;
	right: 105px;
	top: 5px;
	font-size: 15px;
	list-style: none;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 1px;
	z-index: 300;
} 
ul.top-nav li {
	float: left;
	margin: 0 25px 0 0;
}
img.linkedin {
	position: absolute;
	top: 12px;
	right: 60px;
	z-index: 400;
}
img.amazon {
	position: absolute;
	top: 12px;
	right: 20px;
	z-index: 400;
}


.main-image {
	position: relative;
	top: 4px;
	margin: 0 0 60px 0;
}
img.atb {
	position: absolute;
	z-index: 400;
	top: -35px;
	left: 0;
}
img.ata {
	position: absolute;
	z-index: 400;
	top: 81px;
	left: 0;
}
img.end {
	position: absolute;
	z-index: 400;
	top: 171px;
	left: 0;
}
img.aub {
	position: absolute;
	z-index: 400;
	top: 254px;
	left: 0;
}
.roll .on { display: none; }
.roll .off { display: block; }
.roll:hover .on { display: block; }
.roll:hover .off { display: none; }


.content {
	position: relative;
	width: 1024px;
}
.book {
	float: left;
	padding: 0 60px 0 60px;
}
.text {
	float: right;
	width: 630px;
	padding: 0 60px 120px 0;
}
.text h1 {
	font-size: 36px;
	margin: 5px 0 0 0;
	color: #8EC84F;
	text-transform: uppercase;
}
.text p {
	font-size: 17px;
	line-height: 34px;
}
a.btb {
	position: absolute;
	left: 80px;
	top: 335px;
	font-size: 19px;
	color: #000000;
	font-style: italic;
}
img.amazon-book {
	position: absolute;
	left: 208px;
	top: 328px;
}



.endorsements {
	width: 780px;
	padding: 0 20px 120px 0;
	float: right;
}
.endorsements h1 {
	font-size: 36px;
	margin: 5px 0 0 0;
	color: #8EC84F;
	text-transform: uppercase;
}
.endorsements h2 {
	font-size: 18px;
	margin: -10px 0 -10px 0;
}
.endorsements p {
	font-size: 17px;
	line-height: 30px;
	padding-top:0px;
	margin-top:0px;
}
p.italic {
	font-style: italic;
}
p.italic {
	font-style: italic;
}
.portraits {
	float: left;
	width: 115px;
	padding: 65px 0 0 200px;
}
img.hunt {
	margin: 30px 0 0 0;
}
img.tom {
	margin: 65px 0 0 0;
}


