body {
    margin: 0;
    padding: 0;
    background: url(back3.jpg) repeat-x;
}

#header {
    margin: 0 auto 0 auto;
    padding: 0 0 0 0;
    height: 173px;
    width: 840px;
    background: url(header.gif);
}

#container {
    position: relative;
    margin: 0 auto 0 auto;
    padding: 0 0 0 0;
    background: #8389b9;
    width: 840px;
}

#buttons {
    position: relative;
    margin: 0 auto 0 auto;
    padding: 0 0 0 0;
    height: 36px;
    width: 840px;
}

#home, #about, #gallery, #shop, #news, #fundraising, #sold, #custom, #contact {
    text-decoration: none;
    position: absolute;
    height: 36px;
}

a#home        {              width:  67px; background: url(buttons/home_off.gif); }
a#about       { left:  67px; width: 116px; background: url(buttons/about_off.gif); }
a#gallery     { left: 183px; width:  65px; background: url(buttons/gallery_off.gif); }
a#shop        { left: 248px; width:  54px; background: url(buttons/shop_off.gif); }
a#news        { left: 302px; width: 118px; background: url(buttons/news_off.gif); }
a#fundraising { left: 420px; width:  96px; background: url(buttons/fundraising_off.gif); }
a#sold        { left: 516px; width: 121px; background: url(buttons/sold_off.gif); }
a#custom      { left: 637px; width: 117px; background: url(buttons/custom_off.gif); }
a#contact     { left: 754px; width:  86px; background: url(buttons/contact_off.gif); }

a:hover#home        { background: url(buttons/home_on.gif); }
a:hover#about       { background: url(buttons/about_on.gif); }
a:hover#gallery     { background: url(buttons/gallery_on.gif); }
a:hover#shop        { background: url(buttons/shop_on.gif); }
a:hover#news        { background: url(buttons/news_on.gif); }
a:hover#fundraising { background: url(buttons/fundraising_on.gif); }
a:hover#sold        { background: url(buttons/sold_on.gif); }
a:hover#custom      { background: url(buttons/custom_on.gif); }
a:hover#contact     { background: url(buttons/contact_on.gif); }

a#home.active        { background: url(buttons/home_on.gif); }
a#about.active       { background: url(buttons/about_on.gif); }
a#gallery.active     { background: url(buttons/gallery_on.gif); }
a#shop.active        { background: url(buttons/shop_on.gif); }
a#news.active        { background: url(buttons/news_on.gif); }
a#fundraising.active { background: url(buttons/fundraising_on.gif); }
a#sold.active        { background: url(buttons/sold_on.gif); }
a#custom.active      { background: url(buttons/custom_on.gif); }
a#contact.active     { background: url(buttons/contact_on.gif); }

span.hidden {
    visibility: hidden;
}

#blurb {
    position: relative;
    margin: 0 auto 0 auto;
    padding: 0 0 0 0;
    height: 134px;
    width: 840px;
    background: url(images/blurb.gif);
}

#photos {
    position: relative;
    margin: 0 auto 0 auto;
    padding: 0 0 0 0;
    height: 130px;
    width: 840px;
    background: url(images/photos.jpg);
}

#welcome {
    position: relative;
    margin: 0 auto 0 auto;
    padding: 0 0 0 0;
    height: 375px;
    width: 840px;
    background: url(images/welcome.jpg);
}


#welcome_blurb {
    position: relative;
    margin: 0 0 0 0;
    padding: 8px 0 0 0;
    left: 213px;
    top: 180px;
    height: 100px;
    width: 600px;
    /* border: 1px solid red; */
}

#welcome_blurb p {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    color: white;
    font-family: sans-serif;
    font-style: italic;
    font-weight: bold;
    letter-spacing: .04em;
    /* border: 1px solid blue; */
}


#welcome_blurb a { color: #e6e7f1; }
#welcome_blurb a:hover { text-decoration: none; }

#content{
    position: relative;
    margin: 0 auto 0 auto;
    padding: .5em 0 2.0em 0;
    width: 840px;
    background: #8389b9;
}

#content p {
    color: #e6e7f1;
    font-size: .8em;
    font-family: verdana, arial, sans;
    padding: 0 1em 0 1em;
}

#content p.footer {
    font-size: .7em;
    padding: 0 1em 0 1em;
    color: #e6e7f1;
    font-family: sans-serif;
}

#content p.footer a {
    color: #e6e7f1;
    text-decoration: underline;
}

#content p.footer a:hover {
    color: #e6e7f1;
    text-decoration: none;
}


