h2 { 
    font-size: 90%;
}

#centre { 
    margin-left: auto;
    margin-right: auto;
    width: 800px;
}

#footer { 
    font-size: 75%;
    padding: 20px;
    background: #ffffff url(../images/footer.jpg) bottom no-repeat;    
}
#nav {
    float: left;
    width: 155px;
    margin-left: 10px;
    background: #245AA9;
    color: #EEDA4B;
    font-size: 1.2em;

    border-left: solid 2px #EEDA4B;
    border-bottom: solid 2px #EEDA4B;
    border-right: solid 2px #EEDA4B;
    border-top: solid 2px #EEDA4B;
    font-family: Verdana;
}

#nav a {
    display: block;
    color: #EEDA4B;
}    

#nav ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

#main {
    margin-left: 179px;
    margin-right: 25px;
    width: 580px;
    background: #ffffff;
}

body {
    background-color: #809A3B;
    font-family: Verdana;
    padding-top: 10px;
}

.highlight { 
    float: left; 
    padding-right: 10px; 
    padding-bottom: 4px;
    border: 0; 
}

#letter { 
    background: #ffffff url(../images/ladybugs.png) bottom repeat-x;
    padding: 10px;
    padding-bottom: 60px;
}

#nav span { 
    display: none;
}
#map span { 
    display: inline;
}
#welcome {
    width: 155px;
    height: 51px;
    background-image: url(../images/welcome_menu.png);
}

#nav ul li a:hover span { 
    display: block;
    height: 51px;
    line-height: 51px;
    text-align: center;
    background: #809A3B;
    color: #000000;
}

#news {
    width: 155px;
    height: 51px;
    background-image: url(../images/news_menu.png);
}

#news:hover { 
    background-image: url(../images/news.png);
}

#gallery {
    width: 155px;
    height: 51px;
    background-image: url(../images/gallery_menu.png);
}

#gallery:hover { 
    background-image: url(../images/gallery.png);
}

#links {
    width: 155px;
    height: 51px;
    background-image: url(../images/links_menu.png);
}

#links:hover { 
    background-image: url(../images/links.png);
}

#shop {
    width: 155px;
    height: 51px;
    background-image: url(../images/shop_menu.png);
}

#shop:hover { 
    background-image: url(../images/shop.png);
}

#postcards {
    width: 155px;
    height: 51px;
    background-image: url(../images/postcardsmo.png);
}

#postcards:hover { 
    background-image: url(../images/postcards.png);
}

