/*
 * Stylesheet for
 * The Meyer Levin Official Website
 * Author: Peter Torpey
 */

html, body {height: 100%;}
body {background-color: #000; color: #FFF;}
img {border: none;}
h1 {color: #F08; display: block; margin: 0 auto; width: 600px; text-align: center;}
h1 span {display: none;}
h2 {font-style: italic; font-weight: normal;}
a {color: #F08;}
a:hover {color: #33F;}
.hl {font-size: 1.1em;}
div.hl {margin: 1em 0;}
p {font-size: 1.1em; text-align: justify;}
div#cc {width: 684px; height: 500px; margin: 0 auto; text-align: center;}
div#nav {float: left; margin-bottom: 2em;}
a#tt {display: block; float: left; clear: left; padding-left: 60px;}
a#bk img {margin-top: 2em;}
div#nav a#top {display: none;}
#bot {font-size: 0.9em;}
span#cpy {font-size: 0.8em; display: none;}
hr {width: 60%; color: #119;}
cite {display: block; text-align: right; font-size: 0.8em;}
form div {text-align: left;}
img.gal {border: 1px solid #006; margin-top: 2em;}

div#bk {background: url(book.jpg) no-repeat; width: 600px; height: 475px; padding: 44px 0 0 38px; margin: 0;}
div#bk div {overflow: auto; color: #000; width: 466px; height: 346px; padding: 0 0 0 6px; margin: 0;}
/*  position: relative; top: 44px; left: 38px; */
div#bk p {font-size: 1em; text-align: left;}
div#bk hr {color: #630;}

@media print {
	body {background-color: #FFF; color: #000;}
	h1 {background-image: none; text-align: center; height: auto;}
	h1 span {display: inline;}
	div#cc {width: auto;}
	div#nav {display: none;}
	div#bk {background-image: none; width: 100%; height: auto;}
	div#bk div {width: 100%; height: auto; position: static; overflow: visible;}
	span#cpy {display: inline;}
	a#bk, a#tt {display: none;}
}
