
/* body */
.book {
	max-width: 776px;
	background-color: white;
	width:expression(document.body.clientWidth > 776? "776px": "auto" ); 
	/* IE code */
	}
body {
	margin: 0;
	background: white url(/pix/Shadow.jpg) repeat-y center;
	}

#navbar {
    
}

div.content img {
	border: 0;
	margin: 8px;
	}
#listings img { margin: 0; }	
img {
	border: 0px;
	}
a {
	color: #5C421A;
	text-decoration: underline;	
	}
.nav a {
	line-height: 1.5em;
	white-space: nowrap;}	
a:hover {
	color: red;
	text-decoration: none;
	}
a:visited {
	color: #990099;
	}
.nav {
	/*overflow: auto;
	height: 58px;*/
	background: url(/pix/back.jpg) repeat-y;
	padding: 10px; 
	}
.nav a {
	font-weight: bold;
	font-size: 15px;
	}
.content {
	text-align: left;
	margin: 0 10px 0 10px;
	}
.copyright {
	font-size: 11px;
	}
blockquote {
	color: #C89600;
	font-size: 1.25em;
	width: 40%;
	float: right;
	text-align: center;
	border: #776340 solid;
	border-width: 1px 0 1px 0;
	margin-top: -10px;
	}	