	body {
        background:#FFF;
		font-family: Verdana, sans-serif;
		padding-bottom: 100px;
		padding-top: 50px;
	}

	A { 
	   color: #003366; 
	   text-decoration: none; 
    }

	A:hover {
	   color: #ff0000; 
    }
    
	p {
		color:#333;
	}
	
	p.NoofPages:before { font-family: Verdana, sans-serif; font-weight: bold; content: "No. of Pages: " }
	p.AcquiredFrom:before { font-family: Verdana, sans-serif; font-weight: bold; content: "Acquired From: " }
	p.Authors:before { font-family: Verdana, sans-serif; font-weight: bold; content: "Authors: " }
	p.Comments:before { font-family: Verdana, sans-serif; font-weight: bold; content: "Comments: " }
	p.Condition:before { font-family: Verdana, sans-serif; font-weight: bold; content: "Condition: " }
	p.CongressNumber:before { font-family: Verdana, sans-serif; font-weight: bold; content: "Library ID: " }

	div.CoverImage {
        float: right;
        
        margin-left: 20px;
        margin-top: 0px;
        margin-bottom: 20px;

        border-width: thin;
        border-color: #000;
        border-style: solid;
	}

	p.CurrentPrice:before { font-family: Verdana, sans-serif; font-weight: bold; content: "Current Price: " }
	p.DateAcquired:before { font-family: Verdana, sans-serif; font-weight: bold; content: "Date Acquired: " }
	p.DateRead:before { font-family: Verdana, sans-serif; font-weight: bold; content: "Date Read: " }
	p.Description:before { font-family: Verdana, sans-serif; font-weight: bold; content: "Description: " }

	div.Description {
        text-align: justify;
	}

	p.Duration:before { font-family: Verdana, sans-serif; font-weight: bold; content: "Duration: " }
	p.Edition:before { font-family: Verdana, sans-serif; font-weight: bold; content: "Edition: " }
	p.Editors:before { font-family: Verdana, sans-serif; font-weight: bold; content: "Editors: " }
	p.Format:before { font-family: Verdana, sans-serif; font-weight: bold; content: "Format: " }
	p.Genre:before { font-family: Verdana, sans-serif; font-weight: bold; content: "Genre: " }
	p.Illustrators:before { font-family: Verdana, sans-serif; font-weight: bold; content: "Illustrators: " }
	p.Inscription:before { font-family: Verdana, sans-serif; font-weight: bold; content: "Inscription: " }
	p.IsAutographed:before { font-family: Verdana, sans-serif; font-weight: bold; content: "Is Autographed: " }
	p.IsBorrowed:before { font-family: Verdana, sans-serif; font-weight: bold; content: "Is Borrowed: " }
	p.IsGift:before { font-family: Verdana, sans-serif; font-weight: bold; content: "Is Gift: " }
	p.IsLentOut:before { font-family: Verdana, sans-serif; font-weight: bold; content: "Is Lent Out: " }
	p.IsMine:before { font-family: Verdana, sans-serif; font-weight: bold; content: "Is Mine: " }
	p.ISBN:before { font-family: Verdana, sans-serif; font-weight: bold; content: "ISBN: " }
	p.LastUpdated:before { font-family: Verdana, sans-serif; font-weight: bold; content: "Last Updated: " }
	p.Location:before { font-family: Verdana, sans-serif; font-weight: bold; content: "Location: " }
	p.NoofPages:before { font-family: Verdana, sans-serif; font-weight: bold; content: "No. of Pages: " }
	p.OriginalPrice:before { font-family: Verdana, sans-serif; font-weight: bold; content: "Original Price: " }
	p.OtherID:before { font-family: Verdana, sans-serif; font-weight: bold; content: "Other ID: " }
	p.PlacePublished:before { font-family: Verdana, sans-serif; font-weight: bold; content: "Place Published: " }
	p.Progress:before { font-family: Verdana, sans-serif; font-weight: bold; content: "Progress: " }
	p.Publication:before { font-family: Verdana, sans-serif; font-weight: bold; content: "Publication: " }
	p.PublicationDate:before { font-family: Verdana, sans-serif; font-weight: bold; content: "Publication Date: " }
	p.Publisher:before { font-family: Verdana, sans-serif; font-weight: bold; content: "Publisher: " }
	p.Series:before { font-family: Verdana, sans-serif; font-weight: bold; content: "Series: " }
	p.StoryTitles:before { font-family: Verdana, sans-serif; font-weight: bold; content: "Story Titles: " }

    div.Title {
        position: fixed;
        left: 0px;
        right: 0px;
        top: 0px;
        padding: 10px;
        background-image: url("aqua.png");
        background-repeat: repeat;
        border-width: 0px 0px 1px 0px;
        border-color: #999999;
        border-style: solid;
        height: 36px;
    }

    p.Title {
        margin:0px;
        font-size: x-large;
    }

	p.Translators:before { font-family: Verdana, sans-serif; font-weight: bold; content: "Translators: " }
	p.Volume:before { font-family: Verdana, sans-serif; font-weight: bold; content: "Volume: " }

	div.LCControlNumber {
         display: none;
	}

    div.navigation {
        position: fixed;
        left: 0px;
        right: 0px;
        bottom: 0px;
        height: 4em;
        background-image: url("aqua.png");
        background-repeat: repeat;
        border-width: 1px 0px 0px 0px;
        border-color: #999999;
        border-style: solid;

        z-index: 1;
    }
    
    div.navNext:before { font-family: Verdana, sans-serif; font-weight: bold; content: "Next: " }

    div.navNext {
        position: absolute;
        font-size: small;
        display:inline;
        left: 1em;
        bottom: 1em;
    }

    div.navIndex {
        position: absolute;
        font-size: small;
        display:inline;
        right: 1em;
        bottom: 2.5em;
    }

    div.navPrevious:before { font-family: Verdana, sans-serif; font-weight: bold; content: "Previous: " }

    div.navPrevious {
        position: absolute;
        font-size: small;
        display:inline;
        left: 1em;
        bottom: 2.5em;
    }
    
    div.amazon {
        position: fixed;
        font-size: small;
        display:inline;
        right: 1em;
        bottom: 1em;
        z-index: 4;
    }
    
    img.navIcon {
        position: fixed;
        right: 3px;
        top:3px;
        border-style: none;
    }
    
    div.indexTitle {
        position: fixed;
        left: 0px;
        right: 0px;
        top: 0px;
        padding: 10px;
        background-image: url("aqua.png");
        background-repeat: repeat;
        border-width: 0px 0px 1px 0px;
        border-color: #999999;
        border-style: solid;
        height: 36px;
        font-size: x-large;
    }

    div.navIcon {
        position: fixed;
        left: 0px;
        right: 0px;
        bottom: 0px;
        height: 4em;
        background-image: url("aqua.png");
        background-repeat: repeat;
        border-width: 1px 0px 0px 0px;
        border-color: #999999;
        border-style: solid;
    }

    div.indexItemDef {
        text-align: center;
    }
    
