/* CSS Document */
body	{
	font: 8pt/16pt georgia, serif; 
	color: #000000;
	margin-top: 0;
	margin-right: 0;
	padding: 0;
	text-align: center;
	height: 2500px;
}

a:link {
	display:none;
	 }

a:visited {
	display:none;
 }
a:hover { 
	display:none;
}

a:active { 
	display:none;
	}

#container {
		position: absolute;
		top: 0;
		left: 0;
		width: 750px;
		height: 2500px;
		text-align:left;
}
#header  {
		display:none;
		width: 0;
		height: 0;
}
#main 	{
	position:absolute;
	top:0;
	left:0;
	width:775px;
	height: 2500px;
	margin-bottom: 10px;
}


#sideBar {
		display:none;
		width: 0;
}

#sideBar h1 span{
	display: none;
}

#center 	{
	position:absolute;
	top: -100px;
	left: 0;
	width: 500px;
	height: 2500px;
	margin-left:10px;
	
}
#center	h2  {
	font: bold 8pt georgia; 
	color: #000000;
	height: 12px;
	
}
#center h3	{
	font: oblique bold 8pt georgia;
	color: #000000;
}

#center h4	{
	font: oblique bold 6pt Verdana;
	color: #000000;
	text-align: left;
}

#center ul h4{
	font: oblique bold 6pt Verdana;
	color: #000000;
}
#center li.bookList	{
	list-style-type:none;
	border:none;
	margin-bottom: 20px;
	width:400px;
	height:75px;
	padding-left: 5px;
}

#center li span	{
	font: 8px georgia; 
	color: #000000;
}
#center img	{
	display:none;
	width: 1px;
	height: 1px;
}
#out_of_print	{
	display:none;
}
#firefox span	{
	font: 8pt georgia; 
	color: #000000;
	text-align: left;
}

#navBar	{
	display:none;
}

.menu {
	display: none;
}

.printThis  {
	font: bold 14px georgia;
}
