html {
	margin: 0px;
	padding: 0px;
	font-family: "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #f6f6f6;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #f6f6f6;
}

#header {
	width: 100%;
	height: 76px;
	background: #eeeeee url(images/gradient.png) repeat top left;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	padding-right: 0px
}

#mybooks {
	position: absolute;
	color: white;
	left: 15px; top: 20px;
	font-size: 30px;
}

#mybooks a {
	text-decoration: none;
	color: white;
}

#mybooksshadow {
	position: absolute;
	color: #333;
	left: 17px; top: 22px;
	font-size: 30px;
}

#title {
	position: absolute;
	left: 350px; top: 105px;
	font-size: 30px;
}

#author {
	position: absolute;
	left: 350px; top: 190px;
	font-size: 15px;
	font-style: italic;
}

#image {
	position: absolute;
	left: 10px; top: 110px;
}

#image img {
	width: 300px; height: 400px;
}

#review {
	position: absolute;
	left: 350px; top: 220px;
	width: 300px; height: 300px;
	background: #fff;
	padding: 10px;
}

#footer {
	position: absolute;
	left: 10px; top: 550px;
	width: 650px; height: 100px;
	color: #777;
	border-top: 1px solid #777;
	padding-top: 20px;
}

#index {
	margin: 20px;
}

#indexfooter {
	width: 650px; height: 100px;
	color: #777;
	border-top: 1px solid #777;
	padding-top: 20px;
	margin: 20px;
	margin-top: 50px;
}

div p {margin-top: 0px;}

h1 {
	margin-top: 30px;
	color: #558;
}

li {
	margin-bottom: 5px;
}

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