/* Peterborough Centennial Museum & Archives
Museum Drive at 300 Hunter St. East
P.O. Box 143
Peterborough, Ontario K9J 6Y5
C A N A D A */

/* Style Sheet */
/* Use this document to make changes to BOOK OF REMEMBRANCE Multiple Pages that display horizontally across the screen: the 
colours, font styles, margins, etc. and the positioning of the various elements on the page. */


/* The code below states describes the main background colour, margins and the text. */

body{padding:0px;
margin:0px;
background-color:#333;}


/* This part determines the boundaries within which the pages, caption etc are displayed, e.g. that everything is lined up
15 pixels from the top of the browser window, starts 20 pixels from the left and extends across a width of 3200 pixels. */

#all{position:absolute;
left:20px;
top:15px;
width:3200px;
height:590px;}


/* Refers to the title that appears at either end of the horizontal pages; this code determines its position details. */

.caption{width:370px;
height:590px;
border-style:none;
float:left;
margin:0 40px 0 10px;
color:#fff;}


/* This describes positioning of the individual images of the book pages. */

.page{width:390px;
height:590px;
border-style:none;
float:left;
margin:0 50px 0 10px;}


/* Below are the link colours, and heading styles. */

a{color:#fff;
text-decoration:underline;}
a:link{color:#fff;}
a:visited{color:#a5d8f6;}
a:hover{background-color:#fff; color:#333;}

h1,h2{line-height:.5em;}

h2{font-weight:400;}


/* Below are the positioning and style instructions for the navigation links. */

.nav{font-family: verdana, arial, helvetica, sans-serif;
font-size:10px;
font-style:normal;
line-height:3em;
color:#fff;
margin-left:14px;}

.nava{font-family: verdana, arial, helvetica, sans-serif;
font-size:10px;
font-style:normal;
line-height:3em;
float:right;
color:#fff;}


/* This tells the browser not to frame the images with an ugly link colour. */

img {border:none;}


/* THE END */
