/* CSS Document */

* {    
    margin: 0;
    padding: 0; 
    border: 0; 
}

body {
	background-color:#CDCCCB; /* sets the background colour to the left and right of the lowest container, which is centered */
	font-family:Arial, Helvetica, sans-serif;
}


#container {
	margin: 0 auto; 
	width: 100%;  /* 1020px; */
	background:#EBEAE9; /* pale grey */
}

#pageWidth{
	width:1020px;
	margin:0 auto;
}

h1{
	color:#414142; /* dark blue grey */
	font-size: 0.98em;
	margin-bottom:5px;
	margin-top:40px;
}

p{
	color:#414142; /* dark blue grey */
	font-size:0.9em;
}

h2{
	font-size: 0.9em;
	text-align:center;
}

#bookHeader{
	margin-top:40px;
}

.bookText{
	font-size:0.9em;
	text-align:center;
}

#date{
	margin-top: 10px;
	margin-bottom: 10px;
	font-size:0.9em;
	text-align:center;
}

#quoteText{
	margin-bottom:40px;
}

li{
	display:inline;
	padding: 0px 5px 0px 5px;
	color:#414142; /* dark blue grey */
	font-size:0.9em;
}

a{
	text-decoration:none;
	color:#FFFFFF;
}

a:hover{
	color:#0066CC;
}

#normalLink{
	text-decoration:none;
	color:#414142; /* dark blue grey */
}

#normalLink:hover {
	color:#0066CC;
}


#header img{
	background-color:#EBEAE9; /* pale grey */
    display: block;
    margin-left: auto;
    margin-right: auto; 
	margin-bottom:20px;
}

#intro{
	background-color:#EBEAE9; /* pale grey */
	text-align:center;
}

#enquiry{
	background-color:#989898;   /* dark grey */
	text-align:center;
}

#enquiryText {
	color:#FFFFFF;
	padding-top:5px;
	padding-bottom:5px;
}


#bookCover{
	margin-top:30px;
	margin-bottom:40px;
	margin-right: 15px;
	border: 4px solid #989898;
	float:left;
}



/* Start of Column CSS */
#container2 {
	clear:left;
	float:left;
	width:100%;
	overflow:hidden;
	background:#CDCCCB; /* column 2 background colour */
	color:#676766; /* text colour */
}

#container1 {
	float:left;
	width:100%;
	position:relative;
	right:50%;
	background:#fff689#CDCCCB; /* column 1 background colour */
}

#col1 {
	float:left;
	width:46%;
	position:relative;
	left:52%;
	overflow:hidden;
}

#col2 {
	float:left;
	width:46%;
	position:relative;
	left:56%;
	overflow:hidden;
}