/* CSS -print Document - eclectic book club */

* {margin:0; padding:0;}
body {
	background: white;
	font: 1em Georgia, "Times New Roman", Times, serif;
	color: #000000;
}
div#wrapper {width: 770px;}	
div#banner {display:none;}
div#banner h{display:none;}
div#content{ /* main content table */
	text-align: left;
	margin-left: 130px;  
	width: 600px;
}
div#content tr {margin-bottom: 20px;}
div#content td {vertical-align: top; padding: 10px 5px;}
div#content li {font-size: 0.9em;
	list-style-position: outside;
	list-style-type: none;
}
li.red_book {list-style-image: url(images/red_book.gif)}
td.data {width:50%;}

div#leftCol {display:none;}
/* code for centering tables */		
div.centered  {text-align: center;}

h1, h2 , h3, h4, h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: oblique;
	margin-bottom: .1em;
}	
h1 {font-size: 1.7em;
	text-align: center;
	font-style: oblique;
}
h2 {font-size: 1.1em;}
h3 {font-size: 1.1em;}
h4 {font-size: .85em}	
h5 {font-size: .65em; font-style: normal; text-align: center;}
p {font-size: .9em;}
li {font-size: .9em; list-style: none;
}
#title {font-size: 2em; border-bottom: 1px solid grey;}
hr {color: #ACC8AC;}
a:link, a:active, a:visited {font-size: .9em;
	color: #336633;
	text-decoration: underline;
}
a:hover {color:#00CC33}

div#footer {display: none;}

ul#footnote
{
padding: 0;
margin: 0;
list-style-type: none;
}

ul#footnote li { display: inline; }
.clear {clear:both;}
