body {
	background-image: url("pics/background.png");
	background-attachment: fixed;
	padding-top:  40px;
	padding-bottom:  40px;
	
}

img.plate {
	border: 6px ridge black;
	
}


#container {
    width: 900px;
    margin: 10px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 1.2em; 
	background-color: #ddceac;
	
}

.center {
	text-align: center;
	font-size: x-large;
	font-style: italic;
	
}

.center2 {
	text-align: center;
	font-size: large;
	font-style: italic;
	
}


#content {
      padding: 10px 10px 10px 10px; /* TRBL; this keeps the text from flowing around the sidebar */
      margin-left: 0px;
      background-color: #ddceac;
      text-align: justify;

}

#errata {
	max-width:  260px;
	border: 2px solid #000000;
	text-align: justify;
	
}

sup {
	font-size: xx-small;
	
}


#pics {
	width: 870px;
	margin: 0px;
	padding: 10px;
	
}

ol {
	font-size: small;
	font-style: italic;
	
}


a {
    color: blue;
    margin: 0px;
    padding: 5px;

}

 

a:hover {
    background-color: #6699FF;

}


#footer {
    clear: both;
    padding: 5px;
    font-size: .7em;
    text-align: center;
	background-image: url("pics/background.png");
	
} 