@charset "utf-8";
/* CSS Document */

body {
	background: #113237;
	
	}

#container {
	width: 877px;
	margin-left: auto;
	margin-right: auto;
	font-family: arial;
	height: 100%;
	background: #d6d5d5;
	border: 1px solid black;
	position: relative;
	}
	
/*------------------------------Header-------------------------------------------------*/

#header {
	height: 120px;
	width: 877px;
	}
#homepage_link a {
	width: 877px;
	height: 119px;
	position: absolute;
	top: -5px;
	left: 0;
	}

/*------------------------------Column1---------------------------------------*/

#column1 {
	float: left;
	width: 200px;
	height: 100%;
	}
	
/*----------Primary Links (Navigation)---------*/

#primary_links {
	background: url(../images/primary_links.jpg) no-repeat;
	height: 407px;
	width: 185px;
	}
#primary_links_buy {
	background: url(../images/primary_links_buy.jpg) no-repeat;
	height: 407px;
	width: 185px;
	}
#primary_links_aboutbook {
	background: url(../images/primary_links_aboutbook.jpg) no-repeat;
	height: 407px;
	width: 185px;
	}
#primary_links_author {
	background: url(../images/primary_links_author.jpg) no-repeat;
	height: 407px;
	width: 185px;
	}
#primary_links_reviews {
	background: url(../images/primary_links_reviews.jpg) no-repeat;
	height: 407px;
	width: 185px;
	}
#primary_links_articles {
	background: url(../images/primary_links_articles.jpg) no-repeat;
	height: 407px;
	width: 185px;
	}
#primary_links_contact{
	background: url(../images/primary_links_contact.jpg) no-repeat;
	height: 407px;
	width: 185px;
	}
#homelink a {
	position: absolute;
	top: 120px;
	left: 0px;
	height: 54px;
	width: 175px;
	}
#buylink a {
	position: absolute;
	height: 54px;
	width: 175px;
	top: 178px;
	left: 0px;
	}
#summarylink a {
	position: absolute;
	height: 54px;
	width: 175px;
	top: 236px;
	left: 0px;
	}
#authorlink a {
	position: absolute;
	top: 294px;
	left: 0px;
	height: 54px;
	width: 175px;
	}
#reviewslink a {
	position: absolute;
	top: 355px;
	left: 0px;
	height: 54px;
	width: 175px;
	}
#articleslink a {
	position: absolute;
	top: 413px;
	left: 0px;
	height: 54px;
	width: 175px;
	}
#contactlink a {
	position: absolute;
	top: 473px;
	left: 0px;
	height: 54px;
	width: 175px;
	}

/*------------Preload Primary Links-----------------*/

#preload_images .hidden {
	display: none;
	}

/*------------Painting on left-hand side------------*/

#left_painting {
	float: left;
	width: 78px;
	height: 100%;

	margin-top: 10px;
	}

/*--------------------------------------Column2----------------------------------------------*/

#column2 {
	float: left;
	width: 495px;
	padding-right: 10px;
	}
#diagram {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 60px;
	}
h1 {
	font-size: 19px;
	margin-top: 10px;
	padding: 0;
	color: #113237;
	}
h3 {
	color: #b42b3b;
	font-size: 16px;
	padding-bottom: -10px;
	margin-bottom: 0;}
h2 {
	font-size: 14px;
	margin-top: 10px;
	padding: 0;
	font-weight: normal;
	color: #113237;
	letter-spacing: 1px;
	margin-left: 15px;
	}
p {
	font-size: 15px;
	line-height: 21px;
	}
#summary p {
	margin-top: 0;
	padding-top: 0;
	}
#karnac {
	font-size: 13px;
	font-weight: bold;
	margin-top: -17px;}
#clear {
	clear: both;
	}
.excerp {
	width: 500px;
	margin-left: 50px;
	font-style: italic;
	}
.under_heading {
	margin-top: 0;
	}
.review_title {
	text-align:center;
	}
/*------------------------------------Column 3-----------------------------------*/

#book {
	float: left;
	width: 170px;
	}
#book img {
	margin-top: 21px;
	}

	
/*---------------------------------Footer-----------------------------------------------*/
#footer {
	clear: both;
	width: 872px;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	font-family: arial;
	font-size: 13px;
	color: black;
	}
	
/*----------------------------------About the Author Page - Neumann Quote-----------------------*/

#neumann_quote {
	margin-left: 20px;
	width: 455px;
	}
