/* CSS Document */

#wrapper {
	width:875px;
	height:600px;
	margin:0 auto;
	background-color:#3e2814;
}

#wrapper2 {
	width:875px;
	margin:0 auto;
	background-color:#3e2814;
}

#body {
	background-color:#838168;
	font-family:"Gill Sans Light", "Gill Sans";

}

#header {
	width:875px;
	height:30px;
	background-color:#3e2814;
	border:none;
	
}

#home {
	height:30px;
	width:100px;
	background-color:#876e72;

}

#author {
	height:30px;
	width:200px;
	background-color:#858380;

}

#book {
	height:30px;
	width:200px;
	background-color:#838168;

}

#purchase {
	height:30px;
	width:125px;
	background-color:#736c4d;

}

#press {
	height:30px;
	width:100px;
	background-color:#687a84;

}

#contact {
	height:30px;
	width:150px;
	background-color:#7a614d;

}

#footer {
	background-color:#3e2814;
	color:#bdb48f;
	font-size:13px;
	font-family:"Gill Sans Light", "Gill Sans";
	text-decoration:none;
}

#text {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	color:#bdb48f;
}

#text2 {
font-size:12px;
padding:0 25px 0 25px;
}

#email {
	color:#687a84;

}

#copyright {
		font-family:"Times New Roman", Times, serif;
		color:#3e2814;
		font-size:10px;
		padding:5px 0 0 0;
}
