body {
	background: #fff;
	margin: 0;
	font-family: arial, sans-serif;
	font-size: small;
	margin-bottom: 0px;
	color: #575757;
}

.header {
	width: 785px;
	border: 0px solid red;
	height: 192px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	background-image: url("images/header.jpg");
}
	
.menu {
	border: 0px solid red;
	position: relative;
	top: 170px;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	line-height: 1.8em;
}	

.menu a:link, .menu a:visited, .menu a:active {
	color: #fff;
	margin: 0 10px;
	text-decoration: none;
}

.menu a:hover {
	color: #1B6027;
	text-decoration: underline;
}

.img1 {
	position: absolute; 
	left: 15px;
	top: 385px;
}

.img2 {
	position: absolute; 
	left: 355px;
	top: 765px;
}

.hiddenimg {
	display: none;
}


.i {
	position: absolute; 
	left: 125px;
	top: 155px;
}
	
.content {
	position: relative;
	width: 785px;
	background-color: #66846D;
	margin-left: auto;
	margin-right: auto;
	border: 0px solid orange;
	border-top: 1px solid #425C02;
	border-bottom: 1px solid #425C02;
}	

.maintext {
	position: relative;
	border: 0px solid red;
	top: 35px;
	left: 150px;
	width: 300px;
	margin-bottom: 150px;
	color: #fff;
	line-height: 1.6em;
}

.review {
	position: relative;
	border: 0px solid red;
	top: 35px;
	left: 100px;
	width: 600px;
	margin-bottom: 150px;
	color: #fff;
	line-height: 1.2em;
}

.review a:link, .footer a:visited, .footer a:active {
	color: #fff;
}

.slideshow {
	position: relative;
	border: 0px solid red;
	top: 35px;
	margin-left: auto;
	margin-right: auto;
	width: 550px;
	height: 925px;
	text-align: center;
	color: white;
	}

.buy {
	position: relative;
	border: 0px solid red;
	top: 35px;
	margin-left: auto;
	margin-right: auto;
	width: 550px;
	text-align: center;
	color: white;
	}

.amazonlink { padding: 5px;}

a.amazonlink:link, .a.amazonlink:visited {text-decoration: none; border: 0;}
a.amazonlink:hover {text-decoration: none; border: 5px solid red;}


.cover {
	position: absolute;
	top: 40px;
	right: 65px;
	color: white;
}

.authorpic {
	position: absolute;
	top: 40px;
	right: 65px;
	color: white;
	border: 0px solid red;
	width: 222px;
}	

a.current:link, a.current:visited {text-decoration: underline; color: #006400;}

.footer {
	background: #88BF04;
	margin-left: auto;
	margin-right: auto;
	width: 785px;
	height: 125px;
	background-image: url("images/footerbg.jpg");
	background-position: bottom center;
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.footer a:link, .footer a:visited, .footer a:active {
color: #fff;
}
	