body, div, h1, h2, h3, h4, p, ul, ol, li, dl, dt, dd, img, form, fieldset, blockquote {
    margin: 0px;
    padding: 0px;
    border: 0px;
}
body {
    background: #e2eaec url(../_images/bg.jpg) 0 0 repeat-x;
    text-align: center;
}
p, div, li,  h1, h2, h3, h4, td, input, select, textarea {
    font-family: Arial;
    font-size: 14px;
    color: #53473c;
    line-height: 20px;
}
p, h1, h2, h3, h4, #content ul, #content ol, #content table, #wrapcentre ul {
	margin-bottom: 15px;
}
a img, :link img, :visited img {
    border: none
}
a:link, a:visited {
    color: #413327;
    text-decoration: underline;
}
a:hover, a:active {
    color: #a1958a;
    text-decoration: underline;
}
div.clear {
    clear: both;
    overflow: hidden;
    height: 1px;
}
#top li, h1, h2, h3, h4 {
	font-family: Georgia;
	color: #413327;
	font-weight: normal;
}
img.right {
	float: right;
	margin: 0 0 15px 25px;
	display: inline;
}

/* ----------------------------------- */
/* WRAPPER
/* ----------------------------------- */
#wrapper {
	width: 750px;
	margin: 0 auto;
	text-align: left;
}

/* ----------------------------------- */
/* TOP
/* ----------------------------------- */
#top {
	height: 215px;
	overflow: hidden;
	background: transparent url(../_images/photo.jpg) 0 0 no-repeat; 
}
	#top ul, #top h1 {
		margin-left: 167px;
	}
	#top ul {
		padding: 62px 0 0 0;
		height: 58px;
	}
		#top li {
			font-size: 14px;
			float: left;
			margin: 0 20px 0 0;
			list-style: none;
		}
		#top a:link, #top a:visited {
			color: #53473c;
			text-decoration: none;
		}
		#top a:hover, #top a:active {
			color: #a1958a;
		}

	#top h1 {
		height: 38px;
		text-indent: -3000px;
		background: transparent url(../_images/name.gif) 0 0 no-repeat;
	}

/* ----------------------------------- */
/* HOME
/* ----------------------------------- */
#featured {
	/*background: transparent url(../_images/featured-book-bg.gif) right bottom no-repeat;*/
}
	#featured img#cover {
		float: right;
		margin: 0 0 0 50px;
	}
	#featured h2, #books h2 {
		border-bottom: 1px solid #d5dbdc;
		font-size: 13px;
		color: #877d73;
		font-family: Arial;
		padding: 20px 0 0 0;
		font-weight: normal;
	}
	#featured h3 {
		font-size: 24px;
		line-height: 24px;
	}
		#featured h3 span, #content h2 span {
			display: block;
			font-size: 18px;
		}
	#featured p {
		font-size: 11px;
		line-height: 14px;
	}
	.links a:link, .links a:visited {
		color: #877d73;
		background: transparent url(../_images/arrow.gif) right 2px no-repeat;
		padding: 2px 18px 2px 0;
		margin: 0 15px 0 0;
		font-size: 12px;
		text-decoration: none;
	}
	.links a:hover, .links a:active {
		color: #53473c;
	}
	#featured p.quote {
		font-family: Georgia;
		font-size: 14px;
		line-height: 20px;
		color: #413327;
	}

#books li  {
	list-style: none;
	margin-right: 4px;
	float: left;
	display: inline;
	text-align: center;
	font-size: 12px;
	line-height: 15px;
	width: 102px;
}
#books li img {
	height: 150px;
	margin: 0 0 7px 0;
}
#books a {
	text-decoration: none;
}


/* ----------------------------------- */
/* SUB PAGES
/* ----------------------------------- */
#content {
	margin: 20px 0 0 0;
}
#content h2 {
	font-size: 24px;
	line-height: 24px;
}
#content h3 {
	font-size: 16px;
	font-weight: bold;
}
#content li {
	margin-left: 25px;
}

/* ----------------------------------- */
/* FOOTER
/* ----------------------------------- */	
#footer {
	border-top: 1px solid #d5dbdc;
	margin: 30px 0 0 0;
	padding: 6px 0 30px 0;
}
	#footer li, #footer p {
		font-size: 12px;
		font-family: Georgia;
	}
	#footer p {
		float: right;
		color: #b8afa7;
	}
	#footer li {
		float: left;
		margin: 0 12px 0 0;
		display: inline;
		list-style: none;
	}
	#footer a {
		text-decoration: none;
	}

/* ----------------------------------- */
/* FORM
/* ----------------------------------- */
#contact-form td {
	vertical-align: top;
}
input, select, textarea {
	color: #000;
	border: 1px solid #e4dccc;
	background: #FFF;
	padding: 2px;
}

label.error {
	display: block;
	color: #FF0000;
	font-weight: bold;
}
input.error {
	border: 2px solid #FF0000;
}