body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #EEEEEE repeat-x left top;
	font-family: "Times New Roman", serif;
}


#main {
	height: 790px;
	width: 790px;
	font-size: 11pt;
	background: #f7f0e9 url(images/body_background.gif) repeat-y left top;
}


.tableli {
	color: #000000;
	font-family: "Times New Roman", serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	line-height: 1.3 em;
}
  
#content_block{
	display: inline; /* fixes a strange ie margin bug */
	float: left;
	text-align: left;
	width: 555px;
	padding: 5px 5px 5px 12px;
}

#book_block{
	display: inline; /* fixes a strange ie margin bug */
	float: right;
	width: 203px;
	padding: 0 5px 0 0;
	height: 100%;
	margin-left: 2px;
}  

#footer{
	text-align: center;
	width:790px;
	padding: 26px 0 25px 0;
	font-size: 11px;
	background: url(images/footer_background.gif) no-repeat top left;
}
	
h3{
	font-size: 14pt;
	font-weight: normal;
	margin: 0 0 -4px 0;
	padding 0;
	border-bottom: solid black 1px;
}