a:link, a:visited {
	text-decoration:none;
	color:#AF2020;
}

a:hover, a:active {
	color:red;
}

body {
	background-color:#8F8F8F;
	margin:0;
	text-align: center;
	color:black;
	font-family: Times New Roman, serif;
}

p {
	font-size:15px;
	line-height:150%;
}

#wrapper {
	margin-left: auto;
    margin-right: auto;
    margin-top:10px;
    width:960px;
    text-align:left;
	position:relative;
	background-image:url(layout.jpg);
	background-repeat:no-repeat;
	background-color:white;
	border:solid 1px black;
}

#top {
	position:relative;
	height:567px;
}

#header {
	width:600px;
	position:relative;
	left:330px;
	color:#AF2020;
}

#header h1{
	text-align:left;
	margin:0;
	padding:10px 0 0 0;
	font-size:36px;
}

#header h2{
	text-align:left;
	margin:0;
	padding:10px 0 10px 0;
	font-size:14px;
}

#nav {
	position:absolute;
	bottom:8px;
	right:20px;
	font-size:13px;
}

#nav ul{
	margin: 0; padding: 0;
	float: left;
}
        
#nav ul li{
	display: inline;
	padding: 10px;
}

#main {
	position:relative;
	width:600px;
	position:relative;
	left:330px;
	color:#4F2222;
}

#main p {
	margin:0;
	padding:10px 0 5px 0;
}

#bookstestimonials {
	position:relative;
	height:200px;
	width:960px;
	background-color:#AF2020;
	color:white;
	
}

#books {
	position:absolute;
	top:0;
	left:40;
	width:450px;
	height:200px;
}

#book1 {
	position:absolute;
	top:20px;
	left:0;
	width:120px;
	height:150px;
	background-color:black;
}

#book2 {
	position:absolute;
	top:20px;
	left:140px;
	width:120px;
	height:150px;
	background-color:black;
}

#book3 {
	position:absolute;
	top:20px;
	left:280px;
	width:120px;
	height:150px;
	background-color:black;
}

#testimonials {
	position:absolute;
	top:0;
	right:20px;
	width:450px;
	height:200px;
}

#testimonials2 {
	position:absolute;
	top:0;
	left:20px;
	width:450px;
	height:200px;
}

#testimonials p {
	margin:0;
	padding:15px 0 0 0;
}

#footer p {
	font-size:10px;
	color:black;
	line-height:130%;
	font-family: verdnana, sans-serif;
}

#footer a:link, #footer a:visited {
	text-decoration:none;
	color:black;
}

#footer a:hover, #footer a:active {
	color:red;
}
