body {
  margin : 0;
	font-size: 8pt; 
}

html,body {overflow: visible;}


.navbar {
position: fixed;
top: -5px;
bottom: 0; 
left: 0;
padding-left: 0px;
width: 130px; /*Width of frame div*/
/*height: 100%; */
}


.links {
position: fixed;
top: -5px; 
left: 130px; /*Set left value to WidthOfFrameDiv*/
right: 0;
bottom: 0;
padding-top: 0px; /* Set to match top of the nav bar buttons*/
/*border-top: 10px solid #A2C2CA;*/
font-size: 80%;
}

.innertube{
margin-left: 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/
margin-right: 20px;
font-family: verdana;
}

.innermain{
margin-left: 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/
margin-right: 15px;
font-family: verdana;
}

.bookcover{
text-align: left;
padding-left: 70px;
background: url("Images/Finn_cover_thumbnail.jpg") no-repeat;
}

p {line-height: 140%;}
h3 {color: #42459D;  font-size: 10pt;}
a:link{color: #42459D;}
a:visited{color: #42459D;}

.footer{
	clear: both;
	text-align: center;
}

img.logo {
	width: 125px;
	height: 25px;
}

img.buttons {
	width: 85px;
	height: 154px;
}

a::after {
  content: " (" attr(href) ") ";
  font-size: 90%;
}

