body {
	margin: 1px;
	padding: 0px;
	background: #fff;
	font: 13px/1.65em verdana, arial, sans-serif;
	height: 100%;	
}

hr {
	display: none;
}

div, p, h1, h2, h3, a, a:visited, a:hover {
	margin: 0;
	padding: 0;
}

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

ul {
	margin-top: 2px;
}



#container {
	position: relative;
	margin: 0 auto;
	width: 695px;
	background: #fff;
	height: 100%;	
}




#logo {
	position: relative;
	width: 100%;
	height: 135px;
	background: url("../images/logo.gif") no-repeat;
}

#logo h1, #logo em {
	display: none;
}




#nav {
	position: absolute;
	padding-top: 15px;
	top: 135px;
	left: 10px;
	width: 140px;
	color: #000;
}

#nav span {
	display: none;
}

#nav a, #nav a:visited {
	display: block;
	width: 140px;
	height: 29px;
	line-height: 2em;
	border-left: 6px #ccc solid;
	border-bottom: 1px #ccc solid;
	padding-left: 14px;
	margin-top: 14px;
}

#nav a:hover {
	border-left: 6px #fc6 solid;
	border-bottom: 1px #fc6 solid;
}

#nav #current {
	border-left: 6px #b00 solid;
	border-bottom: 1px #b00 solid;
}

#nav a.first {
	margin-top: 0;
}




#content {
	position: relative;
	margin-left: 204px;
}

#content h2 {
	padding-bottom: 6px;
	margin-bottom: 12px;
	font: 22px/1.65em georgia, arial, sans-serif;
	font-weight: bold;
	height: 38px;
	color: #222;
	border-bottom: 1px #b00 solid;
}

#content #large {
	padding-bottom: 0;
	margin-bottom: 0;
	font: 22px/1.65 bold georgia, arial, sans-serif;
}

#content h4 {
	padding-bottom: 8px;
	padding-top: 0;
	margin-top: 0;
	font: 16px/1.65 georgia, arial, sans-serif;
}

#content #lg {
	font-size: 14px; }


#content p {
	padding-bottom: 15px;
	color: #332;
}




#footer {
	position: relative;
	margin-top: 15px;
	width: 100%;
	height: 30px;
	background: #b00;
	border-bottom: 4px #fa0 solid;
}

#footer p {
	line-height: 2.3em;
	color: #fff;
	padding-left: 15px;
	border-bottom: 1px #fff solid;
}

#footer a, #footer a:visited {
	text-decoration: underline;
	color: #fca;
}

#footer a:hover {
	text-decoration: none;
}





/* books.html unique attributes */

p#contact {
	text-align: right;
}

.info {
	position: absolute;
	margin-top: 55px;
	left: -202px;
	width: 163px;
	background: #eee;
	border: 1px #fd9 solid;
	padding: 4px 8px;
}

.info ul, .info li {
	text-indent: 0;
	list-style-type: circle;
	margin: 5px 8px;
	padding: 0;
}

#include {
	top: 250px;
}

#special {
	top: 510px;
}



.book {
	padding-bottom: 10px;
	margin-bottom: 18px;
	border-bottom: 1px #aaa solid;
}

.book table {
	width: 495px;
	clear: both;
}

.book td {
	font: 11px/1.65em verdana, arial, sans-serif;
	color: #800;
}

.book .author, .book .quote {
	font: 11px/1.65em verdana, arial, sans-serif;
	float: right;
}

.book .quote {
	margin-bottom: 12px;
	border-bottom: 1px #ccc solid;
}

.book img {
	float: left;
	padding-right: 15px;
	padding-bottom: 15px;
}

#b01 .author, #b01 .quote,
#b06 .author, #b06 .quote {
	width: 200px;
}

#b02 .author, #b02 .quote,
#b07 .author, #b07 .quote,
#b10 .author, #b10 .quote,
#b11 .author, #b11 .quote {
	width: 300px;
}

#b03 .author, #b03 .quote,
#b04 .author, #b04 .quote,
#b05 .author, #b05 .quote,
#b08 .author, #b08 .quote,
#b09 .author, #b09 .quote {
	width: 275px;
}

#b11 {
	border: 0px;
}

form {
	margin: 0;
	padding: 0;
}

form .img {
	vertical-align: middle;
}
