body {
	font-family: 'Open Sans', sans-serif;
}

#container {
	width: 1000px;
	float: left;
	position: relative;
	margin-left: -500px;
	left: 50%;
}

#container .header {
	width: 100%;
	float: left;
	height: 242px;
}

#container .header .header-left {
	float: left;
	width: 68%;
	background: url('/images/jim-and-travis.png');
	height: 100%;
}

#container .header .header-right {
	float: right;
	width: 31%;
	height: 100%;
	background: url('/images/profit-snatchers-book.png');
}

#container .left-sidebar {
	float: left;
	height: auto;
	width: 66%;
	padding-right: 10px;
}

#container .right-sidebar {
	width: 31%;
	position: relative;
	float: right;
	height: auto;
}

#container .left-sidebar h2 {
	font-weight: 800;
	font-size: 19px;
	font-style: italic;
}

#container .left-sidebar h1 {
	font-weight: 800;
	font-size: 30px;
	font-style: italic;
}

#container .left-sidebar p {
	width: 100%;
	font-size: 19px;
	float: left;
}

#container .blurb {
	width: 30%;
	float: left;
	text-align: right;
	position: relative;
	right: 50px;
	font-size: 25px;
	color: #ff6600;
	line-height: 25px;
	font-weight: 800;
}

#container .article {
	width: 70%;
	float: left;
	position: relative;
	right: 30px;
}

#container .left-sidebar .article p {
	margin-top: 0;
}

.remove-padding {
	margin: 0;
}

.remove-top-padding {
	margin-top: 0;
}

.remove-bottom-padding {
	margin-bottom: 0;
}

#container .left-sidebar .get-free-copy {
	background: #ff6600;
	padding: 15px;
	color: #fff;
}

#container .right-sidebar .form-container {
	width: 100%;
	float: left;
	background: #000;
	height: auto;
}

#container .right-sidebar .form-stalker {
	position: absolute;
	top: 0;
	left: 10px;
	width: 100%;
	float: left;
}

.centered {
	text-align: center;
}

#container .right-sidebar .form-stalker .form-container .form-heading {
	color: #fff;
	width: 75%;
	float: right;
}

#container .right-sidebar .form-stalker .form-container .request-form {
	width: 90%;
	margin: 0 auto;
}

#container .right-sidebar .form-stalker .form-container .request-form form div input[type=text] {
	width: 100%;
	height: 40px;
	margin: 10px 0px;
	border: 3px solid #ff6600;
	color: grey;
	border-radius: 5px;

	font-size: 19px;
	font-weight: 600;
}

#container .right-sidebar .form-stalker .form-container .offer-bubble {
	float: left;
	position: absolute;
	left: -25px;
	top: -25px;
	text-decoration: underline;
	font-style: italic;
	text-transform: uppercase;
	font-size: 24px;
}

#container .right-sidebar .form-stalker .form-container .request-form form div button {
	background: #ff6600;
	border: none;
	color: #fff;
	font-style: italic;
	font-weight: 600;
	font-size: 16px;
	height: 40px;
	cursor: pointer;
	width: 100%;
}

#container .right-sidebar .form-stalker .form-container .request-form form div a {
	color: #fff;
	font-style: italic;
	font-size: 14px;
}

#container .right-sidebar .form-stalker .free-book {
	font-size: 12px;
	margin-top: 30px;
	font-weight: 600;
	float: left;

}

#container .right-sidebar .form-stalker .free-book ul {
	margin-left: 15px;
	padding: 0;
}

#container .header .header-right .call-to-action {
	width: 130px;
	text-align: right;
	font-weight: 800;
	font-size: 35px;
	line-height: 33px;
	position: relative;
	left: -20px;
	top: 50px;
	text-transform: uppercase;
}

#container .header .header-right .call-to-action span {
 	background: url('/images/underline.png') no-repeat;
	background-position: 0px 38px;
 }

 .container {
 	display: none;
 }