@charset "utf-8";
/* CSS Document */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* reset native browser styles  */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
	padding: 0;	margin: 0;	font-size: 100%;	font-weight: normal;  }
ol {	margin-left: 1.4em;	list-style: decimal;  }
ul {	margin-left: 1.4em;	list-style: square;  }
img, table {	border: 0;  }

/* ~~~~~~~~~~~~~ */
/*  page layout  */
/* ~~~~~~~~~~~~~ */
body {
	padding: 20px;
	background: #F1DD9B;     /*  cream    */
/*	background: #ad1800 url(../images/gradient_background.jpg) repeat-x;*/
}
#container {
	width: 980px;  
	background: #841000;     /*   burgundy   */
	margin: 0; 
}
#header { 
	padding: 10px 30px;  
} 
#mainContent {
	padding: 10px; 
}
#mainContent a {
	color: #ffe77b;  font-weight: bold;
/*	font-size: 0.9em;*/
	text-decoration: none;
	border-bottom: 2px solid #ffe77b;     /*  gold   */
}
#mainContent a:hover {
	color: yellow; 	background-color: #730000;    /*  red orange   */
}
#mainContent img { 
	border: solid 4px #FFC ; 
}
#mainContent p {
	color:#FFC ;
}
                     /*      footer is also used for image captions     */
.footer {
	padding: 10px 40px; 
} 
.footer p, a {
	font-family: Arial, Helvetica, sans-serif;		text-align: center;
	color: #ffe77b;
}
.footer p {
	font-size: 0.9em;
}
.footer a {
	font-size: 100%;
}
.footer a:hover {
	color: yellow;
	text-decoration: none;
}

.books td {
	text-align: center;
	font-size: 1.1em;
	padding: 10px;
	border-color: #FF9;
}

/* ~~~~~~~~~~-~~~ */
/* fonts          */
/* ~~~~~~~~~-~~~~ */
body, td, th {
	color: #ffe77b;
	font-family: Arial, Helvetica, sans-serif;	font-size: 1em;
}
h5 {	font-family: Arial, Helvetica, sans-serif;	font-size: 1.1em; font-weight: bold;}
h4 {	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;	font-size: 1.4em;}
h3 {	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;	font-size: 1.4em;}
h2 {	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;	font-size: 1.8em;}
h1 {	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;	font-size: 2.4em;}
h1, h2, h3 {
	color: #ffe77b;
	text-align: center;
}
h4, h5, p {
	color: #ffe77b;
	text-align: left;
}
.cent {
	text-align:center;
}
.dent {
	margin-left: 20px;
}
.box { 
	width: 300px; padding: 10px; border:solid 1px #FC0; font-size: 1.0em;
}
.lead {
	margin: 10px;
}
.footnote {
	margin: 0 60px 10px 60px; 
	text-align:center;
	color: #ffe77b;
}

/* ~~~~~~~~~~~~~ */
/*  navigation   */
/* ~~~~~~~~~~~~~ */
ul.nav {
	list-style: none;
}
ul.nav li {
	float: right;
}
ul.nav a {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;	font-size: 14px;  font-weight: bold;
	display: block;  
	border: 1px solid #ffe77b;
	padding: 5px 5px 5px 5px;
	margin-right: 0;
	background-color: #730000;
	text-decoration: none;
	color: #ffe77b;
/*	width: 15em;*/
	width: 20em;
}
ul.nav a:hover {
	color: yellow;
	background-color:#C00 ;
}

