* {
	margin:0;
	padding:0;
}
body {
	text-align:center;
	background:#000 url(images/bg.gif) repeat-y center;
	font-size:80%;
	font-family:"Arial", sans-serif;
}
a{color:#06f;}
a:visited{color:#066;}
a:hover{color:#444;}
h1,h2,h3,h4 {font-family:"Georgia", "Times Roman", sans-serif;}
h3,h4 {font-weight:normal;}
#container {
	margin:1em auto;
	text-align:left;
	width:750px;
}
#header {
	padding-right:180px;
	padding-bottom:2.3em;
	margin-bottom:1em;
	height:140px;
	background:url(images/header.jpg) no-repeat bottom left;
}
#header h1 {
  font-size:2em;
  font-weight:normal;
  margin-bottom:5px;
}
#secondary {
	width:150px;
	height:auto;
	float:right;
}
#primary {
	float:left;
	width:550px;
	margin-bottom:2em;
}
#content{
	margin-top:10px;
	padding-right:20px;
}
#content p, #content ul li{
	color:#333;
	margin-bottom:1.5em;
	line-height:1.5em;
}
#content ul li {
  list-style-position:inside;
}
#content h1{
	font-size:1.7em;
	border-bottom:solid 1px #f0f0f0;
	padding-bottom:4px;
	font-weight:normal;
	margin-bottom:1em;
	color:#c60;
}
#content h2{
	font-size:1.4em;
	margin:0.8em 0 0.2em;
}
#content h3{
	font-size:1.3em;
	color:#c60;
	margin:0.5em 0 0.2em;
}
#content h4{
	font-size:1.2em;
}
#content ul{
	margin:0 2em 2em;
}
#nav{
	position:fixed;
	top:10%
}
#img1{
	width:69px;
	height:85px;
	background:url(images/dec_top.gif) no-repeat;
}
#img2{
  width:69px;
	height:85px;
	background:url(images/dec_bottom.gif) no-repeat;
}
#nav ul{
	line-height:2em;
	padding:5px 0 8px;
}
#nav ul li{
	list-style-type:none;
}
#nav ul li a{
	text-decoration:none;
	color:#fff;
	padding-left:5px;
	border-left:solid 2px #066;
}
#nav ul li a:hover{
	font-weight:bold;
}
#nav ul li a.selected{
  border-color:#c60;
}
#footer {
	clear:both;
	padding-right:180px;
	background:url(images/footer.gif) no-repeat top left;
}
#footer p{
	text-align:center;
	font-size:0.8em;
	padding-top:1em;
}
.right{
	float:right;
	margin:5px 0 5px 5px;
}
.left{
	float:left;
	margin:5px 25px 40px 0;
}
.emphasis{
  font-style:italic;
  text-align:right;
  color:#333;
}
blockquote{
  border:solid #eee;
  border-width:1px 0;
  margin:3em 0;
  color:#960;
}
dt{
	font-weight:bold;
}

dd{
	padding:0.5em 0 1em 1.5em;
}
#content .book_header{
	text-align:center;
}
#content .book_header h2 {
	font-size:2.5em;
}
#content .book_header h3 {
	color:#000;
	margin-bottom:1.5em;
}
#content .bigger {
	font-size:1.4em;
	color:#c60;
}
#content .awards {
	background:url(images/laurel_wreath.gif) no-repeat top center;
	padding:20px 50px;
	height:110px;
}
.aphorism{
	color:#960;
}ol li {
    margin:0 0 0.5em 20px;
}
