﻿body
{
    background-color: #FFA500;
    text-align: center;
    font-family: Segoe Print;
}

#wrapper
{
    width: 900px;
    
}

div.main
{
    background-color: #4169E1;
}

div.books
{
    background-color:#E5E500;
}

div.fun
{
    background-color:#DC143C;
}

div.contact
{
    background-color:#32CD32;
}

div.puffin
{
    background-color:#D87093;
}

div.about
{
    background-color:#9370D8;
}

#header
{
}

#menu
{
    width: 600px;
    height: 30px;
}

#menu div
{
    float: left;
    width: 100px;
}

#menu a:link
{
    color: White;
    text-decoration: none;
}

#menu a:visited
{
    color: White;
    text-decoration: none;
}

#menu a:hover
{
    color: Black;
    text-decoration: none;
}

#menu a:active
{
    color: White;
    text-decoration: none;
}

#content
{
}

#content div
{
    float: left;
}

#contentLeft
{
    width: 50px;
}

#contentCentre
{
    width: 800px;
    background-color:White;
}

div.textLeft
{
    float:left;
    width:350px;
    padding-right:10px;
    text-align:left;
}

div.textRight
{
    float:right;
    width:380px;
    padding-left:10px;
    text-align:left;
}

div.thumbtext
{
    width:350px;
    text-align:center;
}

div.contentItem
{
    width:100%;
    padding:20px;
}


#contentRight
{
    width: 50px;
}

#content h1
{
    color:#4169E1;
    text-decoration:underline;
}

#content h2
{
    text-align:center;
}

#footer
{
    width:900px;
}

#footer p
{
    font-size:x-small;
    margin-top:0;
    margin-bottom:0;
}

#bottom
{
}

img.thumb
{
    width:90px;
    height:100px;
}

