body {
	font-family: Verdana;
	color: #454545;
	font-size: 12px;
	line-height: 18px;
	padding: 0px;
	margin: 0px;
	text-align: center;
}
      
#container { 
	background-image: url("http://www.cclh.ca/content_bg.jpg");
	width:700px;
	margin-right:auto;
	margin-left:auto;
	text-align:left;
	border-right:1px solid black;  
}

#sidebarAndContent {
	 border-right:1px solid black; 
}

#sidebar {
	float:left;
	width:120px;
	margin-left:10px;
	font-size:95%;
}

#content {
	float:right;
	width:540px;
	margin-right:10px;
}

#content h4, div.author, div.title {
	text-align:left;
}

#content div.title {
	padding-left:2em;	
}

#content div.backIssue, #content span.backIssue  {
	display:inline-block; 
	text-align:center; 
	padding:1em 1em 1.5em 1em;
}

#content div a {
	text-decoration:none;	
}
	
#footer {
	border-top:1px solid black;
	background-color:red;
	margin-right:0px;
}

h1 {
	font-size:15px;
}

h2 {
	font-size:13px;
}

table {
	font-size:90%;
}

a.menu_item {
	font: Courier New, Courier, mono;
	font-weight:bold;
	color:000000;
	text-decoration:none;
}

a.menu_item:hover {
	color:#76371B;
	text-decoration:none;
}

/* styles for the Books Backlist  */
p.book {
	float: left; 
	display: inline-block;
	width: 270px;
/*	min-hight:130px;*/
	padding:0 0 5px 0;
	font-size:11px;
}

img.cover {
	display: block; 
	float: left; 
	border: none;
	height: 105px;
	width: 70px;
	padding-right: 10px;
}

span.details {
	display:inline; 
	width:170px; 
/*	height:130px; */
	vertical-align:top; 
}

span.details a:link, span.details a:visited {
	text-decoration:none;
}
/* end of styles for the Books Backlist */ 