@charset "utf-8";
/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color:#3a67b1;
	color:#FFFFFF;
	font-size:17px;
	padding-top:20px;
}
a {
	color:#fff200;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
.container {
	margin-left:auto;
	margin-right:auto;
	width:830px;
}
.sans-serif {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
}
.sans-serif-head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	color:#fff200;
}
.Header {
	font-family: "Times New Roman", Times, serif;
	font-size: 48px;
	font-weight: bold;
}
.small-header {
	font-family: "Times New Roman", Times, serif;
	font-size: 34px;
	font-weight: bold;
}
.sub-head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFFF00;
	text-align: right;
	margin-right:50px;
	margin-bottom:20px;
}
.navigation {
	font-weight:800;
	font-size: 20px;
	color: #fff200;
	margin-left:60px;
}
.navigation li {
	margin-bottom:51px;
}
.nav-bar {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:800;
	font-size: 14px;
	color: #fff200;
	position:relative;
	top:10px;
	left:-20px;
	clear:right;
}
.nav-bar li {
	margin-bottom:81px;
	margin-right:6px;
	display:inline;
}
.text-container {
	background-color:#FFFFFF;
	width:450px;
	color:#000000;
	text-indent:10px;
	padding:10px;
}
.text-container a {
	color:#3a67b1;
}
p {
	margin-top:3px;
}
.book-container {
	width:254px;
	height:510px;
	float:right;
	margin-right:100px;
	margin-top:21px;
}
.buy-button {
	float:left;
	height:60px;
	width:254px;
	text-align:center;
	padding-top:20px;
	background-image:url(images/buy-the-book-bg.gif);
	background-position:center 10px;
	background-repeat:no-repeat;
}
.buy-button a {
	color:#3a67b1;
}
.buy-button-big {
	height:90px;
	width:254px;
	text-align:center;
	padding-top:25px;
	background-image:url(images/buy-the-book-bg2.gif);
	background-position:center 10px;
	background-repeat:no-repeat;
}
.buy-button-big a {
	color:#3a67b1;
}
#video {
	width:212px;
	height:172px;
	margin-top:0px;
	border:thin black solid;
	float:right
	}
.blue {
	color:#3a67b1;
}
#error {
	background-color:red;
	color:black;
	border:thin solid black;
}